Filepicker Bubble (#343)

* 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
This commit is contained in:
Maas Lalani
2023-03-06 10:59:59 -05:00
committed by GitHub
parent e4e3137a64
commit 3372cf1aea
6 changed files with 458 additions and 2 deletions
+1 -1
View File
@@ -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: