Commit Graph

512 Commits

Author SHA1 Message Date
Vincent Chan
de507001f4 fix: use UnmodifiableListView for OpIterator 2022-07-13 16:24:17 +08:00
Vincent Chan
f2c477e89f feat: change attributes map to dynamic 2022-07-13 16:05:42 +08:00
Vincent Chan
8bd748d7cd fix: unit tests 2022-07-13 16:05:42 +08:00
Vincent Chan
2881edd505 feat: implement text delta operation 2022-07-13 16:05:38 +08:00
Lucas.Xu
05786d1255 feat: pass BuildContext to NodeWidgetBuilder 2022-07-13 10:52:42 +08:00
Lucas.Xu
88f73bfbd4 chore: add comment to RenderPlugins 2022-07-13 10:28:52 +08:00
Lucas.Xu
cf0da22d63 refactor: abstract node widget builder 2022-07-12 21:27:13 +08:00
Lucas.Xu
e3c489612e feat: add image node widget in example 2022-07-12 18:39:47 +08:00
Lucas.Xu
a298348def feat: add render plugins and example 2022-07-12 17:30:32 +08:00
Vincent Chan
1b0c29ea09 feat: implement editor state operation 2022-07-12 13:48:33 +08:00
Vincent Chan
9c73a8cd9a feat: position and selection 2022-07-12 11:54:06 +08:00
Lucas.Xu
9e4227d3d2 test: add delete node test 2022-07-11 21:14:32 +08:00
Lucas.Xu
d2e62f882b feat: typedef Map<String, Object> to Attributes 2022-07-11 21:11:25 +08:00
Lucas.Xu
59d92a8ced feat: insert / delelte / update / search node in state tree 2022-07-11 20:37:12 +08:00
Lucas.Xu
47436bf6e2 feat: find node with path or index in state tree 2022-07-11 18:38:08 +08:00
Lucas.Xu
76999c6a46 feat: add flowy_editor package 2022-07-11 18:07:36 +08:00
appflowy
91418df940 chore: fix test errors 2022-07-04 16:38:35 +08:00
appflowy
cfadf42fe3 chore: fix import path 2022-07-04 15:55:48 +08:00
appflowy
e5f35e46ca chore: fix import path 2022-07-04 15:00:54 +08:00
appflowy
c1ea97c729 refactor: move entities from flowy-grid-data-model to flowy-grid crate 2022-07-01 20:32:11 +08:00
appflowy
6b85477421 chore: ignore dart event file 2022-06-15 23:19:25 +08:00
appflowy
812bca616c chore: ignore dart protobuf files 2022-06-15 20:14:55 +08:00
appflowy
4b71c474e4 refactor: separate proto file from src folder 2022-06-15 19:40:18 +08:00
appflowy
820b7fcb75 refactor: add grid view info 2022-06-15 17:37:50 +08:00
appflowy
a13e6798ee refactor: separate grid revision structs from entities 2022-06-15 16:26:14 +08:00
appflowy
d4d7ba7452 chore: read view info 2022-06-14 23:11:48 +08:00
appflowy
ae4cc496fc chore: add read view info event 2022-06-14 20:47:31 +08:00
appflowy
f8ec4b3e24 refactor: replace object with object's revision entity 2022-06-14 20:47:30 +08:00
negiboudu
f04020eb08 feat: add ja-JP translation 2022-06-12 02:38:25 +09:00
appflowy
ad5ab10cdd chore: update default scrollbar size 2022-06-05 22:29:09 +08:00
appflowy
2dfb7261c7 chore: rename some struct in Rust 2022-06-05 18:56:45 +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
Nathan.fooo
e177a1433f
Merge pull request #516 from AppFlowy-IO/fix/grid_ui
Fix: Grid UI bugs
2022-05-30 20:43:56 +08:00
appflowy
84454469b4 fix: #508 auto format number 2022-05-30 18:40:42 +08:00
Poly-Pixel
bfa3eb9577
fix: Fix various small issues 2022-05-29 15:27:18 -04:00
appflowy
9844c02cbc chore: Merge branch 'main' into feat_grid_url
# Conflicts:
#	frontend/rust-lib/flowy-grid/src/event_handler.rs
#	shared-lib/flowy-grid-data-model/src/protobuf/model/grid.rs
2022-05-28 16:01:49 +08:00
appflowy
62c322ab21 refactor: Date & SingleSelect & Multi-Select type option 2022-05-28 15:30:15 +08:00
appflowy
8d766f3bb4 refactor: cell data loader 2022-05-28 08:35:22 +08:00
appflowy
40e7b42a63 chore: fix flutter warnings 2022-05-27 19:57:13 +08:00
appflowy
9a93a72c33 feat: add new field type 2022-05-27 19:49:14 +08:00
appflowy
1b5b8f19d7 chore: auto expand row detail page's cell 2022-05-22 13:08:38 +08:00
appflowy
23900b49f5 chore: fix bugs 2022-05-19 10:41:00 +08:00
appflowy
4840d23fff chore: add GridFieldContext 2022-05-18 15:43:10 +08:00
appflowy
a59a0af05b refactor: remove FieldTypeOptionContext 2022-05-17 17:22:53 +08:00
appflowy
c6edd1a6da chore: update data & time format 2022-05-13 22:58:49 +08:00
appflowy
efbac6c92d chore: check time format & add time format test 2022-05-13 11:31:56 +08:00
appflowy
76079d8ce0 chore: display time 2022-05-12 23:23:23 +08:00
appflowy
6fb163b296 refactor: customize cell data persistence 2022-05-11 21:05:04 +08:00
appflowy
19da42f210 chore: add date cell handler 2022-05-11 11:34:13 +08:00
appflowy
a2dfc8bc03 chore: set time 2022-05-10 10:26:40 +08:00
appflowy
81d75147d5 chore: update typeOption data 2022-05-10 09:33:34 +08:00
appflowy
d3841154a5 chore: config caladen ui 2022-05-09 21:32:58 +08:00
appflowy
f617a04900 refactor: cell with origin data 2022-05-09 16:45:42 +08:00
appflowy
f21ca6c52a refactor: CellCalendar with bloc 2022-05-09 14:59:26 +08:00
appflowy
13cb7eeb24 chore: add get type option data handler 2022-05-09 13:23:03 +08:00
appflowy
228695d517 chore: add close button on row detail page 2022-05-06 20:21:50 +08:00
appflowy
448c134704 fix: update workspace setting 2022-05-05 10:49:34 +08:00
appflowy
1488caa97e chore: filter out number format 2022-05-02 11:07:37 +08:00
appflowy
cf05d7da41 chore: support more number format 2022-05-01 23:11:44 +08:00
appflowy
b29f53c995 chore: print duplicate event erorr 2022-04-27 07:58:40 +08:00
appflowy
7f7801d04e chore: save view order 2022-04-27 07:21:37 +08:00
appflowy
d390ef9a3a chore: fix warnings 2022-04-25 22:03:10 +08:00
appflowy
0ac17fa6df chore: replace row when row updated 2022-04-25 10:42:24 +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
eeba6884ce chore: config row detail page 2022-04-20 16:32:23 +08:00
appflowy
5ee4b8a2bc chore: different color when create option for single-select or multi-select 2022-04-18 17:17:42 +08:00
appflowy
0a19364ea7 chore: remove row listener from rowbloc 2022-04-17 10:14:17 +08:00
appflowy
3cc7c8e6de chore: cache row data 2022-04-16 21:05:41 +08:00
appflowy
ac766c0359 chore: fix row rebuild refresh issue 2022-04-14 21:16:29 +08:00
appflowy
fd9e13bf4b chore: refactor grid field listener 2022-04-14 13:59:42 +08:00
appflowy
06af45a8ed chore: udpate field notification 2022-04-13 21:26:27 +08:00
appflowy
2fa6adeee6 chore: move field 2022-04-13 14:24:54 +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
a049034110 chore: support including time on date type 2022-04-12 10:06:47 +08:00
appflowy
2dd5930560 fix: deserial cells data from delta error 2022-04-11 14:09:50 +08:00
appflowy
f01d3250ae chore: reload after delete or insert row 2022-04-10 14:25:25 +08:00
appflowy
420b8ca05d chore: fix deserialize GridBlockMetaPad error 2022-04-10 10:31:55 +08:00
appflowy
a755d52371 chore: using cow for row ids stuff 2022-04-10 09:14:42 +08:00
appflowy
b93feb49c3 chore: config row action sheet 2022-04-09 22:07:48 +08:00
appflowy
8a94644add chore: config date cell ui 2022-04-09 15:57:12 +08:00
appflowy
953af35029 chore: rename struct property 2022-04-09 07:35:35 +08:00
appflowy
6de7933a2f fix: the updated option will added to selected option list 2022-04-08 17:44:06 +08:00
appflowy
ef008a7b0b chore: fix some ui bugs 2022-04-08 14:31:33 +08:00
Nathan.fooo
65993b7205
Merge pull request #435 from AppFlowy-IO/grid_field_operation
Grid field operation
2022-04-07 21:26:20 +08:00
appflowy
e15d335fed chore: config checkbox ui 2022-04-07 20:15:00 +08:00
appflowy
c82c6d9c6e fix: deserialize multiple select cell data issues 2022-04-07 17:07:46 +08:00
appflowy
a3770a699c fix: unit test errors 2022-04-07 15:34:00 +08:00
appflowy
d09a5bf42b chore: update and delete select option 2022-04-07 10:57:40 +08:00
appflowy
6a36e2bcfd chore: listen on cell update 2022-04-06 10:32:12 +08:00
appflowy
c7a3bb73b9 chore: listen on row update 2022-04-05 22:46:23 +08:00
appflowy
2607822412 chore: show selection 2022-04-05 21:25:59 +08:00
appflowy
99d827f07d chore: update cell data 2022-04-05 14:25:07 +08:00
appflowy
5358203a46 chore: config option editor ui 2022-04-04 20:47:04 +08:00
appflowy
5c3500e24c chore: cell select option editor 2022-04-03 22:22:54 +08:00
appflowy
5d007c5359 chore: grid setting list 2022-04-03 10:53:31 +08:00
appflowy
2262dd0d7b chore: get cell metas 2022-04-02 10:54:01 +08:00
appflowy
e0b969595c chore: save type option data as map 2022-04-01 17:17:31 +08:00
appflowy
80f82fa5b1 chore: update field type option data using deserializer 2022-04-01 09:31:10 +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
hasanbeder
47e2571f38 feat: Update language.dart
Turkish language line is added.
2022-03-28 12:28:35 -04: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
c7bba01fe5 chore: delete field 2022-03-27 09:35:10 +08:00
appflowy
16598650ff chore: lazy load cell 2022-03-26 20:27:32 +08:00
appflowy
28948e567c fix: serde type option data 2022-03-25 20:55:56 +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
694963a47d chore: add update field and create field handler 2022-03-23 22:10:31 +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
1f30a77f1d feat: save text cell data 2022-03-20 17:17:06 +08:00
appflowy
6a3820253f chore: rename crates 2022-03-19 16:55:29 +08:00
appflowy
b1d87d95cf chore: remove unuse crates 2022-03-19 16:23:34 +08:00
appflowy
f181ce106d chore: Merge branch 'main' into feat_grid_ui 2022-03-18 21:09:06 +08:00
appflowy
318d7e6456 chore: fix warnings 2022-03-18 21:07:31 +08:00
appflowy
05bcd38534 chore: render rows 2022-03-18 17:14:46 +08:00
appflowy
4730ca9302 chore: refactor grid block 2022-03-17 17:25:43 +08:00
appflowy
1237962ab2 chore: config notification of grid 2022-03-16 21:19:51 +08:00
appflowy
694c612c67 fix: event handler not found for ApplyDocDelta 2022-03-16 16:34:38 +08:00
appflowy
8c148e3b67 chore: save text cell data & insert row 2022-03-16 16:10:35 +08:00
appflowy
47081f3095 chore: update grid test 2022-03-15 19:00:28 +08:00
appflowy
50f32521c5 chore: rename trait 2022-03-15 11:07:18 +08:00
appflowy
46be04f94e chore: config update cell 2022-03-14 23:16:25 +08:00
appflowy
196d254278 chore: add row test 2022-03-14 17:24:25 +08:00
appflowy
572e38ec1c chore: config grid row changeset 2022-03-13 11:07:29 +08:00
appflowy
baa70f2ee6 chore: add grid unit test 2022-03-12 22:52:24 +08:00
appflowy
1e6d82c0ec chore: add field builder 2022-03-12 21:53:49 +08:00
appflowy
6579940dc8 chore: create default grid 2022-03-12 10:47:34 +08:00
appflowy
df399d3f35 feat: support option enum in pb 2022-03-11 22:07:01 +08:00
appflowy
e11176436d chore: grid block meta editor 2022-03-11 21:36:00 +08:00
appflowy
9a791974b4 chore: config grid rev persistence 2022-03-10 22:27:19 +08:00
appflowy
cea7d30a53 chore: config BlockMetaPad 2022-03-10 21:43:23 +08:00
appflowy
7ac6a1dc89 chore: rename struct 2022-03-10 17:14:10 +08:00
appflowy
e45be3b81e chore: add grid meta 2022-03-10 12:01:31 +08:00
appflowy
00db755c29 feat: add cloumn bloc 2022-03-09 09:31:06 +08:00
appflowy
54cf451826 feat: config textfield cell 2022-03-08 15:25:56 +08:00
appflowy
05441f865e feat: show grid 2022-03-06 21:31:18 +08:00
appflowy
1b80934899 chore: impl view data processor 2022-03-05 22:30:42 +08:00
appflowy
5c155a07bf feat: move handles to flowy-block crate 2022-03-05 21:15:10 +08:00
appflowy
11ceb96f65 feat: return rows and fields 2022-03-05 17:52:25 +08:00
appflowy
8029f1035d chore: impl handler logic 2022-03-05 10:59:44 +08:00
appflowy
d0b457c007 feat: integrate grid into flowy-sdk 2022-03-04 22:09:16 +08:00
appflowy
49807a0b57 feat: config grid db 2022-03-04 18:13:17 +08:00
appflowy
67e6b091a5 feat: config grid plugin 2022-03-04 18:13:17 +08:00
appflowy
477fa5f4f6 feat: config grid bloc 2022-03-04 18:13:17 +08:00
appflowy
0bbf17f776 feat: add grid widget 2022-03-04 18:13:16 +08:00
appflowy
03f34b143d feat: add grid event 2022-03-04 18:13:16 +08:00
appflowy
4187e99433 feat: add grid struct 2022-03-04 18:13:13 +08:00
appflowy
d1ce1686a4 chore: merge main 2022-03-01 16:26:09 +08:00
appflowy
b6de0caad6 refactor: show plugin 2022-03-01 10:25:21 +08:00
Mike Wallace
8128283ad4
Merge pull request #396 from peter-gy/main
Add Hungarian translation
2022-02-28 20:09:13 -05:00
Mike Wallace
9112bbbcd3
Merge pull request #393 from ikipm/main
Add catalan translation
2022-02-28 19:59:45 -05:00
appflowy
8747457836 refactor: add plugins 2022-03-01 00:23:04 +08:00
Péter Ferenc Gyarmati
d9f7b1047d feature: add Hungarian translation 2022-02-28 11:46:01 +01:00
appflowy
74831964a6 feat: update view properties 2022-02-28 16:00:43 +08:00
ikipm
d00425d50b feature: Added catalan translation 2022-02-27 13:41:26 -05: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
Lays Rodrigues
8f50d0c6dc feat: add portuguese translation
Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com>
2022-02-27 10:28:58 -05:00
appflowy
c843571e3d feat: add new view_type, kanban 2022-02-26 17:28:23 +08:00
appflowy
6078e46d3d refactor: rename structs 2022-02-25 23:30:02 +08:00
Mehdi Bertul
f8f77db79b
Fix the translation to fr-FR (Closes #369) (#371)
* fix: rename fr.json to fr-FR.json
* fix: the translation mistakes in fr-FR.json
* fix: added french language to system

Co-authored-by: MikeWallaceDev <mike@wallacehub.com>
2022-02-24 20:48:47 -05:00
appflowy
ed9a48fc1c chore: rename struct property 2022-02-24 23:19:41 +08:00
appflowy
93695dc4be chore: rename structs 2022-02-24 20:36:24 +08:00
appflowy
c1237452ab refactor: rename some class names 2022-02-23 22:32:27 +08:00
appflowy
cdec567cbb feat: separate develop, release, test working directory 2022-02-20 08:35:52 +08:00
appflowy
e9ba9ad149 ci: add .appflowy_dev 2022-02-20 08:06:53 +08:00
appflowy
6fc8197468 feat: build flowy_sdk as dylib on macOS 2022-02-19 16:59:36 +08:00
appflowy
c559c5cc6b feat: config bloc test 2022-02-19 16:48:57 +08:00
appflowy
2c3aade0f9 refactor: remove unuse code 2022-02-19 13:52:52 +08:00
appflowy
a7819c6456 chore: delete dart_event.dart 2022-02-16 18:11:25 +08:00
appflowy
373407fd57 ci: fix potential ci error 2022-02-16 18:09:43 +08:00
appflowy
5a0f87fe02 ci: add missing file 2022-02-16 12:27:41 +08:00
appflowy
2a6ce12a55 ci: fix ci errors 2022-02-16 12:22:26 +08:00
appflowy
0aed86737f feat: add dart_event.dart to gitignore 2022-02-16 11:16:24 +08:00
appflowy
afd8335e95 chore: cache dart_event.dart file 2022-02-16 11:13:14 +08:00
appflowy
cd013529d4 chore: write dart_event file 2022-02-16 11:05:43 +08:00
appflowy
9b8c110a66 refactor: optimize protobuf code gen process 2022-02-13 12:04:34 +08:00
appflowy
f872c6c1f8 ci: fix flutter warnings 2022-02-09 21:56:46 +08:00
appflowy
5809758539 refactor: rename error-code to flowy-error-code in case of ambiguous 2022-02-09 19:26:06 +08:00
appflowy
d0b02cb4fd refactor: generate dart pb files with feature flag: dart 2022-02-08 16:24:59 +08:00
appflowy
9135b92a39 refactor: generate the pb files using build.rs 2022-02-08 14:36:59 +08:00
appflowy
0758db971b refactor: remove unuse imports 2022-02-05 11:16:46 +08:00
Nathan.fooo
e65a320c00
Merge pull request #306 from MikeWallaceDev/refactor_languange_remove_enum
Refactored Language settings to remove AppLanguage enum
2022-02-05 09:39:51 +08:00
MikeWallaceDev
5519dcd525 refactor: language settings to remove applanguage enum
Fixes: #290
app now uses Locale directly
list of languages is now generated from EasyLocalization
2022-02-04 20:09:41 -05:00
appflowy
ea0179536d fix: show_menu icon on dark mode 2022-02-04 15:54:36 +08:00
appflowy
728d60239a added reset appearance setting 2022-02-01 12:15:11 +08:00
appflowy
df5e178c6c remove unuse codes 2022-02-01 11:29:11 +08:00
appflowy
be806e301c read device locale as default locale setting 2022-02-01 09:12:59 +08:00
appflowy
fcc6f51b3b rename folder event 2022-01-30 10:33:21 +08:00
appflowy
a48031df7c return stream subscription 2022-01-30 10:33:05 +08:00
Harinandan
95247bc5fb Refactored Language file 2022-01-28 22:08:57 +05:30
Harinandan
6ea43cd5e5 Created AppLanguage class 2022-01-28 21:03:03 +05:30
appflowy
1c6b78e7d4 fix link button color on dark mode 2022-01-28 22:48:15 +08:00
appflowy
ef8624e87c update dark mode bg3 color 2022-01-28 21:32:45 +08:00
appflowy
564af73076 fix view listen issue because of the notifier didn't dispose. 2022-01-28 21:29:09 +08:00
appflowy
1c2c1e6250 save theme setting 2022-01-28 18:38:13 +08:00
appflowy
8449f736e7 add user appearance setting 2022-01-28 18:38:09 +08:00
MikeWallaceDev
e77e6d275f changed permissions from 755 to 644 2022-01-27 14:18:41 -05:00
appflowy
2fa99a563c rename flowy-core to flowy-folder that manages the workspace,app,view 2022-01-27 20:43:43 +08:00
appflowy
8eaec5e58c fix compact bugs & update unit tests 2022-01-27 10:20:09 +08:00
appflowy
4cdf3e3e3e compact the revsions 2022-01-25 22:51:32 +08:00
appflowy
bba8f8ae01 fix fmt and clippy warnings 2022-01-24 17:56:58 +08:00
appflowy
a9eec5baed solver conflicts 2022-01-24 17:32:40 +08:00
appflowy
23c4924532 config folder sync on backend 2022-01-22 22:41:24 +08:00
appflowy
ccb7d0181f add folder sync test 2022-01-22 20:59:32 +08:00
appflowy
1e66aae051 add server folder manager 2022-01-21 21:41:24 +08:00
appflowy
13aba928c3 config folder ws 2022-01-14 21:46:55 +08:00
appflowy
3964508cd8 add flowy-sync crate 2022-01-14 16:25:41 +08:00
appflowy
dac86ef857 refactor flowy-core pb 2022-01-13 14:48:41 +08:00
Sean RIley Hawkins
2ae4762de8 Removed unused imports & Refactored 2022-01-10 17:26:46 +02:00
Sean RIley Hawkins
5e56f5e0ec Fixed Dark Mode Bugs 2022-01-09 13:22:17 +02: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
appflowy
12e8424e8a send document ping 2022-01-03 19:50:08 +08:00
appflowy
df5266d7c9 fix https://github.com/AppFlowy-IO/appflowy/issues/196 2022-01-03 19:50:08 +08:00
appflowy
a654623c12 mv sync seq to revision manager 2022-01-03 19:50:08 +08:00
appflowy
45821f00a2 rename some structs 2022-01-03 19:50:08 +08:00
appflowy
152cb17701 fix bugs 2022-01-03 19:50:08 +08:00
appflowy
a0e6c61f50 config virtual net 2022-01-03 19:50:08 +08:00
appflowy
bbc9190bc0 add virtual net 2022-01-03 19:50:08 +08:00
appflowy
0c7c3621d7 separate DocumentWSData into DocumentWSClientData and DocumentWSServerData 2022-01-03 19:50:07 +08:00
appflowy
463cab6eee fix warnings 2022-01-03 19:49:25 +08:00
appflowy
64ea2d4f31 [backend]: refactor document persistence 2022-01-03 19:49:25 +08:00
appflowy
777082c879 mv revision to flowy-collaborate 2022-01-03 19:49:25 +08:00
appflowy
cb4398eab0 config document kv store 2022-01-03 19:49:25 +08: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
b66f46108d disable sync test 2021-12-20 20:59:33 +08:00
appflowy
936e133624 rename crates 2021-12-19 21:29:33 +08:00
appflowy
77be3e9c71 send connect message when open the document 2021-12-19 21:17:45 +08:00
appflowy
405c618d27 rename some struct 2021-12-16 22:24:05 +08:00
appflowy
4a46bf3fa3 refcator web socket message sent logic 2021-12-16 21:31:36 +08:00
appflowy
013d8f753a refactor errors 2021-12-14 18:20:07 +08:00
appflowy
72a8f7a9e3 mv websocket to flowy-net crate 2021-12-14 15:31:44 +08:00
appflowy
5b7e6690f8 test sync 2021-12-13 22:46:35 +08:00
appflowy
df432d11c3 add flowy-net crate 2021-12-12 21:48:52 +08:00
appflowy
d80061461b add flowy-collaboration crate 2021-12-11 13:47:16 +08:00
appflowy
69ee8aff55 rename flowy-workspace-infra 2021-12-10 22:48:30 +08:00
appflowy
45d9a0918f add user_id in revision 2021-12-10 11:22:21 +08:00
appflowy
3fa0f97e74 add pb generation log 2021-12-10 11:22:14 +08:00
appflowy
23f4684d3f add revision cache layer 2021-12-10 11:21:31 +08:00
appflowy
29c14949cb reanme flowy-workspace to flowy-core 2021-12-10 11:20:29 +08:00
appflowy
90b5eca5d9 fix compile errors 2021-12-05 14:06:10 +08:00
appflowy
bb07eeb2e2 move network state to lib-infra 2021-12-05 14:06:10 +08:00
appflowy
31efacb274 monitor network state 2021-12-04 22:31:30 +08:00
appflowy
63082418be fix generate pb issues 2021-12-04 17:31:43 +08:00
appflowy
76691e3e8c rename ffi func 2021-12-04 10:27:08 +08:00
appflowy
f59cf4eb71 remove deprecated flowy_editor 2021-11-26 23:07:35 +08:00
Harinandan
513df69042 Added tooltip to toolbar buttons 2021-11-23 21:11:49 +05:30
appflowy
704035e070 [flutter]: lock flutter package big version 2021-11-20 14:19:38 +08:00
appflowy
55c05364dd Merge branch 'develop' 2021-11-20 09:35:16 +08:00
appflowy
8f1d62f115 add frontend folder 2021-11-20 09:34:43 +08:00