Skip to content

Commit

Permalink
Frontend things (#629)
Browse files Browse the repository at this point in the history
* install all the new toys

* adjust stories, move stuff

* only show registration form if registrations open

* form story

* add svg components, hangaku visits the frontend

* fix footer on smaller displays

* display footer under everything else

* remove inlang paraglide

* ignore schema when formatting

* add error page and glitch component

* add shitty profile card

* add post component

* add virtually scrolled timeline

* improve post component

* cleanup, emit event when end of timeline is reached

* fix lints

* wip up tailwind

* tailwind up progress

* replace typography plugin with some custom things

* fix clickable

* up houdini

* up cargo

* downgrade rand until ecosystem is ready

* use typography again

* lock rand crates

* add page to view single post

* move schemas

* fix lints

* fix some post stuff

* link to url from post on timestamp

* add post visibility

* up

* excl watcher from builds

* enable pwa for kitsune-fe

* uuid benchmarks

* fix lints

* fix incompat warning

* fix benches

* fix clippy lints

* up

* begin oauth login flow

* finish oauth interaction stuff

* up and fix lints

* fix auth

* fix url construction

* load timeline
  • Loading branch information
aumetra authored Feb 6, 2025
1 parent 2613f12 commit f2cf18f
Show file tree
Hide file tree
Showing 90 changed files with 7,376 additions and 2,323 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
// Ensure VSCode uses pnpm instead of npm
"eslint.packageManager": "pnpm",
"npm.packageManager": "pnpm",
"css.lint.unknownAtRules": "ignore",
}
Loading

0 comments on commit f2cf18f

Please sign in to comment.