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

column titlebar #345

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. basic add column impl

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    731f206 View commit details
    Browse the repository at this point in the history
  2. remote sub new timeline

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e2dd1b3 View commit details
    Browse the repository at this point in the history
  3. add more add column options

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    80be174 View commit details
    Browse the repository at this point in the history
  4. animate add column options

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ebe4bf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. push column picker immediately to new column

    instead of pushing to temporary column first
    
    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    57069ff View commit details
    Browse the repository at this point in the history
  2. move get first router to Columns

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    45223db View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. tmp use kernelkind egui-nav

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0a22210 View commit details
    Browse the repository at this point in the history
  2. title bar

    add title bar to columns with title specific to the column type.
    also add column deletion button
    
    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1bf9d5d View commit details
    Browse the repository at this point in the history
  3. unsubscribe timeline on deletion

    Signed-off-by: kernelkind <[email protected]>
    kernelkind committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0d99417 View commit details
    Browse the repository at this point in the history