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

Support displaying images data from tui i #55

Merged
merged 19 commits into from
Sep 18, 2024

Commits on Sep 5, 2024

  1. Add lipgloss table

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6d8387e View commit details
    Browse the repository at this point in the history
  2. Add lipgloss table part 2

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ef29b95 View commit details
    Browse the repository at this point in the history
  3. Add stub for model

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8be2dcb View commit details
    Browse the repository at this point in the history
  4. Make fmt

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e19359c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Add debug model stub

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    736dfd9 View commit details
    Browse the repository at this point in the history
  2. Rename welcome model -> home

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    31fe5a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Do not print to the console when in tui mode

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    74e110c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Support tui -> i

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6f7a317 View commit details
    Browse the repository at this point in the history
  2. Rm dead code

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0c3dc0c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Reenable debug and dry up code

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0619333 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tui-images

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c2d329d View commit details
    Browse the repository at this point in the history
  3. Run Fmt

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    580334e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Use a bubble tea specific name

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    24ff10a View commit details
    Browse the repository at this point in the history
  2. Use bubble tea specific naming for image model

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dfdfb15 View commit details
    Browse the repository at this point in the history
  3. Delete duplicate images TUI model

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6f6ed46 View commit details
    Browse the repository at this point in the history
  4. Swap in bubble tea specific names for images model

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f2d6b8c View commit details
    Browse the repository at this point in the history
  5. Swap in bubble tea specific names for home model struct

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f910ec2 View commit details
    Browse the repository at this point in the history
  6. Swap out Models for TUIs to improve naming for manging multiple tui m…

    …odels
    
    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03daab3 View commit details
    Browse the repository at this point in the history
  7. Swap in bubble tea specific names for debug tui

    Signed-off-by: Evan Harris <[email protected]>
    eharris128 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0c51990 View commit details
    Browse the repository at this point in the history