Commit Graph

5151 Commits

Author SHA1 Message Date
27a8eea6e2 chore: fade in, out 2023-03-24 20:02:52 +06:00
6e24af9c68 tempfix: rows misfire temp fix 2023-03-24 18:24:28 +06:00
da19987f4b wip: edit cell type 2023-03-24 17:56:53 +06:00
6f4b11f468 chore: don't show group by field 2023-03-24 13:28:30 +03:00
98e9ba19d6 chore: edit row components reorganize 2023-03-24 13:28:30 +03:00
4545410703 chore: column rename 2023-03-24 13:28:30 +03:00
c453d734ab chore: add column and edit text cell 2023-03-24 13:28:30 +03:00
0719f54dec chore: initial edit board modal 2023-03-24 13:28:30 +03:00
1536cdd15a feat: trigger shortcut event by character (#2101) 2023-03-24 16:57:35 +08:00
7781b912f0 feat: add left tool when hover on block 2023-03-24 16:51:07 +08:00
c6c97f7c83 feat: the feature of delete block 2023-03-24 16:51:07 +08:00
a38c213744 fix: Optimize the re-render node when the selection changes 2023-03-24 16:50:59 +08:00
073adf6268 feat/integrate table with backend 2023-03-23 13:29:30 +03:00
3039f0427f fix : Code block parser implementation (#2046)
* fix: Code block implementation

* fix: Added test to cover CodeBlock

* fix: typos

* fix: Code block implementation

* fix: typos
2023-03-23 16:30:52 +08:00
d05cc4005b chore: don't show group by field 2023-03-23 00:54:28 +06:00
da1ee430b0 chore: edit row components reorganize 2023-03-23 00:07:17 +06:00
13e9b29eef chore: column rename 2023-03-23 00:04:51 +06:00
c0c302bdfd chore: add column and edit text cell 2023-03-22 19:54:42 +06:00
98f1ac52b4 chore: sync release 0.1.1 (#2075) 2023-03-22 14:49:15 +08:00
5da5d92b8a fix/move grid view options to dropdown 2023-03-22 08:51:27 +03:00
92878d7e89 Cover plugin widget breakdown 1928 (#2007)
* feat: added emoji and network image support

* fix: code cleanup and improvements

* fix: blank preview on invalid image save

* fix: flutter analyzer warnings

* fix: code refactor and bug fixes

* chore: removed unused imports

* chore: formate code

* chore: widget tree breakdown

* chore: added the deleted code

---------

Co-authored-by: ahmeduzair890 <ahmeduzair12123@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-22 10:46:46 +08:00
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
c6ffc0057c feat: create a new grid from the document slash menu (#2051)
* feat: new grid from slash menu

* feat: add translation strings

* feat: add integration test

* fix: analyzer errors
2023-03-22 09:55:20 +08:00
68fd5ffe67 Merge pull request #2068 from squidrye/fix-slash-menu-bug-2030
fix: slash menu responds to multiple key events
2023-03-21 09:45:30 -10:00
f49e2571fa test: added tests for key events in selection menu widget 2023-03-21 19:40:53 +05:30
10b6b9e5ad refactor: suggested changes 2023-03-21 17:38:22 +05:30
5c099297a4 fix: slash menu responds to multiple key events 2023-03-21 16:26:04 +05:30
dc09d67d7c ci: fix tauri CI (#2040)
* ci: print log

* ci: sudo install

* ci: enable ubuntu

* ci: try to fix

* ci: force run tauri ci

* ci: update node version

* ci: specific build protoc-gen-ts ts version
2023-03-21 17:22:47 +08:00
47429e2fd2 Merge branch 'feat/tauri-kanban' into feat/tauri-edit-kanban-row 2023-03-21 11:24:26 +06:00
07b183aef2 Merge remote-tracking branch 'origin/feat/tauri-kanban' into feat/tauri-kanban 2023-03-21 11:22:53 +06:00
dc97912dba fix: kanban board rendering 2023-03-21 11:22:42 +06:00
2825e19465 chore: initial edit board modal 2023-03-21 10:50:59 +06:00
b7867bf177 Create a new board from the slash menu (#2018)
* feat: create a new board.

* feat: switch slash menu keywords

* fix: remove unused imports

* chore: export SelectionMenuItem from appflowy_editor for integration test

* feat: add integration test for slash commands

* fix: test in new file was unable to start

* feat: add translations
2023-03-21 09:29:17 +08:00
0162af8a1d Merge pull request #2050 from DestinedCodes/fix/sort_hint_text_typo
fix: sort hint text typo
2023-03-20 15:09:43 -10:00
baa67e2aed chore: fix import references 2023-03-21 08:18:11 +08:00
5672df3b0e fix: sort hint text typo (#2044) 2023-03-20 22:01:44 +01:00
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
77d787a929 feat: calendar UI improvements (#1941)
* chore: enable calendar

* feat: set font of the day event widget

* feat: support add/remove event

* chore: initial settings popover

* chore: calendar bloc can update layout settings

* fix: events overflow in day cell

* feat: calendar layout settings UI

* feat: layout calendar by another date field

* chore: i18n

* chore: hide the show weekend option

* chore: add popover mutex

* fix: clear existing events before adding new ones

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-03-20 21:16:37 +08:00
893aae002e fix: scrolling selection-menu when it goes out of bound, fixes #2019 (#2035)
* fix: scrolling selection-menu when it goes out of bound

* refactor: added comma as per style guidelines
2023-03-20 21:11:47 +08:00
81e50b8dd5 feat: add icon to dropdown button in language view (#2031)
- drop down button gives the default icon
- set auto focus true in dropdown button
- add padding to dropdown button
- change edgeIsets.only(left,right) to edgeInsets.symmetric(horizontal)
2023-03-20 18:44:41 +08:00
b21ee5d2de feat: migration database (#2009)
* feat: migration database

* ci: fix tauri ci

* feat: migrate database view

* ci: fix ci
2023-03-18 06:45:12 +08:00
d60c39d483 chore: dnd reordering 2023-03-17 15:13:51 +06:00
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
4b1f45a4be fix: groups observer dispose 2023-03-17 13:13:04 +06:00
1dbfd838ef feat: update kanban demo (#2008) 2023-03-17 11:01:14 +08:00
0630dc10b7 chore: popover offsets (#1960) 2023-03-17 08:35:11 +08:00
fa427fe650 chore: move row into other block 2023-03-16 18:59:05 +06:00
ab5b40fa51 chore: move rows in group 2023-03-16 18:55:06 +06:00
888c7977eb fix: paser workspce pb (#2005) 2023-03-16 17:16:15 +08:00
caffb9fdcf fix(appflowy_flutter): Flutter Version Reset Error (#1923)
* fix(appflowy_flutter): Version Reset Error

- `flutter channel stable` was causing the FlutterSDK to upgrade to it's
latest version.
- Added code to fix this behaviour.
- Tested on Windows and Linux.

* fix(app_flowy): Error in MacOS script

- Replace `-P` with `-E` which should now work as expected in Mac devices.

* fix(app_flowy): Commit Structure

- Fixed Commit Structure

* fix: path reset

Now we move back to cwd after making changes

* chore: change to LF from CTLF

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-16 09:41:14 +08:00