Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: larkly/lazystack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: larkly/lazystack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 25, 2026

  1. feat: fix arrow keys on create form, change console log key to L, add…

    … security group selection (#12, #13, #14)
    
    - Fix arrow key navigation on server create screen: Up/Down now navigate
      through all fields including text inputs, Left/Right switch between
      Submit and Cancel buttons
    - Change console log keybinding from lowercase 'l' to uppercase 'L' to
      resolve conflict with vim-style right navigation on list screens
    - Add multi-select security groups field to server creation form with
      space-to-toggle picker and pass selected groups to the API
    larkly committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    847a6c0 View commit details
    Browse the repository at this point in the history
  2. fix: security group multi-select space toggle and placeholder text

    Space key string is "space" not " " in Bubble Tea v2, so the toggle
    was never matching. Also improved placeholder to hint at the interaction.
    larkly committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    cbeaef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed59bcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea4a4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61fe18f View commit details
    Browse the repository at this point in the history
  6. fix: set textinput width so placeholder renders fully

    Bubble Tea v2 textinput with default width 0 truncates the placeholder
    to a single character. Set explicit widths on name and count inputs.
    larkly committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    4789332 View commit details
    Browse the repository at this point in the history
  7. fix: sort selected security groups for stable display order

    Map iteration in Go is randomized, causing the displayed security group
    names to shuffle on every render. Sort indices before building the list.
    larkly committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    09160b8 View commit details
    Browse the repository at this point in the history
Loading