Kavita/src/app
2021-01-01 16:13:04 -06:00
..
_guards Added ability to have actions on cards. 2020-12-31 15:14:32 -06:00
_interceptors Refactored isAdmin to use JWT RBS instead. 2020-12-22 17:27:51 -06:00
_models Merge conflicts 2021-01-01 16:13:04 -06:00
_services Merge conflicts 2021-01-01 16:13:04 -06:00
admin 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
home Refactored isAdmin to use JWT RBS instead. 2020-12-22 17:27:51 -06:00
library Added ability to have actions on cards. 2020-12-31 15:14:32 -06:00
library-detail Finished the skeleton code for navigating Kavita. 2021-01-01 11:58:18 -06:00
nav-header Refactored isAdmin to use JWT RBS instead. 2020-12-22 17:27:51 -06:00
series-detail Finished the skeleton code for navigating Kavita. 2021-01-01 11:58:18 -06:00
shared Finished the skeleton code for navigating Kavita. 2021-01-01 11:58:18 -06:00
user-login 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
app-routing.module.ts Added ability to have actions on cards. 2020-12-31 15:14:32 -06:00
app.component.html 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
app.component.scss initial commit 2020-12-12 16:39:46 -06:00
app.component.spec.ts initial commit 2020-12-12 16:39:46 -06:00
app.component.ts Cleaned up the code a bit and some UX 2020-12-20 18:02:57 -06:00
app.module.ts 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