Commit Graph

1670 Commits

Author SHA1 Message Date
appflowy
0b83684c66 chore: optimaze tap area of row detail cells 2022-06-01 16:40:24 +08:00
appflowy
5bd0fb9fae chore: config build context of URLCellEditor 2022-06-01 16:24:23 +08:00
appflowy
57e5c36fe8 chore: config toast 2022-06-01 15:28:54 +08:00
appflowy
10365217ca chore: copy property to pasteboard 2022-06-01 15:22:18 +08:00
appflowy
9518e164b5 chore: config cell accessory 2022-06-01 14:40:05 +08:00
appflowy
9c5081bc07 chore: enable the richtext widget as large as parent 2022-05-31 22:07:28 +08:00
appflowy
cdfe94cf98 chore: rename some classes 2022-05-31 21:36:04 +08:00
appflowy
a568f6323d chore: refactor grid cell expander 2022-05-31 21:06:02 +08:00
Nathan.fooo
7071db65e9
Merge pull request #519 from AppFlowy-IO/feat/grid_column_drag
chore: enable drag to expand field's width
2022-05-31 16:38:54 +08:00
appflowy
3d41cb0cec chore: adjust ui color 2022-05-31 16:22:20 +08:00
appflowy
ab896cbc8f chore: enable drag to expand field's width 2022-05-31 16:14:17 +08:00
Nathan.fooo
4e3d2672ec
Merge pull request #517 from vincentdchan/feat/native-support-for-m1-mac
feat: native support for m1 mac
2022-05-31 09:33:30 +08:00
Vincent Chan
14b012686b feat: native support for m1 mac 2022-05-30 21:12:44 +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
76da44999c chore: reset content when number is not valid 2022-05-30 20:43:38 +08:00
appflowy
84454469b4 fix: #508 auto format number 2022-05-30 18:40:42 +08:00
appflowy
546b1d22f4 fix: #509 enable select on tag 2022-05-30 10:42:30 +08:00
Nathan.fooo
43ae87c797
Merge pull request #515 from Poly-Pixel/various-fixes
Fix various small issues
2022-05-30 10:40:23 +08:00
appflowy
5da8144456 chore: show url cell editor when tap on edit button 2022-05-30 08:56:08 +08:00
Poly-Pixel
bfa3eb9577
fix: Fix various small issues 2022-05-29 15:27:18 -04:00
Nathan.fooo
7ff841c3d8
Merge pull request #512 from AppFlowy-IO/feat_grid_url
feat: add new field type - URL
2022-05-29 22:11:36 +08:00
appflowy
4a9627b31d chore: support open url with https scheme 2022-05-29 21:56:44 +08:00
appflowy
ae0f71b5ee chore: return URLCellData & parse url from cell content 2022-05-29 10:56:34 +08:00
Nathan.fooo
7cb9ec3042
Merge pull request #511 from vincentdchan/feature/mac-frameless-window
feat: frameless window for mac
2022-05-28 16:04:13 +08: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
Nathan.fooo
81cf96986e
Merge pull request #514 from AppFlowy-IO/refactor_cell_data
Refactor cell data
2022-05-28 15:55:59 +08:00
appflowy
b8582b9b68 chore: set loaded data in SelectOptionCellEditorBloc 2022-05-28 15:55:43 +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
166438ad73 chore: fix rust unit test 2022-05-27 20:41:27 +08:00
Vincent Chan
c4db17f73c feat: frameless window for mac 2022-05-27 20:38:01 +08:00
Nathan.fooo
78e979e438
Merge pull request #513 from AppFlowy-IO/add_test_command
chore: add test comand in cargo make
2022-05-27 20:27:14 +08:00
appflowy
7a7ec10085 chore: add test comand in cargo make 2022-05-27 20:26:33 +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
Nathan.fooo
1170e0324b
Merge pull request #510 from AppFlowy-IO/refactor_grid_struct
refactor: rename struct
2022-05-26 22:06:18 +08:00
appflowy
8706b81ac0 refactor: rename struct 2022-05-26 18:01:48 +08:00
Nathan.fooo
60b80005ac
Merge pull request #507 from AppFlowy-IO/opti_build_time
chore: udpate launch task
2022-05-26 16:27:11 +08:00
appflowy
89ff8517fa chore: udpate launch task 2022-05-26 16:01:25 +08:00
Nathan.fooo
d331a68bd1
Merge pull request #506 from AppFlowy-IO/flutter_3.0
chore: upgrade to flutter 3.0
2022-05-25 17:26:03 +08:00
appflowy
aad33f6746 chore: update flutter toolchain version to flutter 3.0 2022-05-25 17:01:34 +08:00
appflowy
896123860d chore: update flutter sdk version 2022-05-25 16:45:13 +08:00
appflowy
ef2e9cb57e chore: update flutter version in ci 2022-05-25 16:10:47 +08:00
appflowy
2698fb43ad chore: upgrade to flutter 3.0 2022-05-25 16:05:50 +08:00
Nathan.fooo
1ca602fb72
Merge pull request #505 from AppFlowy-IO/fix_0.0.4_bugs_2
Fix some UI bugs
2022-05-25 06:34:10 +08:00
appflowy
8c7b0bd5a7 fix: unit test 2022-05-24 15:25:39 +08:00
appflowy
5b2b50dc9c refactor: cell data operation 2022-05-24 10:23:46 +08:00
appflowy
1ae0b188b1 refactor: grid unit test 2022-05-22 23:33:08 +08:00
appflowy
f521c18512 fix: overflow of SelectOptionTagCell 2022-05-22 13:30:56 +08:00
appflowy
1b5b8f19d7 chore: auto expand row detail page's cell 2022-05-22 13:08:38 +08:00