Skip to content
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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. 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
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4e6a8d6 View commit details
    Browse the repository at this point in the history
  2. Changes made in the NoteDialog to allow navigation from modal to full…

    …-screen editor; fixed issue with adding new note
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ac8a5be View commit details
    Browse the repository at this point in the history
  3. Removed vite.config.js.timestamp files and made small changes to /not…

    …es/edit/+page.js
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e8eba6a View commit details
    Browse the repository at this point in the history
  4. 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
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7a13504 View commit details
    Browse the repository at this point in the history
  5. Necessary Final Adjustments and Cleanup

    Cleanup in /notes/edit/[noteid]/+page.svelte and+page.js, and static folder
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a13f3f2 View commit details
    Browse the repository at this point in the history
  6. 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
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    53ce99e View commit details
    Browse the repository at this point in the history
  7. 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
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    49c6ce3 View commit details
    Browse the repository at this point in the history
  8. Remove unused imports

    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2742e5e View commit details
    Browse the repository at this point in the history
  9. Cleanup and Fix textSelectionToolBar

    Removes unnecessary code and comments, and makes it so the textselection only leads to creating a new note
    Mast3Rei authored and chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8157f5f View commit details
    Browse the repository at this point in the history
  10. Remove async from functions

    chrisvire committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    407b963 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4991fab View commit details
    Browse the repository at this point in the history