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

Right click on sidebar gives option to create new directory / note #250

Closed
wants to merge 16 commits into from

Commits on May 11, 2024

  1. src/components/FileItem: Added stopPropogation to context menu to pre…

    …vent bubbling up from parent
    
    Signed-off-by: MoTheRoar <milaiwi@outlook.com>
    mohamedilaiwi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    18cabe0 View commit details
    Browse the repository at this point in the history
  2. electron/main/index: Added new ipcMain handler for dropdown menu on r…

    …ightclick
    
    Signed-off-by: MoTheRoar <milaiwi@outlook.com>
    mohamedilaiwi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    75cad74 View commit details
    Browse the repository at this point in the history
  3. electron/preload/index: Added new contextMenu to invoke our ipcMain h…

    …andler
    
    Signed-off-by: MoTheRoar <milaiwi@outlook.com>
    mohamedilaiwi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9c48b69 View commit details
    Browse the repository at this point in the history
  4. src/components/File/index: added new handleMenuContext to display dro…

    …pdown menu on React.MouseEvent
    
    Signed-off-by: MoTheRoar <milaiwi@outlook.com>
    mohamedilaiwi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    751ba17 View commit details
    Browse the repository at this point in the history
  5. src/components/IconsSidebar: Added new receiver for open note/directo…

    …ry on menu selection.
    
    Signed-off-by: MoTheRoar <milaiwi@outlook.com>
    mohamedilaiwi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dda2a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    bffd404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f546067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2726bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff840e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c01c539 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e6ecab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10f9f06 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    b4d80e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Right clicking empty spot provides context menu. Can create new note …

    …and directory when rightclicking file
    milaiwi committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d875e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ee9fb View commit details
    Browse the repository at this point in the history
  3. Fixed posthog import

    milaiwi committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    923b0b9 View commit details
    Browse the repository at this point in the history