Mike Abebe
8ccc2414c8
feat/integrate checkbox to grid
2023-04-04 13:03:58 +03:00
Mike Abebe
6977e5e65c
feat/integrate single select options to grid
2023-04-04 12:50:33 +03:00
Mike Abebe
e38398e235
feat/integrate single select options to grid
2023-04-04 12:46:39 +03:00
Mike Abebe
da45531801
feat/show edit popup on expand icon click
2023-04-04 09:23:21 +03:00
ascarbek
7970e7fae3
fix: gridpage error
2023-03-31 20:03:44 +06:00
ascarbek
75f7b9765d
chore: edit grid row
2023-03-31 19:51:30 +06:00
ascarbek
ac2a0c5b91
Merge branch 'feat/tauri-kanban' into feat/tauri-grid
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditCellText.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditCellWrapper.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditFieldPopup.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditRow.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/database-hooks/useCell.ts
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/database-hooks/useRow.ts
# frontend/appflowy_tauri/src/appflowy_app/components/board/BoardTextCell.tsx
2023-03-31 19:30:53 +06:00
ascarbek
c7acf9a594
chore: move fields dnd
2023-03-30 18:44:16 +06:00
ascarbek
d1d667c497
chore: options in board
2023-03-30 16:32:37 +06:00
ascarbek
b21ed2488b
chore: small code cleanups
2023-03-30 16:02:12 +06:00
ascarbek
03eaf0b4cb
chore: date picker
2023-03-30 03:29:23 +06:00
ascarbek
b9e49f109d
fix: save url cell
2023-03-29 13:30:42 +06:00
ascarbek
b03b2705f0
Merge branch 'upstream-main' into feat/tauri-kanban
2023-03-29 13:18:07 +06:00
Nathan.fooo
a593c56070
fix: tauri cell update ( #2124 )
...
* test: subscribe text cell change
* test: add edit url cell test
2023-03-28 16:42:16 +08:00
ascarbek
521fe13cfb
fix: close popup on lang select
2023-03-27 19:28:26 +06:00
ascarbek
09445411a3
chore: language button
2023-03-27 19:09:51 +06:00
ascarbek
f86254c8ef
chore: edit url cell
2023-03-27 18:42:23 +06:00
qinluhe
03cd9a6993
Refactor tauri document ( #2117 )
...
* fix: Optimize the re-render node when the selection changes
* feat: the feature of delete block
* feat: add left tool when hover on block
* refactor: document data and update
* refactor: document component
* refactor: document controller
2023-03-27 17:55:24 +08:00
ascarbek
c50c23bc3a
fix: select options for new row
2023-03-27 02:58:12 +06:00
ascarbek
a8a35dcbec
chore: cell options write to backend
2023-03-27 02:39:15 +06:00
ascarbek
f390658ee0
fix: cell options positions
2023-03-27 01:12:03 +06:00
ascarbek
994e204097
fix: padding fixes for cell wrapper
2023-03-27 01:09:38 +06:00
ascarbek
5825195b8e
chore: cell options layout
2023-03-27 00:59:49 +06:00
Mike Abebe
8323614583
feat: write grid cell data to backend for only text fieldtype
2023-03-25 11:54:04 +03:00
ascarbek
5762419aae
chore: fade in change
2023-03-24 20:56:48 +06:00
ascarbek
bd8d816862
chore: update editing cell
2023-03-24 20:53:45 +06:00
ascarbek
5ddb5100ad
chore: change field type
2023-03-24 20:20:56 +06:00
ascarbek
27a8eea6e2
chore: fade in, out
2023-03-24 20:02:52 +06:00
ascarbek
6e24af9c68
tempfix: rows misfire temp fix
2023-03-24 18:24:28 +06:00
ascarbek
da19987f4b
wip: edit cell type
2023-03-24 17:56:53 +06:00
ascarbek
6f4b11f468
chore: don't show group by field
2023-03-24 13:28:30 +03:00
ascarbek
98e9ba19d6
chore: edit row components reorganize
2023-03-24 13:28:30 +03:00
ascarbek
4545410703
chore: column rename
2023-03-24 13:28:30 +03:00
ascarbek
c453d734ab
chore: add column and edit text cell
2023-03-24 13:28:30 +03:00
ascarbek
0719f54dec
chore: initial edit board modal
2023-03-24 13:28:30 +03:00
Mike Abebe
073adf6268
feat/integrate table with backend
2023-03-23 13:29:30 +03:00
ascarbek
d05cc4005b
chore: don't show group by field
2023-03-23 00:54:28 +06:00
ascarbek
da1ee430b0
chore: edit row components reorganize
2023-03-23 00:07:17 +06:00
ascarbek
13e9b29eef
chore: column rename
2023-03-23 00:04:51 +06:00
ascarbek
c0c302bdfd
chore: add column and edit text cell
2023-03-22 19:54:42 +06:00
Mike Abebe
5da5d92b8a
fix/move grid view options to dropdown
2023-03-22 08:51:27 +03:00
qinluhe
8471bc299d
feat: block list virtualized scroll ( #2023 )
...
* feat: block list virtualized scroll
* feat: block selection
* refactor: block editor
* fix: block selection scroll
* fix: ts error
2023-03-22 10:46:01 +08:00
ascarbek
47429e2fd2
Merge branch 'feat/tauri-kanban' into feat/tauri-edit-kanban-row
2023-03-21 11:24:26 +06:00
ascarbek
07b183aef2
Merge remote-tracking branch 'origin/feat/tauri-kanban' into feat/tauri-kanban
2023-03-21 11:22:53 +06:00
ascarbek
dc97912dba
fix: kanban board rendering
2023-03-21 11:22:42 +06:00
ascarbek
2825e19465
chore: initial edit board modal
2023-03-21 10:50:59 +06:00
nathan
baa67e2aed
chore: fix import references
2023-03-21 08:18:11 +08:00
Sara Tavares
4798467621
chore(typos): fix typos ( #1961 )
...
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2023-03-20 21:29:17 +08:00
ascarbek
d60c39d483
chore: dnd reordering
2023-03-17 15:13:51 +06:00
ascarbek
745ee264c8
Merge branch 'upstream-main' into feat/tauri-kanban
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_bd_svc.ts
2023-03-17 13:22:05 +06:00