Commit graph

54 commits

Author SHA1 Message Date
87b5833de6 Polished code and fixed warnings 2023-05-16 12:16:35 +08:00
6082c572d2 Polished and removed redundant type interfaces for redux states 2023-03-15 22:50:32 +08:00
3e9a8909a7 Remove email verification 2023-03-13 00:37:25 +08:00
9b29f050b6 Added email validation to see if email exists on register page 2023-03-12 14:18:14 +08:00
fc22234c6f Renamed daily view to summary 2023-03-12 12:17:07 +08:00
7b25dc13dd Polished blobview button per product 2023-03-12 11:45:24 +08:00
b7e91c345f Added daily view page 2023-03-12 11:43:42 +08:00
a0a05e2df3 Separated recent transactions on dashboard into its own widget. Also added initial daily view page 2023-03-12 00:09:32 +08:00
1baf1ab5d2 Polished logout sidebar button and added dailyview page 2023-03-11 20:22:18 +08:00
435a576c15 Polished products page search 2023-03-11 00:00:23 +08:00
7dc3729bec Moved get date today to separate component 2023-03-10 23:52:20 +08:00
5b5a699dd8 Some more changes to API.tsx 2023-03-10 21:35:01 +08:00
2f0238e147 Simplified console.logs on APIs 2023-03-10 21:34:50 +08:00
e66bff306f Revert login checker to original url 2023-03-10 20:42:15 +08:00
5d8610056b Revert to browser router 2023-03-10 19:36:40 +08:00
db817e3be1 Revert APIs to original version 2023-03-10 18:28:30 +08:00
91db76cb50 Polished APIs in preparation for online deployment 2023-03-10 12:55:54 +08:00
e5f048e14f Changed to https for api url 2023-03-10 00:54:59 +08:00
105b0ec101 Change url to point to pythonanywhere 2023-03-10 00:37:30 +08:00
ca4e724802 Dirty fix to easily changing urls 2023-03-10 00:30:19 +08:00
e4507493f4 Fixed search terms being limitted to 20 characters and added search functionality to logs page 2023-03-09 17:48:58 +08:00
46ddb25709 Cleaned up new delete/new product query refresh and added search to products page 2023-03-09 17:05:15 +08:00
7fa1ddcd3a Simplified logs page and fixed session stats tracking 2023-03-07 22:11:03 +08:00
3b5fb87099 Separated all the widgets in the dashboard into their own components 2023-03-07 21:17:22 +08:00
6619163abe Made current session stats widget in dashboard functional 2023-03-07 19:52:40 +08:00
fd7891359c Fixed dashboard loading and error pages not showing properly and made lowest stock widget functional 2023-03-07 19:41:28 +08:00
d518abec77 Added error and loading pages to dashboard 2023-03-07 18:40:04 +08:00
3b565cfd34 Recent transactions and total products now functional in dashboard 2023-03-07 18:25:38 +08:00
3344ec1510 Merged sidebar logout button style with other sidebar buttons 2023-03-07 18:00:49 +08:00
7b17576add Polished empty inventory page 2023-03-06 22:41:40 +08:00
10a5cf400c Prompt if products are empty in inventory page now shows properly 2023-03-06 22:35:53 +08:00
1bdf7356d8 Added quantity editing to inventory 2023-03-06 22:30:35 +08:00
57f11b024b Made products page fully functional with delete product 2023-03-06 21:06:50 +08:00
9065274a18 Polished previous session checker 2023-03-06 20:41:45 +08:00
c3ae196b6c Separated session checker and page login verifier into components 2023-03-06 20:09:14 +08:00
b12f205efd Fixed Products blobview product icon being too small 2023-03-06 18:46:30 +08:00
2dedfdbe04 Redirect once done adding new product 2023-03-06 15:38:21 +08:00
9cdca33783 Restrict all pages to only logged in users 2023-03-06 14:42:17 +08:00
18d9fbe1ef Polished margin of all pages and fixed logout not clearing token 2023-03-06 14:28:18 +08:00
48ed8f45c6 Added individual product views and fixed login session checker 2023-03-06 13:59:16 +08:00
f411ea00a4 Allow querying for saved login session 2023-03-06 13:06:43 +08:00
1f668be499 Added initial login logic 2023-03-06 00:56:21 +08:00
54c416ad74 Separated colored renderer for stocks in Inventory.tsx 2023-03-06 00:38:20 +08:00
b62a160f88 Shortened code for amount change color in Logs.tsx and polished some other stuff 2023-03-06 00:04:25 +08:00
01c7c288c4 Polished code. Reorganized text styling into separate sizes and colors. Also polished svg icons 2023-03-05 23:48:49 +08:00
c9b18608a1 Made icon sizing based on px rather than vh 2023-03-03 12:35:32 +08:00
2551b1fb38 Added icon to product blob view 2023-03-03 12:15:10 +08:00
971d184697 Added toggle view for table or blob in Products page 2023-03-03 12:05:29 +08:00
3f8e91f44d Cleaned up codebase. Fixed icons not aligning vertically and standardized inventory, products, and logs look and feel 2023-03-02 21:55:27 +08:00
95501ed4ec Readded Inventory to routes. Created initial sampledata component 2023-03-02 20:47:12 +08:00