Skip to content

Commit e2ae02a

Browse files
committed
Frontend things (#629)
* 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
1 parent 2613f12 commit e2ae02a

File tree

90 files changed

+7384
-2323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+7384
-2323
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
// Ensure VSCode uses pnpm instead of npm
1313
"eslint.packageManager": "pnpm",
1414
"npm.packageManager": "pnpm",
15+
"css.lint.unknownAtRules": "ignore",
1516
}

0 commit comments

Comments
 (0)