Commit graph

28 commits

Author SHA1 Message Date
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
b0b5b5cf0f Removed unused imports 2023-03-02 20:42:11 +08:00
e508733c5f Resolve merge conflict App.tsx 2023-03-02 20:37:06 +08:00
ae55c47319 Redirect back to dashboard when logging out 2023-02-24 18:59:57 +08:00
101a8e8ae6 Readded directories with uppercase 2023-02-24 17:22:12 +08:00