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

feat(filepicker): add file selection persistence #629

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CoMfUcIoS
Copy link

  • Introduced FileSelected field to Model to store the selected file name.
  • Updated Update method to restore the selected file index based on FileSelected.
  • Adjusted min and max values to ensure the selected file is within the visible range.

Ex.

fp := filepicker.New()
fp.AllowedTypes = []string{".mod", ".sum", ".go", ".txt", ".md"}
fp.CurrentDirectory, _ = os.Getwd()
fp.FileSelected = "main.go"

- Introduced `FileSelected` field to `Model` to store the selected file name.
- Updated `Update` method to restore the selected file index based on `FileSelected`.
- Adjusted min and max values to ensure the selected file is within the visible range.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant