9d61ca0278
* feat: hide/unhide ui * chore: implement collapsible side bar and adjust group header (#2) * refactor: hidden columns into own file * chore: adjust new group button position * fix: flowy icon buton secondary color bleed * chore: some UI adjustments * fix: some regressions * chore: proper group is_visible fetching * chore: use a bloc to manage hidden groups * fix: hiding groups not working * chore: implement hidden group popups * chore: proper ungrouped item column management * chore: remove ungrouped items button * chore: flowy hover build * fix: clean up code * test: integration tests * fix: not null promise on null value * fix: hide and unhide multiple groups * chore: i18n and code review * chore: missed review * fix: rust-lib-test * fix: dont completely remove flowyiconhovercolor * chore: apply suggest * fix: number of rows inside hidden groups not updating properly * fix: hidden groups disappearing after collapse * fix: hidden group title alignment * fix: insert newly unhidden groups into the correct position * chore: adjust padding all around * feat: reorder hidden groups * chore: adjust padding * chore: collapse hidden groups section persist * chore: no status group at beginning * fix: hiding groups when grouping with other types * chore: disable rename groups that arent supported * chore: update appflowy board ref * chore: better naming * feat: delete kanban groups * chore: forgot to save * chore: fix build and small ui adjustments * chore: add a confirm dialog when deleting a column * fix: flutter lint * test: add integration test * chore: fix some design review issues * chore: apply suggestions from Nathan * fix: write lock on group controller --------- Co-authored-by: Mathias Mogensen <mathias@appflowy.io> |
||
---|---|---|
.. | ||
android | ||
assets | ||
integration_test | ||
ios | ||
lib | ||
linux | ||
macos | ||
packages | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
cargokit_options.yaml | ||
env.cloud.test | ||
Makefile | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
AppFlowy_Flutter
Documentation for Contributors
This Repository contains the codebase for the frontend of the application, currently we use Flutter as our frontend framework.
Platforms Supported Using Flutter 💻
- Linux
- macOS
- Windows
We are actively working on support for Android & iOS!
Additionally, we are working on a Web version built with Tauri!
Am I Eligible to Contribute?
Yes! You are eligible to contribute, check out the ways in which you can contribute to AppFlowy. Some of the ways in which you can contribute are:
- Non-Coding Contributions
- Documentation
- Feature Requests and Feedbacks
- Report Bugs
- Improve Translations
- Coding Contributions
To contribute to AppFlowy_Flutter
codebase specifically (coding contribution) we suggest you to have basic knowledge of Flutter. In case you are new to Flutter, we suggest you learn the basics, and then contribute afterwards. To get started with Flutter read here.
What OS should I use for development?
We support all OS for Development i.e. Linux, MacOS and Windows. However, most of us promote macOS and Linux over Windows. We have detailed docs on how to setup AppFlowy_Flutter
on your local system respectively per operating system.
Getting Started ❇
We have detailed documentation on how to get started with the project, and make your first contribution. However, we do have some specific picks for you:
- Code Architecture
- Styleguide & Conventions
- Making Your First PR
- All AppFlowy Documentation - Contribution guide, build and run, debugging, testing, localization, etc.
Need Help?
- New to GitHub? Follow these steps to get started
- Stuck Somewhere? Join our Discord, we're there to help you!
- Find out more about the community initiatives.