-
fae/she @heartles@egirls.gay on fedi
- Joined on
2022-08-05
CSS for webpages
alright there's something. it isn't great but it's better than completely unstyled. we can make it look nicer over time.
1e7900d730
Basic styling on pages
7b16fd6390
Move PathIter to util
9d38aaec38
Remove logging statements
a035b08f83
Fix final chunk
466a15f3cb
Use % for context instead of @
ef27bb5c21
Let . refer to entire args struct
5924c257e0
Ignore captures with name _
06b8483a8a
Add support for optional unwrapping conditionals
invokable subtemplates in templating engine
9dabc237e0
(#62) Add elif support to template engine
f8a799abfb
Execute else branches
bb297a4f6e
Parse else blocks
b0864b29d8
Return closing block from parseTemplate
invokable subtemplates in templating engine
795f7983f8
(#21) Add /users/:id/profile endpoint
cece277eec
Add support for slices in serialization module
d4cd0e6618
Add execWithOptions
9f0cac0ed3
Add user profiles
User profiles
mostly done for now. I'm not a huge fan of the path difference between GET /users/:id and PUT /users/:id/profile but since they have different values i thought it best.