Skip to content

Commit

Permalink
feat: optional usos login & own API
Browse files Browse the repository at this point in the history
* init: init update

* feat: new topbar layout & account modal

* fix: lint & format

* fix: ui fixes in create planner

* feat: new UI & lint, format fixes

* feat: integration with own API & delete unused API routes

* feat: new button to go planning without logging in

* chore: delete useless comment

* feat: blacklist
  • Loading branch information
qamarq authored Nov 24, 2024
1 parent 17e48c4 commit d76157e
Show file tree
Hide file tree
Showing 31 changed files with 1,777 additions and 471 deletions.
2 changes: 1 addition & 1 deletion frontend/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
"lint-staged.config.mjs",
],
// sharp is used in nextjs image optimization
ignoreDependencies: ["sharp", "@radix-ui/*"],
ignoreDependencies: ["sharp", "@radix-ui/*", "eslint-config-next"],
} satisfies KnipConfig;

export default config;
Loading

0 comments on commit d76157e

Please sign in to comment.