Nathan.fooo
69a7ae5201
Implement Grid's filter UI ( #1474 )
...
* fix: border of field cell
* chore: add filter button
* chore: refactor setting button event
* chore: notify row did changed with filter configuration
* chore: add filter bloc test
* chore: config add filter button
* chore: create filter
* chore: load filters and update corresponding field property
* chore: add filter choice chip
* chore: config choice chip ui
* chore: send notification when filter updated
* chore: update filter after update field type option data
* fix: remove/add filter when update field's type option
* chore: create home setting bloc to save the setting of the home screen
* chore: add filter test
* chore: edit text filter ui
* fix: filter cell bugs
* fix: insert row out of bound
* chore: update setting icon in grid
* chore: shrink wrap the filter list
* refactor: extract row container from row cache
* chore: disable split-debuginfo
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-26 21:28:08 +08:00
Richard Shiue
63059ea39d
chore: tints depend on light and dark theme ( #1470 )
2022-11-22 20:06:32 +08:00
Richard Shiue
5a8f1db5a6
fix: divider colors for top and bottom border widgets ( #1468 )
2022-11-22 20:01:16 +08:00
Richard Shiue
a8dc55b4f3
chore: use theme.of(context) text theme in settings and around app ( #1466 )
...
* chore: use theme.of(context) text theme in settings and around app
* chore: add textDecoration to FlowyText
2022-11-22 20:00:21 +08:00
Richard Shiue
67a253c9c7
fix: fix colors for buttons and allow more customization ( #1465 )
2022-11-21 08:23:37 +08:00
Richard Shiue
dc462b3847
chore: use theme.of(context) text theme in shared widgets ( #1460 )
2022-11-19 18:00:08 +08:00
Richard Shiue
81bc31d1b1
chore: use theme.of(context) text theme in FlowyText ( #1463 )
2022-11-19 17:53:30 +08:00
Lucas.Xu
9c40a501fe
Merge remote-tracking branch 'origin/main' into image_selection_area
2022-11-18 09:19:49 +08:00
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
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
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
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
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
Lucas.Xu
4622a412b7
feat: markdown to document
2022-11-08 20:10:09 +08:00
Lucas.Xu
fc35f74751
feat: markdown to delta
2022-11-08 17:19:14 +08:00
Lucas.Xu
f6e1f2185e
chore: remove unused code
2022-11-08 15:55:02 +08:00
Lucas.Xu
2e7f803e02
test: markdown encoder test
2022-11-08 15:44:40 +08:00
Lucas.Xu
9eaa79b558
feat: document to markdown
2022-11-08 15:44:10 +08:00
Lucas.Xu
c85ab276e9
feat: delta to markdown
2022-11-08 14:47:10 +08:00
Lucas.Xu
b15ed56008
fix : #1413 [Bug] Azrty keyboard not opening menu when typing /
2022-11-07 16:46:25 +08:00
Richard Shiue
fcd214b1c0
fix: lint unhappy with unused import ( #1412 )
2022-11-04 22:15:03 +08:00
Eakam
cd8e4ddf00
fix: disappearing hover effect on popover trigger ( #1403 )
2022-11-01 21:01:35 +08:00
wanderer163
1262653144
fix: typos and grammar ( #1408 )
...
Co-authored-by: arpitpandey0209 <arpit100.700@rediffmail.com>
2022-11-01 20:51:03 +08:00
Nathan.fooo
3fbcd928db
fix: padding for edit field ( #1400 )
2022-10-30 19:31:53 +08:00
Lucas.Xu
6130dfe36a
feat: implement auto focus
2022-10-30 10:34:55 +08:00
Lucas.Xu
10541502b8
chore: pick release/0.0.6 to main
2022-10-29 17:00:40 +08:00
Lucas.Xu
95fdfd7da2
Merge pull request #1390 from LucasXu0/fix_enter_key_handler
...
fix: remove the unnecessary operation in enter key handler
2022-10-29 16:56:07 +08:00
Lucas.Xu
4a48a2af5a
fix: remove the unnecessary operation in enter keyhandler
2022-10-29 15:16:31 +08:00
Sean Riley Hawkins
4d89b7a24e
test: scroll service test for editor
2022-10-28 21:25:04 +08:00
Lucas.Xu
b6dc18ba32
chore: update appflowy_editor CHANGELOG
2022-10-27 15:30:19 +08:00
Lucas.Xu
9c24597bbd
Merge pull request #1380 from LucasXu0/appflowy_editor_0_0_7
...
appflowy editor 0.0.7
2022-10-27 15:23:17 +08:00
Lucas.Xu
ea46272b49
Merge pull request #1373 from LucasXu0/fix_checkbox_copy
...
fix: copy link and code style
2022-10-27 15:22:54 +08:00
Lucas.Xu
ac36d76eed
chore: update version 0.0.7
2022-10-27 14:53:15 +08:00
Lucas.Xu
90b9456b0b
chore: update documentation for customizing a theme
2022-10-27 14:52:17 +08:00
Lucas.Xu
862ba3173a
chore: update main.dart
2022-10-27 14:08:54 +08:00
Lucas.Xu
76cdb689fb
chore: update language for bn_BN
2022-10-27 14:00:24 +08:00
Lucas.Xu
799ceb432f
fix: copy link and code style
2022-10-26 20:14:35 +08:00
Lucas.Xu
c7c9048fe3
Merge pull request #1364 from LucasXu0/adapt_dart_mode
...
feat: adapt dark mode
2022-10-26 14:55:37 +08:00
Utsav Paul
7e2a0144a1
feat: added new translation (bn_BN) to appflowy-editor ( #1356 )
...
* Create intl_bn_BN.arb
* Update intl_bn_BN.arb
2022-10-26 14:52:53 +08:00
Lucas.Xu
e7adc3bcbf
fix: selection menu show in wrong position
2022-10-26 14:36:00 +08:00