firefly
firefly copied to clipboard
feat: implements pull to refresh
Summary
Adds Refresher component that looks and behaves like native Android/IOS refreshers
Changelog
- Adds Refresher component
- Adds Refresher component in Dashboard
- Sort lines from `shared/components` by alphabetical order
Relevant Issues
closes #3791
Testing
Platforms
-
Desktop
- [ ] MacOS
- [ ] Linux
- [ ] Windows
-
Mobile
- [ ] iOS
- [x] Android
Instructions
- Pull down the dashboard on touchscreen on iOS and Android
Checklist
- [x] I have followed the contribution guidelines for this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or modified tests that prove my changes work as intended
- [x] I have verified that new and existing unit tests pass locally with my changes
- [x] I have verified that my latest changes pass CI workflows for testing and linting
- [ ] I have made corresponding changes to the documentation