Commit Graph

76 Commits

Author SHA1 Message Date
th3r00t
d6d9b42cd8 Removed all node_modules and package.json files. 2023-03-18 01:15:53 -04:00
th3r00t
4626798986 Removed unused css file. 2023-03-17 23:48:42 -04:00
th3r00t
7baa5f895c Changing json returns 2023-03-16 23:17:45 -04:00
th3r00t
d4cef4289e Moved frontend to its own project. 2023-03-16 11:04:00 -04:00
th3r00t
5098099d57 Structs representing book, and collections model adjusted. 2023-03-12 22:14:26 -04:00
th3r00t
8b1e9cdc72 Added rust wasm framework. 2023-03-12 18:51:03 -04:00
th3r00t
d0e71f4df2 Added Books Book Collections Collection Endpoints 2023-03-12 16:08:03 -04:00
th3r00t
af3fa3eec8 Finished b64 image filter 2023-03-11 20:37:22 -05:00
th3root
f22f71d1e2 Working on a custom filter for base64 encoded image data. 2023-03-11 19:45:06 -05:00
th3root
b9b34831b6 Setup to handle book objects from sqlalchemy. 2023-03-11 19:00:17 -05:00
th3r00t
1e975405c8 Added Frontend includes. 2023-03-11 15:48:12 -05:00
th3r00t
c1c7b869ef UI updates in progress. 2023-03-11 09:46:49 -05:00
th3r00t
b38f7cc919 Added Typescript as dependency. 2023-03-11 09:46:14 -05:00
th3r00t
64d606f0a4 Handle javascript dependencies. 2023-03-11 01:00:04 -05:00
th3r00t
0d55a4e9f1 Added to begin frontend data hooks. 2022-11-28 23:10:44 -05:00
th3r00t
dd39655f8c Added bulma sourcemap, and styling. 2022-11-28 23:09:34 -05:00
th3r00t
faf57e4840 Added new templates. 2022-11-28 23:09:11 -05:00
th3r00t
45b6452d6b Added eslint configurations, and jquery. 2022-11-28 23:08:16 -05:00
th3r00t
528498cf52 Added new image assets. 2022-11-28 23:07:20 -05:00
th3r00t
7622fed96f Updated sourcemap, and added a test package for template testing. 2022-11-28 23:05:41 -05:00
th3r00t
dd16c1e653 Front end UI color adjustments. 2022-11-28 23:04:54 -05:00
th3r00t
9bbcae31e7 Eslint added. 2022-11-28 23:04:14 -05:00
th3r00t
e75212f08f Refactored index template to use template includes. 2022-11-28 23:02:43 -05:00
th3r00t
b2a0cca529 Moved FastAPI services to own object. 2022-11-26 01:03:08 -05:00
th3r00t
068e74cdca Removed unnecessary stylesheet. 2022-11-26 01:01:25 -05:00
th3r00t
bb9cd64d78 Added method to compile sass files pre run. 2022-11-26 00:57:01 -05:00
th3r00t
60dbd2fae6 Created new project sass file. 2022-11-26 00:51:31 -05:00
th3r00t
b548c92c12 Added node, npm, and subsequently bulma as requirements. 2022-11-26 00:49:32 -05:00
th3r00t
21b23bc6ae Added new branding resources. 2022-11-26 00:48:30 -05:00
th3r00t
578fe10a92 Post refactor of FastAPI's router; uvicorns server 2022-11-25 14:44:03 -05:00
th3r00t
7066eb67e6 Pre Refactor of main loop 2022-11-25 13:41:06 -05:00
th3r00t
6fb757cc31 Removed Django Framework 2022-11-13 01:19:44 -05:00
th3r00t
3598598e7a Updated admin site banner 2021-08-01 18:05:47 -04:00
th3r00t
732a82aa17 Frontend modified to new django asgi standard 2020-09-12 13:05:47 -04:00
th3r00t
d4a7fb0b7d Added whitenoise to serve static files 2020-09-11 21:08:16 -04:00
th3r00t
68d453edc8 Phased out nginx in favor of running django under daphne with asgi.
Adjusted the docker image in favor of this, & fixed urls.py which was
missing the static request responder.
2020-09-11 16:50:17 -04:00
th3r00t
b23cbf17d5 Added createsuperuser function, & execute it from configure. This
enables docker users to access the django administration site without
requiring access to a cli
2020-09-03 22:17:07 -04:00
MartenBE
88d0295ae1 Moved DEBUG variable to config 2020-08-09 23:52:32 +02:00
Raelon Masters
8beadba6c3 Adjusted settings for release 2020-08-03 18:27:01 -04:00
MartenBE
025f0f9cf5 Merge changes from development 2020-08-03 00:48:45 +02:00
Raelon Masters
0fc3d445fc Django secret generated per install, 2020-08-02 13:17:41 -04:00
MartenBE
d555d94be9 First working draft docker-compose 2020-07-30 16:57:39 +02:00
th3r00t
5937dcfa2f Merge branch 'newui' into 0.5.0--docker 2020-07-26 21:57:42 -04:00
Raelon Masters
9462becdb1 Added bootstrap, & jquery-ui. User cp now asyncronous 2020-07-26 21:02:10 -04:00
Raelon Masters
617a8199c5 Added paths for live, and collections 2020-07-25 14:52:49 -04:00
Raelon Masters
d80ca8ee55 Fixed an issue with jquery selecting wrong selector on favorite 2020-07-22 12:43:07 -04:00
Raelon Masters
337600a74e Add to favorites functionality backend complete. 2020-07-21 20:45:15 -04:00
Raelon Masters
802a07e52f Began working on favorites model 2020-07-19 16:52:01 -04:00
Raelon Masters
7ea017d790 Began development of custom user action backend, and basic templating. 2020-07-18 02:34:43 -04:00
Raelon Masters
4079e04d9b toggle ascending/descending mode 2020-07-06 02:37:35 -04:00