-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature/Edit Note make Fullscreen and Delete Button #522 #610
base: main
Are you sure you want to change the base?
Feature/Edit Note make Fullscreen and Delete Button #522 #610
Commits on Aug 15, 2024
-
Remade the edit notes popup into a fullscreen editor; added CheckIcon…
… and DeleteIcon for saving and deleting notes; added a route in /notes/+page.svelte to the edit route
Configuration menu - View commit details
-
Copy full SHA for 4e6a8d6 - Browse repository at this point
Copy the full SHA 4e6a8d6View commit details -
Changes made in the NoteDialog to allow navigation from modal to full…
…-screen editor; fixed issue with adding new note
Configuration menu - View commit details
-
Copy full SHA for ac8a5be - Browse repository at this point
Copy the full SHA ac8a5beView commit details -
Removed vite.config.js.timestamp files and made small changes to /not…
…es/edit/+page.js
Configuration menu - View commit details
-
Copy full SHA for e8eba6a - Browse repository at this point
Copy the full SHA e8eba6aView commit details -
Fixing Adding Notes and Back Navigation for Edits
Modify NoteDialog.svelte and note.ts to handle create notes better; implement history.back in /note/edit/[noteid]/+page.svelte
Configuration menu - View commit details
-
Copy full SHA for 7a13504 - Browse repository at this point
Copy the full SHA 7a13504View commit details -
Necessary Final Adjustments and Cleanup
Cleanup in /notes/edit/[noteid]/+page.svelte and+page.js, and static folder
Configuration menu - View commit details
-
Copy full SHA for a13f3f2 - Browse repository at this point
Copy the full SHA a13f3f2View commit details -
Developed temporary fix on Add Notes Feature
Temporary fix to navigate directly to adding a new note and see an 'Add Note' title; requires additional fixes
Configuration menu - View commit details
-
Copy full SHA for 53ce99e - Browse repository at this point
Copy the full SHA 53ce99eView commit details -
Create new path for adding notes
A new path called 'routes/notes/new' is created to handle the functionality of adding a new note properly so that it does not get saved in the database until the save button is selected
Configuration menu - View commit details
-
Copy full SHA for 49c6ce3 - Browse repository at this point
Copy the full SHA 49c6ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2742e5e - Browse repository at this point
Copy the full SHA 2742e5eView commit details -
Cleanup and Fix textSelectionToolBar
Removes unnecessary code and comments, and makes it so the textselection only leads to creating a new note
Configuration menu - View commit details
-
Copy full SHA for 8157f5f - Browse repository at this point
Copy the full SHA 8157f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 407b963 - Browse repository at this point
Copy the full SHA 407b963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4991fab - Browse repository at this point
Copy the full SHA 4991fabView commit details