Commit graph

6 commits

Author SHA1 Message Date
012a3175bb refactoring 2024-06-02 11:21:50 -04:00
3bf0f8de74 Reformat 2024-06-02 11:02:57 -04:00
c848037dcb Rename Context to Provider 2024-06-02 10:55:30 -04:00
2f9d2e2617 switch somewhat to diesel 2024-05-31 20:10:22 -04:00
e0653e4bdd Create project and documents (#1)
This is a big dump of a lot of code, mostly making it so that:
- we have a key-value store
- we can create/save/load projects and documents
- there's a sidebar layout with some placeholders we may or may not need
- other stuff I forgot

Reviewed-on: #1
2024-05-21 12:59:04 +00:00
3acafda0d3 Create web skeleton, including Tailwind for CSS and hot reloading of CSS
and templates. Tihs also adds an ADR for using Tailwind.

Add a pile of dependencies

setup orm, add admin tool

admin tool does random pass if none provided

add tons of css stuff

finish up web skeleton
2024-03-23 12:43:02 -04:00