tsuiyuenhong
7de2f7fa49
Merge remote-tracking branch 'origin/main' into feat/flowy_editor
2022-08-03 09:04:16 +08:00
sky1095
fecc1ec31b
fix: ProviderNotFound exception in overlay demo example
2022-07-31 13:36:52 +05:30
MikeWallaceDev
eda54719b1
chore: remove pubspec.lock generated by libraries. Keep the one in the application
2022-07-14 14:23:06 -04:00
Lucas.Xu
76999c6a46
feat: add flowy_editor package
2022-07-11 18:07:36 +08:00
appflowy
ad5ab10cdd
chore: update default scrollbar size
2022-06-05 22:29:09 +08:00
appflowy
9518e164b5
chore: config cell accessory
2022-06-01 14:40:05 +08:00
appflowy
a568f6323d
chore: refactor grid cell expander
2022-05-31 21:06:02 +08:00
appflowy
3d41cb0cec
chore: adjust ui color
2022-05-31 16:22:20 +08:00
Poly-Pixel
bfa3eb9577
fix: Fix various small issues
2022-05-29 15:27:18 -04:00
appflowy
1b5b8f19d7
chore: auto expand row detail page's cell
2022-05-22 13:08:38 +08:00
appflowy
4840d23fff
chore: add GridFieldContext
2022-05-18 15:43:10 +08:00
appflowy
efbac6c92d
chore: check time format & add time format test
2022-05-13 11:31:56 +08:00
appflowy
a2dfc8bc03
chore: set time
2022-05-10 10:26:40 +08:00
appflowy
d3841154a5
chore: config caladen ui
2022-05-09 21:32:58 +08:00
appflowy
228695d517
chore: add close button on row detail page
2022-05-06 20:21:50 +08:00
appflowy
1488caa97e
chore: filter out number format
2022-05-02 11:07:37 +08:00
appflowy
bf93376cf3
fix: unselect option
2022-04-22 14:22:47 +08:00
appflowy
b9135d26a9
fix: insert row index
2022-04-21 21:24:28 +08:00
appflowy
e1711980c6
chore: edit field
2022-04-21 20:32:48 +08:00
appflowy
f66adb53c9
chore: config hover
2022-04-21 15:59:56 +08:00
appflowy
a707410548
chore: format number cell
2022-04-12 21:31:38 +08:00
appflowy
943b4507ac
chore: config field separate line
2022-04-12 15:53:11 +08:00
appflowy
ef008a7b0b
chore: fix some ui bugs
2022-04-08 14:31:33 +08:00
appflowy
c82c6d9c6e
fix: deserialize multiple select cell data issues
2022-04-07 17:07:46 +08:00
appflowy
d09a5bf42b
chore: update and delete select option
2022-04-07 10:57:40 +08:00
appflowy
5358203a46
chore: config option editor ui
2022-04-04 20:47:04 +08:00
appflowy
5d007c5359
chore: grid setting list
2022-04-03 10:53:31 +08:00
appflowy
3749168861
fix: fix some bugs
2022-03-31 22:51:46 +08:00
appflowy
4b27fef76e
chore: select option color
2022-03-31 14:43:31 +08:00
appflowy
065a72a8da
chore: add option & color selection
2022-03-29 22:58:38 +08:00
appflowy
55b888e364
chore: single selection field
2022-03-29 11:29:21 +08:00
appflowy
d2080a6c03
chore: date field
2022-03-28 22:47:30 +08:00
appflowy
8b7eee46bb
chore: duplicate and hide field
2022-03-27 11:14:21 +08:00
appflowy
16598650ff
chore: lazy load cell
2022-03-26 20:27:32 +08:00
appflowy
90e7873135
chore: create field
2022-03-25 15:02:43 +08:00
appflowy
2eccd0452b
chore: close bloc when overlay dismiss
2022-03-24 23:52:06 +08:00
appflowy
3fdf922f81
chore: config create field pannel
2022-03-24 17:09:05 +08:00
appflowy
188302d4ba
chore: config field editor
2022-03-22 20:51:15 +08:00
appflowy
2bbcfaf3ce
chore: config edit pannel
2022-03-21 23:13:19 +08:00
appflowy
475d511829
fix: can't find overlay exists above editabletext
2022-03-20 22:38:57 +08:00
appflowy
00db755c29
feat: add cloumn bloc
2022-03-09 09:31:06 +08:00
luz paz
5d09e1509d
fix: various typos
...
Found via `codespell -q 3 -S *.svg,./frontend/app_flowy/assets/translations -L bloc,crate,homestate,nd,ot,ser`
2022-02-27 13:14:14 -05:00
appflowy
0758db971b
refactor: remove unuse imports
2022-02-05 11:16:46 +08:00
appflowy
ea0179536d
fix: show_menu icon on dark mode
2022-02-04 15:54:36 +08:00
appflowy
564af73076
fix view listen issue because of the notifier didn't dispose.
2022-01-28 21:29:09 +08:00
AppFlowy.IO
2a134bcb40
fix light theme issues ( #215 )
...
* fix light theme issues
* rm hoverColor in ThemeData
2022-01-06 12:18:35 -05:00
Sean Riley Hawkins
6325bd300b
[FR] Dark Mode ( #185 )
...
* Rewrote to change with light and dark mode 🔧
* Changed files to match theme switches
* Fixed text color switch
* Configured accent color for trash page
* Configured hover color for dark mode
* Configured container colors for dark mode
* Configured text to switch with themes
* Added values to change with theme
* Configured to work with theme colors
* Text not affected by theme
* Theme can be changed here
* Used gray instead of white color
* Rewrote to change with light and dark mode 🔧
* Changed files to match theme switches
* Fixed text color switch
* Configured accent color for trash page
* Configured hover color for dark mode
* Configured container colors for dark mode
* Configured text to switch with themes
* Restored deleted file
* Rewrote to change with light and dark mode 🔧
* Changed files to match theme switches
* Fixed text color switch
* Configured accent color for trash page
* Configured hover color for dark mode
* Configured container colors for dark mode
* Configured text to switch with themes
* Rewrote to change with light and dark mode 🔧
* Changed files to match theme switches
* Configured accent color for trash page
* Removed file
* Used theme.dart colors
* Removed comments and added colors
* Refactored and added hover colors
* removed generated files
fixed warnings
Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2021-12-24 13:20:48 -05:00
MikeWallaceDev
9fc13c7d62
Fixes #141
...
removed the SizedBox. Leaving the size to adjust automatically depending on the footer's content.
2021-12-23 14:03:51 -05:00
appflowy
d80061461b
add flowy-collaboration crate
2021-12-11 13:47:16 +08:00
Harinandan
513df69042
Added tooltip to toolbar buttons
2021-11-23 21:11:49 +05:30