This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-07-24 01:18:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
appflowy_flutter
/
lib
/
workspace
/
application
/
recent
/
prelude.dart
3 lines
70 B
Dart
Raw
Normal View
History
Unescape
Escape
fix: search launch review (#5169) * fix: support filtering results by workspace * feat: add search button to sidebar * fix: reduce view/recent view fetching across application * feat: add channel to search listener * feat: clean + localization * chore: remove redundant code * fix: disable search * chore: trigger ci * chore: disable search in backend * test: disable search tests for now * feat: temp disable reliance on folder search * fix: add debounce to inline actions * chore: complete future if disposed * fix: clean code * chore: disable unused bloc with feature flag * fix: recent views lazy read * chore: revert podilfe change * chore: update logs * chore: update client api and collab * chore: fix tst * chore: fix test & update collab commit * chore: update collab commit * test: fix unit tests * chore: update rust toolchain 1.77 * chore: use opt-level 1 * fix: code review * chore: clippy --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-23 15:46:57 +02:00
export
'
cached_recent_service.dart
'
;
fix: editor page issues (#4055) * fix: disable editor in card detail page * fix: mobile toolbar disappears after editing link * fix: favorite icon shows incorrectly * fix: inkWell when pressing on the Trash is different from the rest of our list tiles in the app * fix: recent view didn't update after deleting view * fix: trash button too small * feat: use new bottom sheet style in cover plugin * feat: use new bottom sheet style in add new page * feat: use new bottom sheet style in view page option * feat: use new bottom sheet style in image block * feat: use new bottom sheet style in settings block and edit link menu * fix: data picker doesn't show * fix: flutter analyze
2023-12-01 09:58:36 +08:00
export
'
recent_views_bloc.dart
'
;
Reference in New Issue
Copy Permalink