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

feat: Add UI elements to modify navigation display #1295

Open
wants to merge 11 commits into
base: enh/1177/enable-nav-display-logic
Choose a base branch
from

Commits on Sep 19, 2024

  1. feat: add UI elements to change nav display

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    edccff0 View commit details
    Browse the repository at this point in the history
  2. fix: update context navigation display elements

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    48cee79 View commit details
    Browse the repository at this point in the history
  3. fix(Context): fix wrong parameters to permission check

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5b66c5e View commit details
    Browse the repository at this point in the history
  4. fix(DB): override mapper::update() where tables has no id column

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b0b63ea View commit details
    Browse the repository at this point in the history
  5. fix: use NcDialog

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    37e8272 View commit details
    Browse the repository at this point in the history
  6. fix: properly update navigation display via checkbox

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9aa7123 View commit details
    Browse the repository at this point in the history
  7. enh: add share to oneself to control context nav display

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d8de4ae View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. enh: use checkbox for default nav display mode

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f86f424 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. enh: modify display mode update for owner

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2006e21 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix(Navigation): use default display mode when there is no user override

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    520426d View commit details
    Browse the repository at this point in the history
  2. fix(DB): NavigationMapper has to override insert due to not having an id

    … column
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4986b0f View commit details
    Browse the repository at this point in the history