-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes app #63
base: main
Are you sure you want to change the base?
Notes app #63
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for this! There area few errors though. Can you run the svelte-check command locally and fix them? |
This error was solved by removing this attribute: Before: <script lang="ts"> |
<script lang="ts"> is necessary for keeping up the quality of the project. Please change it back to `ts` and fix the TypeScript errors :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid work!
I have a few nitpicks, and a major request to change the confirm
part to use the SystemDialog
component, rather than confirm
|
Update apps-config.ts
No description provided.