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
qinluhe
35c21c0d84
refactor: document component
2023-03-27 14:40:07 +08:00
Aman Negi
2a55febe62
fix: Update app version in pubspec.yaml
( #2104 )
...
* fix: Update app version in `pubspec.yaml`
* fix: Remove Build Number
- Removed unnecessary build number mentioned in the `pubspec.yaml`
2023-03-27 12:48:26 +08:00
Mathias Mogensen
d62493ce01
fix: dropdown state unchanging after file reset ( #2109 )
2023-03-27 12:48:07 +08:00
Mathias Mogensen
c73b7d1184
fix: allow # in links when pasting ( #2110 )
...
Closes : #1871
2023-03-27 12:47:41 +08:00
Akheel Muhammed
5afdb5de35
Fix : #2028 auto enter edit mode for text field. ( #2096 )
...
* chore(): initial commit to make AppFlowy Work
Signed-off-by: not-shoyo <akheelsaajid@gmail.com>
* fix : #2028 , fix auto-entering edit mode
Make text field request for focus when popover changes.
Signed-off-by: not-shoyo <akheelsaajid@gmail.com>
* Update section.dart
* Update input_service.dart
* Update input_service.dart
* Update input_service.dart
---------
Signed-off-by: not-shoyo <akheelsaajid@gmail.com>
2023-03-27 12:47:22 +08:00
Om Gujarathi
f40d1a9a96
fix: double asterisk to bold fixes #2080 ( #2093 )
...
* fix: double asterisk to bold fixed
* double asterisk to bold fixed
2023-03-27 10:20:21 +08:00
Mihir
f9a1cb2623
fix: open-ai replace does not work in certain use-cases ( #2100 )
...
* test: added test to verify correct ordering after replacement of multiline text-nodes
* fix: open-ai replace does not work on certain use-cases
* refactor: using predefined operation insert node to create new nodes.
* Revert "refactor: using predefined operation insert node to create new nodes."
This reverts commit bcc014e84d
.
* refactor: using predefined operation insert node to create new nodes.
* fix: open-ai replace does not work in certain use-cases
* fix: fixed logic and tests for replacement of larger textNodes with smaller text.
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-27 10:20:01 +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
qinluhe
df66521f13
refactor: document data and update
2023-03-25 17:38:58 +08: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
Lucas.Xu
1536cdd15a
feat: trigger shortcut event by character ( #2101 )
2023-03-24 16:57:35 +08:00
qinluhe
7781b912f0
feat: add left tool when hover on block
2023-03-24 16:51:07 +08:00
qinluhe
c6c97f7c83
feat: the feature of delete block
2023-03-24 16:51:07 +08:00
qinluhe
a38c213744
fix: Optimize the re-render node when the selection changes
2023-03-24 16:50:59 +08:00
Mike Abebe
073adf6268
feat/integrate table with backend
2023-03-23 13:29:30 +03:00
Gunjan Lunkad
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
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
Lucas.Xu
98f1ac52b4
chore: sync release 0.1.1 ( #2075 )
2023-03-22 14:49:15 +08:00
Mike Abebe
5da5d92b8a
fix/move grid view options to dropdown
2023-03-22 08:51:27 +03:00
Muhammad Rizwan
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
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
Alex Wallen
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
Alex Wallen
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
squidrye
f49e2571fa
test: added tests for key events in selection menu widget
2023-03-21 19:40:53 +05:30
squidrye
10b6b9e5ad
refactor: suggested changes
2023-03-21 17:38:22 +05:30
squidrye
5c099297a4
fix: slash menu responds to multiple key events
2023-03-21 16:26:04 +05:30
Nathan.fooo
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
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