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: hidden kanban groups #3907

Merged
merged 41 commits into from
Nov 13, 2023

Conversation

richardshiue
Copy link
Collaborator

@richardshiue richardshiue commented Nov 9, 2023

resolves #3818

Screen.Recording.2023-11-09.at.1.57.08.PM.mov

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Attention: 361 lines in your changes are missing coverage. Please review.

Comparison is base (50e6125) 61.70% compared to head (3784e4e) 10.87%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3907       +/-   ##
===========================================
- Coverage   61.70%   10.87%   -50.84%     
===========================================
  Files         609      611        +2     
  Lines       28098    28353      +255     
===========================================
- Hits        17339     3082    -14257     
- Misses      10759    25271    +14512     
Flag Coverage Δ
appflowy_flutter_integrateion_test ?
appflowy_flutter_unit_test 10.87% <15.25%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...tabase_view/grid/application/grid_header_bloc.dart 68.57% <100.00%> (ø)
...ib/plugins/database_view/tar_bar/tab_bar_view.dart 0.00% <ø> (-92.69%) ⬇️
...er/lib/workspace/presentation/home/home_stack.dart 0.00% <ø> (-96.30%) ⬇️
.../database_view/grid/presentation/layout/sizes.dart 0.00% <0.00%> (-90.33%) ⬇️
...sentation/widgets/header/field_type_extension.dart 0.00% <0.00%> (-100.00%) ⬇️
...abase_view/board/application/group_controller.dart 73.68% <61.11%> (-4.32%) ⬇️
...s/database_view/board/presentation/board_page.dart 0.00% <0.00%> (-86.60%) ⬇️
...oard/presentation/widgets/board_column_header.dart 0.00% <0.00%> (-53.93%) ⬇️
...ns/database_view/board/application/board_bloc.dart 51.66% <41.93%> (-19.91%) ⬇️
...oard/presentation/widgets/board_hidden_groups.dart 0.00% <0.00%> (ø)

... and 407 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@appflowy appflowy merged commit a63a7ea into AppFlowy-IO:main Nov 13, 2023
12 of 16 checks passed
@appflowy appflowy deleted the test-mathias-alternate-fix branch November 13, 2023 08:14
zoli added a commit to zoli/AppFlowy that referenced this pull request Nov 16, 2023
* main: (47 commits)
  feat: adjust code block, outline block on mobile (AppFlowy-IO#3940)
  chore: upgrade flutter to 3.13.9 (AppFlowy-IO#3936)
  feat: add lru cache for document/database instance (AppFlowy-IO#3938)
  chore: fix-typo (AppFlowy-IO#3934)
  feat: User profile notify (AppFlowy-IO#3937)
  fix: padding issue with the select tags (AppFlowy-IO#3929)
  chore: update Russian translations (AppFlowy-IO#3823)
  fix: integration test on kanban (AppFlowy-IO#3928)
  feat: add alignment and indent/outdent toolbar item (AppFlowy-IO#3927)
  feat: hidden kanban groups (AppFlowy-IO#3907)
  feat: support the operations of field in the grid of tauri (AppFlowy-IO#3906)
  fix: 0.3.8 known issues (AppFlowy-IO#3912)
  feat: adjust cover plugin and support recent section on mobile platform (AppFlowy-IO#3921)
  chore: share button text color (AppFlowy-IO#3913)
  feat: using workspace crate deps  (AppFlowy-IO#3924)
  feat: adding suffix for user data folder when current cloud type is appflowy cloud (AppFlowy-IO#3918)
  fix: added missing hover tooltip to toolbar item (AppFlowy-IO#3786)
  chore: update to version 0.3.8 (AppFlowy-IO#3902)
  feat: display the titles of a view's ancestors and the view's title on the title bar. (AppFlowy-IO#3898)
  fix: notifications setting (AppFlowy-IO#3903)
  ...
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.

[FR] Enable users to hide/unhide a stack on Kanban
3 participants