Skip to content

Commit

Permalink
Filepicker Bubble (#343)
Browse files Browse the repository at this point in the history
* feat: filepicker bubble

* fix: bump bubbles to 1.16

* fix: allow customization of empty state

* fix: change `Enter` to `Open`

* fix: lint gomnd

* fix: don't send msg, instead check if this update caused a selection
  • Loading branch information
maaslalani committed Mar 6, 2023
1 parent e4e3137 commit 3372cf1
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [~1.13, ^1]
go-version: [~1.16, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
Loading

0 comments on commit 3372cf1

Please sign in to comment.