Skip to content

Commit

Permalink
feat: new provider & notifications implementation
Browse files Browse the repository at this point in the history
* feat: new clientside session provider

* feat: template of settings page

* fix: format fix

* feat: intergation notification with backend & calendar tutorial

* fix: better alts & descs

* fix: typo

* fix: better error handling (D0dii xoxo)
  • Loading branch information
qamarq authored Dec 30, 2024
1 parent ba08339 commit e607df5
Show file tree
Hide file tree
Showing 27 changed files with 1,202 additions and 66 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"javascript.preferences.importModuleSpecifier": "non-relative"
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.autoImportFileExcludePatterns": [
"@radix-ui/*",
"node:test"
]
}
Loading

0 comments on commit e607df5

Please sign in to comment.