Commit Graph
15 Commits
Author SHA1 Message Date
9a262e9b0f fix: use atomic for ids (#634)
closes #622

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Ville Valkonen <weezel@users.noreply.github.com>
2024-10-07 15:26:12 -03:00
Ayman BagabasandGitHub 9589cbc16c fix: lint issues and disable predeclared linter (#614) 2024-09-12 14:33:07 -03:00
Maas Lalani 364eac96a8 feat: remove space for filesize 2024-01-31 11:28:54 -05:00
Maas Lalani 07e7bd4ee4 feat(filepicker): optional file permissions and file size 2024-01-29 17:13:36 -05:00
Maas Lalani 034ee8551e fix(filepicker): push / pop views 2024-01-29 15:59:11 -05:00
Maas Lalani 01d22a0ab1 fix(filepicker): height calculations 2024-01-29 15:00:43 -05:00
Christian RochaandGitHub afd7868712 chore: filepicker edits (#382)
* feat(filepicker): ignore messages from other filepicker instances

* feat(filepicker): initialize default styles against a lipgloss renderer

* chore(filepicker): swap global var for function with default keymap
2023-05-31 14:04:43 -04:00
Carlos Alexandro BeckerandMaas Lalani 7590e13c2a fix: filepicker on empty directory
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-01 09:58:44 -04:00
Kirn KimandMaas Lalani 9bfe8185f1 fix: line freeze on dir open + var typo 2023-04-28 14:08:34 -04:00
Kirn KimandMaas Lalani 325fd48de7 fix: var name typo fix 2023-04-28 14:08:34 -04:00
Kirn KimandMaas Lalani a79567aa2c fix: scroll margain 2023-04-28 14:08:34 -04:00
Maas Lalani 8865e0675a feat: add AllowedTypes to file picker to prevent selecting certain files 2023-04-05 13:17:50 -04:00
Maas Lalani 5db9f39f56 fix: set model max view to height initially 2023-03-09 14:20:08 -05:00
Maas Lalani 1ca90b3c94 feat(filepicker): allow setting current directory 2023-03-08 17:00:21 -05:00
Maas LalaniandGitHub 3372cf1aea 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
2023-03-06 10:59:59 -05:00