Richard Shiue
d7f14db6ab
chore: use theme.of(context) text theme in board ( #1453 )
2022-11-17 16:48:48 +08:00
Nathan.fooo
fc10ee2d6b
Fix filter test ( #1459 )
...
* chore: move grid_view_editor.rs to view_editor folder
* chore: hide invisible rows
* fix: lock issue
* fix: flutter test potential failed
* chore: separate group tests
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-17 16:44:17 +08:00
ramanverma2k
af9b4b3922
ci: build & upload installer package for windows
2022-11-17 13:33:19 +05:30
Richard Shiue
f00a78746e
chore: add textTheme to AppTheme ( #1448 )
...
* chore: add textTheme to AppTheme
* chore: extend scaled font size options
* chore: add text styles to extension and rename extension to AFThemeExtension
* chore: use 2021 material design text style tokens
2022-11-17 15:28:57 +08:00
Richard Shiue
eb35fb25af
feat: initial steps to allow changing the app font ( #1433 )
...
* feat: initial steps to allow customizing app font
* chore: remove unnecessary factory constructor
2022-11-16 14:40:30 +08:00
Nathan.fooo
276df8202a
Merge pull request #1456 from AppFlowy-IO/filter_bloc
...
Add Filter bloc
2022-11-16 08:50:03 +08:00
nathan
0ee27097ce
chore: add fitler bloc test
2022-11-15 23:17:01 +08:00
nathan
f1ac38dd59
chore: add filter service
2022-11-15 13:04:30 +08:00
Richard Shiue
66ed712952
feat: Add new page icon and refactor ( #1449 )
...
* refactor: port to popover action list for add new page
* feat: add icons to menu items for add new page
* chore: change translation for Doc to Document
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-15 11:45:23 +08:00
nathan
3dddd907b0
chore: create filter bloc
2022-11-15 11:12:30 +08:00
Nathan.fooo
92de27eae8
Merge pull request #1455 from AppFlowy-IO/rename_doc_folder
...
chore: rename doc folder to document
2022-11-15 11:10:57 +08:00
nathan
1ee1f9c775
chore: fix ref
2022-11-15 10:46:26 +08:00
Nathan.fooo
5d20e16dc5
Merge pull request #1454 from AppFlowy-IO/feat/select_option_filter_test
...
Feat/select option filter test
2022-11-15 10:44:06 +08:00
nathan
400220a312
chore: rename doc folder to document
2022-11-15 10:22:35 +08:00
nathan
6846bbf103
chore: fix test
2022-11-15 10:19:13 +08:00
appflowy
ef3837f246
chore: add selection option fitler test
2022-11-14 19:40:45 +08:00
Nathan.fooo
c3a41ba9ad
Merge pull request #1452 from AppFlowy-IO/feat/filter_date
...
Feat/filter date
2022-11-14 17:38:43 +08:00
appflowy
18c209848b
chore: add select option tests
2022-11-14 17:21:32 +08:00
Lucas.Xu
e076c2be90
Merge pull request #1451 from richardshiue/flowy-editor-background
...
fix: use surface color of colorscheme as editor's background color
2022-11-14 16:51:24 +08:00
appflowy
c80fa5da78
chore: add date filter tests
2022-11-14 16:33:24 +08:00
Richard Shiue
aaadab434c
fix: use surface color of colorscheme as editor's background color
2022-11-14 15:31:39 +08:00
appflowy
0e137f12f5
chore: date with utc
2022-11-14 12:03:22 +08:00
appflowy
6aba344583
chore: rename some pb structs
2022-11-14 09:59:23 +08:00
Nathan.fooo
a0a16cc493
feat: config grid filter in backend & add tests
...
* chore: add search crate
* chore: add task order test
* chore: enable timeout
* add task crate
* chore: run filter task
* chore: run filter task
* chore: filter rows
* chore: cache filter result
* chore: filter rows when open a grid
* chore: add tests
* test: add number filter test
* test: add checkbox fitler test
* chore: fix test
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-13 22:23:57 +08:00
Onyedika Israel Ukwueze
a1e0282df0
fix: NetworkType null safety issues ( #1435 )
...
* fix: Networktype null safety issues
Networktype returns nulls when the connectivity result is vpn resulting to null safety issues.
Implemented a case for when the connectivity result is vpn to resolve this issue.
* chore: update connectivity_plus_platform_interface ^1.2.2
* chore: update network state on Rust side
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-11-13 11:57:47 +08:00
ramanverma2k
bb370b28b7
fix: Application name in Windows taskbar.
2022-11-12 12:14:08 +05:30
Nathan.fooo
dd1dcba599
chore: return user setting ( #1438 )
2022-11-11 17:24:10 +08:00
Richard Shiue
5b4a93ee34
test: split test into widget and unit test ( #1432 )
2022-11-11 12:42:20 +08:00
Nathan.fooo
f426745094
fix: await the cell dispose ( #1437 )
2022-11-11 12:41:53 +08:00
Nathan.fooo
840095d73c
fix: create grid for each test ( #1431 )
2022-11-10 20:22:37 +08:00
Richard Shiue
bbd64fae81
refactor: appflowy theme system pt. 1 ( #1407 )
...
* refactor: port theme provider to bloc
* refactor: port from custom theme type enum to material design's brightness
* chore: add custom color extension to ThemeData
* refactor: use Theme.of(context) when trying to get theme colors
* refactor: toggle widget code refactor
* refactor: flowy hover style refactor
* refactor: flowy icon refactor
* fix: regression on sidebar tooltip text from #1210
* chore: read color from theme.of
* chore: quick access to custom color
* fix: dart test
* fix: scrollbar regression
* chore: fix flutter lint
* chore: fix grid bloc test
Co-authored-by: appflowy <annie@appflowy.io>
2022-11-10 14:22:18 +08:00
Annie
eff1da2812
chore: include latest product screenshots
2022-11-09 17:08:58 +08:00
Lucas.Xu
65f677b277
Merge pull request #1429 from LucasXu0/refactor_appflowy_editor_example
...
Refactor appflowy editor example
2022-11-09 16:48:57 +08:00
Lucas.Xu
b6ad0ba597
chore: update changelog
2022-11-09 16:06:55 +08:00
Lucas.Xu
9b56cbb648
fix: export error on Web platform
2022-11-09 16:00:07 +08:00
Lucas.Xu
e20ce9052a
feat: implement theme customizer showcase
2022-11-09 15:36:30 +08:00
Lucas.Xu
853be71bf5
feat: implement initalize editor from json and markdown
2022-11-09 15:06:36 +08:00
Lucas.Xu
9a908abfdd
feat: implement save document to markdown
2022-11-09 14:36:55 +08:00
Nathan.fooo
e482ac75f9
test: edit a field in kanban board ( #1428 )
2022-11-09 12:25:07 +08:00
Lucas.Xu
205b5f2c21
feat: implement save document to json
2022-11-09 11:50:08 +08:00
Lucas.Xu
064ed16a7a
feat: implement drawer and simple editor
2022-11-09 11:37:26 +08:00
Lucas.Xu
8a53abef3f
chore: update version and documentation
2022-11-09 11:37:06 +08:00
Nathan.fooo
42c2c4738a
chore: remove flutter quill ( #1426 )
2022-11-09 11:07:29 +08:00
Lucas.Xu
cdf6f1b38a
Merge pull request #1424 from LucasXu0/markdown
...
Implement appflowy editor document to markdown
2022-11-09 09:50:15 +08:00
Lucas.Xu
17536fdecb
feat: implement paste markdown text
2022-11-09 09:50:00 +08:00
Lucas.Xu
eb7356474c
feat: integate appflowy_editor markdown codec into appflowy
2022-11-08 21:43:51 +08:00
Lucas.Xu
76d1267aa5
feat: remove the codec code from main project
2022-11-08 21:36:51 +08:00
Lucas.Xu
888c1b86f0
test: markdown decoder test
2022-11-08 21:34:27 +08:00
Nathan.fooo
882d5535e6
Extract protobuf structs from flowy-sync crate ( #1425 )
...
* refactor: extract data model from flowy-sync crate
* chore: rename lib-infra features
2022-11-08 21:13:28 +08:00
Lucas.Xu
4622a412b7
feat: markdown to document
2022-11-08 20:10:09 +08:00