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

Update crate documentation #135

Merged
merged 5 commits into from
Jul 3, 2024
Merged

Update crate documentation #135

merged 5 commits into from
Jul 3, 2024

Conversation

fluxxcode
Copy link
Owner

Updated crate documentation in lib.rs

@fluxxcode fluxxcode merged commit 18c82fb into develop Jul 3, 2024
1 check passed
@fluxxcode fluxxcode deleted the doc/update_lib_doc branch July 3, 2024 21:02
fluxxcode added a commit that referenced this pull request Jul 3, 2024
* Fix path edit size and focus (#102)

* Fix path edit size

* Fix path edit focus when pressing checkmark

* Update CHANGELOG.md

* Ability to pin folders to the left sidebar (#100)

* Add show_pinned_folders option

* Implement pin and unpin option

* Update CHANGELOG.md

* Deprecate FileDialog::overwrite_config (#103)

* Deprecate FileDialog::overwrite_config

* Update CHANGELOG.md

* Implement persistent storage (#104)

* Add serde dependency

* Implement serialize and deserialize for FileDialogStorage

* Add feature persistence

* Update CHANGELOG.md

* Move storage to config and add builder methods (#105)

* Move storage to config, add builder methods

* Update CHANGELOG.md

* Add option to overwrite a file (#106)


* Implement modal actions

* Finish modal UI

* Add option to allow overwriting a file

* Update CHANGELOG.md

* Persistence example (#107)

* Add example

* Update CHANGELOG.md

* Restructure config module (#109)

* Restructure config module

* Update CHANGELOG.md

* Fix new 1.78 clippy errors

* Keyboard navigation (#110)

* Implement keybindings

* Improve reset method

* Set cursor to end of text fields

* Update changelog

* Move FileDialogStorage to config module

* Fix submit not working when saving a file

* Hidden files and folders (#111)

* Implement show hidden files and folders option

* Implement config options

* Update changelog

* Implement keep focus option (#112)

* Implement keep focus option

* Update changelog.md

* Improve navigation (#113)

* Close path edit on submit

* Exec selection keybinding if any widget is focused

* Select first item when updating search value

* Submit dialog when exiting search using enter

* Update changelog

* Improve submit and cancel keybindings

* Submit directory when no other item is selected

* Rename persistence feature to serde (#114)

* Document breaking changes in changelog (#115)

* Implement modal option (#118)

* Implement modal

* Update changelog

* Make DirectoryEntry publicly reachable (#119)

* Update changelog (#120)

* Fix modal (#121)

* Remove keep_focus option

* Fix modal

* Implement file filters (#124)

* Implement file filters

* Update changelog

* Home directory shortcut (#125)

* Cleanup edit_search_on_text_input

* Implement home_edit_path keybinding

* Fix clippy error

* Implement multi selection (#127)

* Implement multi selection

* Update changelog

* Implement keybinding select_all

* Improve ID handling (#128)

* Improve ID handling

* Update changelog

* Add multi_selection example (#129)

* Add multi_selection example

* Update changelog

* File Dialog doesnt implement the Send Bound (#131)

* modified FileDialog to be Send

* Update changelog (#132)

* Update to egui 0.28 (#133)

* Update to egui 0.28

* Also update dependencies

Use workspace dependencies to make updating easier

* Ok-wrap the App struct in the examples

The new API expects a Result

* Add serde and ron features to sandbox example

* Add eframe persistence feature (#134)

* Prepare README.md for v0.6.0 release (#108)

* Add table of contents

* Fix table of contents

* Remove description from table of contents

* Add persistence section

* Update CHANGELOG.md

* Document keybindings

* Fix arrow icons

* Move keybindings up

* Update README.md

* Add show hidden feature to readme

* Update readme

* Rename persistence feature

* Add description to keybindings

* Update feature list

* Fix incorrect feature in persistent section

* Add file filter feature to readme

* Add home_edit_path to keybinding list

* Update examples

* Update demo image

* Reduce size of demo screenshot

* Update eframe version in README.md

* Use take_selected in README example

* Update changelog

* Update crate documentation (#135)

* Update crate documentation in lib.rs

* Update changelog

* Prepare release v0.6.0 (#136)

* Increase crate version

* Update changelog

---------

Co-authored-by: crumblingstatue <[email protected]>
Co-authored-by: nat3 <[email protected]>
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