Commit graph

19 commits

Author SHA1 Message Date
Joseph Milazzo
ca46d137c4 Finished the skeleton code for navigating Kavita.
All UIs need to be reworked and major code cleanup.
2021-01-01 11:58:18 -06:00
Joseph Milazzo
8865c121d2 Added ability to have actions on cards. 2020-12-31 15:14:32 -06:00
Joseph Milazzo
efdbe5eb35 Added skeleton code for Library -> Series detail pages. Added a card component to keep a lot of the logic and design consistent between screens. Added ability to see your libraries and open them up. 2020-12-31 13:19:18 -06:00
Joseph Milazzo
fdc0c5753d Fixed directory picker such that it passes a full path to the backend and properly handles 500 from backend not breaking the picker. 2020-12-24 09:13:20 -06:00
Joseph Milazzo
696f950f7a Implemented delete user. Removed ability to see yourself on members since you couldn't do anything anyways. 2020-12-24 08:42:02 -06:00
Joseph Milazzo
530e73fbea Refactored isAdmin to use JWT RBS instead. 2020-12-22 17:27:51 -06:00
Joseph Milazzo
b47d2acac8 Cleaned up the code a bit and some UX 2020-12-20 18:02:57 -06:00
Joseph Milazzo
2c0921acc6 Moved member service with the other services. Preparing for library functionality. 2020-12-17 16:15:34 -06:00
Joseph Milazzo
8f07ce9b6d Added a new Library Access modal component and moved directory picker into admin _modals directory to keep consistent. 2020-12-17 16:02:04 -06:00
Joseph Milazzo
2b33b79f86 Lots of changes and reorganization around user management. Fixed a bug where after registering a person, they would be logged in automatically. 2020-12-16 16:24:04 -06:00
Joseph Milazzo
ac72795971 Added some details to manage-users and preped for adding libraries. 2020-12-16 14:20:22 -06:00
Joseph Milazzo
ee7787c3c7 Refactored the users component in admin to be manage-user and likewise added manage-library component. 2020-12-16 12:30:26 -06:00
Joseph Milazzo
2679a52aec Implemented the ability to choose a folder for a library. Implemented an admin landing page that will showcase the different management items. 2020-12-16 12:14:01 -06:00
Joseph Milazzo
e06e34083c Fixed up logic, now on login, we restore if you're already logged in and we redirect you to libraries page. 2020-12-15 14:34:31 -06:00
Joseph Milazzo
79a23ac406 Fixed bug with admin routes never loading. Added basic library view. 2020-12-15 11:07:19 -06:00
Joseph Milazzo
3f8a4d7866 Implemented basic error handling. Login works, but we don't have a route to go to, so kinda buggy. Will cleanup in Libraries story. 2020-12-15 09:46:15 -06:00
Joseph Milazzo
8fba679788 Implemented basic home screen which ensures a user is logged in or if an admin is created. Added admin module with route guard to ensure only admins get through, but it's not working. 2020-12-14 16:57:59 -06:00
Joseph Milazzo
5d31b050b0 Setup project for HTTPS. Base project. 2020-12-12 16:46:52 -06:00
Joseph Milazzo
0b85a1bfbb initial commit 2020-12-12 16:39:46 -06:00