Mayur Mahajan
95ec607482
[FR] Shortcut for toggling checkbox ( #1817 )
...
* feat: shortcut for toggling checkbox
* refactor: separate checkbox event handler
* test: chechbox event handler
* chore: remove unused imports
* refactor: command to ctrl and enter
* refactor: handler to use transactions
* test: checkbox event handler
* chore: remove unused import
* refactor: simplify handler logic
2023-02-09 13:39:25 +08:00
Kelvin
781f0ab88b
feat: propagate log from flutter to rust backend ( #1723 )
...
* feat: draft commit for getting guidance on send log to backend issue
* feat: modify according to guidance
* feat: add tracing dependencies
* feat: continue implement for sending log to backend
* fix: compile errors
* feat: remove un-necessary code
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-02-07 22:09:43 +08:00
Nathan.fooo
5004729b72
chore: remove appflowy-board ( #1819 )
2023-02-07 20:56:11 +08:00
Nathan.fooo
5f760ad578
ci: serial flutter unit test ( #1814 )
2023-02-07 10:48:28 +08:00
abichinger
e2f6f68923
feat: node widget action menu ( #1783 )
...
* feat: add action menu
* feat: add customActionMenuBuilder
* docs: add comments to action menu classes
* fix: enable callout
* test: add action menu tests
add AppFlowyRenderPluginService.getBuilder
* fix: appflowy_editor exports
* fix: action menu
* chore: add of function to EditorStyle
* fix: action menu test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-02-07 10:03:36 +08:00
huang12zheng
4d5063de6a
fix: add a encoder for math, #1795 ( #1803 )
...
* fix: add a encoder for math, #1795
* feat: support customzie the node parser for exporting markdown
* chore: fix flutter analyze
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-02-06 15:38:49 +08:00
Lucas.Xu
8c0b8a875c
Fix grid board plugin issues ( #1809 )
...
* fix : #1799 Click : to view the original database UI text
* fix : #1798 Referenced icon is missing
2023-02-06 15:12:01 +08:00
Priestch
897adbe21c
chore: fix typo in comment ( #1794 )
2023-02-06 11:24:57 +08:00
Lucas.Xu
cc9bd30356
fix : #1290 [Bug] 300ms delay on buttons in titlebar ( #1789 )
2023-02-05 16:38:06 +08:00
Mayur Mahajan
70e8b2e256
feat: add new default shortcuts for exisiting handlers v1 ( #1786 )
...
* feat: add new default shortcuts v1
* refactor: remove unnecessary space
2023-02-03 12:14:28 +08:00
Lucas.Xu
d09574951b
chore: remove some unnecessary todos ( #1785 )
...
* chore: remove some unnecessary todos
* fix: the vertical padding for editor should be 28
2023-02-02 16:29:12 +08:00
Mohammad Zolfaghari
c9166137be
feat: on enter exit editing property field #1295 ( #1747 )
...
* feat: on enter exit editing property field #1295
* chore: use FlowyTextField instead of RoundedInputField
* fix: make all text field border radius 10, added errorBorder
* fix: put cursor position at end of text field
See the related discussion here:
https://github.com/AppFlowy-IO/AppFlowy/pull/1747#issuecomment-1407697216
* chore: make errorText optional on FlowyTextField
2023-02-02 10:29:56 +08:00
Richard Shiue
d505314ab1
chore: allow groups to take minimal vertical space if possible ( #1736 )
2023-02-01 21:42:12 +08:00
Lucas.Xu
aa15a45097
Merge pull request #1771 from LucasXu0/fix_1763
...
fix : #1763 [Bug] Mouse unable to click a certain area
2023-01-31 12:55:15 +07:00
Lucas.Xu
fb30989cf8
fix : #1763 [Bug] Mouse unable to click a certain area
2023-01-31 12:10:52 +08:00
Nathan.fooo
5b07656295
Feat/database view ( #1765 )
...
* chore: rename flowy-database to flowy-sqlite
* refactor: rename flowy-grid to flowy-database
* refactor: rename grid to database
* refactor: rename GridEvent to DatabaseEvent
* refactor: rename grid_id to database_id
* refactor: rename dart code
2023-01-31 08:28:31 +08:00
Lucas.Xu
5de3912fe3
integrate board plugin into document ( #1675 )
...
* fix: cursor doesn't blink when opening selection menu
* feat: add board plugin
* feat: integrate board plugin into document
* feat: add i10n and fix known bugs
* feat: support jump to board page on document
* feat: disable editor scroll only when the board plugin is selected
* chore: dart fix
* chore: remove unused files
* fix: dart lint
2023-01-30 13:22:13 +08:00
abichinger
000569a836
feat: callout ( #1732 )
...
* feat: add callout plugin
* refactor: add SelectionMenuItem.node factory
makes calloutMenuItem more readable
* feat: add color picker
* feat: add popover to callout
* feat: add emoji to callout
* fix: store tint name
* fix: remove leading underscores
* fix: revert export of editor_entry
* refactor: move color tint names to appflowy_editor
* fix : #1732 only re-insert text node if it's parent is text node too while deleting
* docs: doc comment for SelectionMenuItem.node
* fix: disable callout plugin
should be re-enabled after #1753 is done
* fix: typo
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-01-30 10:56:19 +08:00
Lucas.Xu
3de4e1cb12
Merge pull request #1694 from abichinger/fix/tilde-command
...
fix: command of double tilde to strikethrough
2023-01-29 14:11:06 +07:00
Lucas.Xu
b34aac3f07
Merge pull request #1744 from LucasXu0/fix_plugins_delete_icon
...
fix : #1732 the actions of an image look different than the ones of a code block
2023-01-29 11:24:05 +07:00
Lucas.Xu
73ad789bf0
Merge pull request #1696 from abichinger/feat/md-blockquote
...
feat: greater to blockquote
2023-01-28 16:00:44 +07:00
Lucas.Xu
b2bc59c6a1
feat: #1061 Support markdown to create a blockquote
2023-01-28 16:10:52 +08:00
Lucas.Xu
baa5d0c59b
fix : #1732 the actions of an image look different than the ones of a code block
2023-01-27 17:10:47 +08:00
Nathan.fooo
347245aaa1
Refactor/dart notification ( #1740 )
...
* refactor: notification send
* refactor: rename dart-notify to flowy-notification
* ci: fix clippy wanrings
* ci: fix rust code converage
2023-01-26 15:40:23 +08:00
Jon Zubizarreta
115bf20ce0
feat: Basque translation ( #1719 )
...
* feat: create new file for Basque
* feat: update lang file values
* fix: change of some translate values
* fix: misspelling
* feat: Added Euskera as an option
2023-01-18 17:20:42 +08:00
abichinger
3d56a0a843
feat: use Gridview.builder ( #1708 )
2023-01-18 14:21:50 +08:00
Onyedika Israel Ukwueze
e6b186cc43
Fix/URL cell edit button hover ( #1714 )
...
* automated changes to pubspec.lock
* fix: Grid URL property's edit button hovering effect
fixed the problem with a grid with a url property when hovering on any other field in the same row
Initially hovering on other fields triggers the edit button to show up in the URL cell
* update: removed flowy_sdk folder
flowy_sdk folder was renamed to appflowy_backend in one of the earlier commits
* Deleted pubspect.lock
Removed system generated pubspec.lock file
* minor update: changes to pubspec.lock
* update: reverting GeneratedPluginRegistrant.swift to previous form
* update: reverting pubspec upstream url to original url
* update
* update
2023-01-17 21:57:10 +08:00
Andreas Bichinger
53118a6c51
fix: local variable 'text' isn't used
2023-01-12 12:13:42 +01:00
Nathan.fooo
b7ba189642
Feat/sort UI ( #1642 )
...
* feat: implement sort UI
* chore: config sort listener
* chore: config sort ui
* chore: config sort ui
* feat: support ascending & descending
* fix: reorder rows bugs
* chore: add tests
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-11 17:48:53 +08:00
Andreas Bichinger
85bfb8ad80
fix: command of double tilde to strikethrough
2023-01-10 22:55:32 +01:00
Andreas Bichinger
d0fd68da95
feat: greater to blockquote
2023-01-10 22:47:03 +01:00
Lucas.Xu
ab108e1dc1
chore: format dart code
2023-01-10 10:14:52 +08:00
Lucas.Xu
fa0a334d6c
feat: refactor the gpt3 api and support multi line completion
2023-01-10 10:14:52 +08:00
Lucas.Xu
310236dca0
feat: add sample for open AI editing
2023-01-10 10:14:52 +08:00
Lucas.Xu
fc1efeb70b
feat: support prompt and suffix
2023-01-10 10:14:52 +08:00
Lucas.Xu
494e31993b
feat: add openAI plugin
2023-01-10 10:14:52 +08:00
Lucas.Xu
34d4ea3e54
feat: text robot
2023-01-10 10:14:52 +08:00
Nathan.fooo
7572321813
chore: auto width GridFieldCellActionSheet ( #1673 )
2023-01-08 12:59:54 +08:00
Nathan.fooo
37f269b08b
Chore/rename flowy sdk ( #1679 )
...
* chore: run flutter create on flowy_sdk
* chore: rename flowy-sdk to flowy-core
* chore: rename flowy_sdk to appflowy_backend
* chore: fix windows build
* chore: replace bloctest with test
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-01-08 12:10:53 +08:00
Lucas.Xu
3ba3a8dc18
Merge pull request #1655 from LucasXu0/feat_1649
...
feat: #1649 [FR] Convert quill delta to appflowy document
2023-01-05 18:58:42 +08:00
Lucas.Xu
50f9ac1657
feat: #1649 add document for importing data
2023-01-05 18:12:39 +08:00
Lucas.Xu
2fb0e8da28
feat: #1649 [FR] Convert quill delta to appflowy document
2023-01-05 17:40:03 +08:00
Lucas.Xu
e08ab1fc10
fix: Presses shift + alt + arrow right to select a word
2023-01-05 09:15:18 +08:00
Lucas.Xu
d7410cd6e8
feat: #1624 add shortcut for Shift + Option + Left/Right Arrow
2023-01-04 20:10:41 +08:00
Lucas.Xu
35a72f701b
feat: #1624 add shortcut for Shift + Option + Left/Right Arrow
2023-01-04 19:58:43 +08:00
Lucas.Xu
c05c1e191c
chore: upgrade minimum support flutter version, >= 3.3.0 ( #1551 )
...
* feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin
* feat: upgrade flutter version to 3.3.0 for appflowy
* feat: upgrade flutter version to 3.3.0 for CI
* chore: update flutter version in ci workflows
* chore: fix warnings
* chore: fix unuse import
* chore: support cargo make dart_unit_test on windows platform
* fix: copy to sandbox errors
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 23:26:27 +08:00
Richard Shiue
eed6c753dd
chore: add spacing between a popover and the edge of the window ( #1625 )
2023-01-01 22:26:52 +08:00
Lucas.Xu
5c1b084789
fix: cursor doesn't blink when opening selection menu ( #1622 )
...
* fix: cursor doesn't blink when opening selection menu
* chore: fix dart lint
2022-12-30 15:59:34 +08:00
Mayur Mahajan
b09f37e025
[FR] Create a new yellow theme for AppFlowy ( #1539 )
...
* feat: add dandelion color scheme
* feat: add dandelion to colorsheme
* feat: add setting for choosing theme
* refactor: make theme selection ui consistent
* refactor: remove duplicate themeTypeLabel
* refactor: translate theme type setting
* refactor: use an extension method for themename
* refactor: change community theme name
* refactor: add theme name in app theme
* refactor: remove theme type from cubit
* refactor: allow theme change with themename
* test: getThemeNameForDisplaying method
* chore: refactor the theme name to const string
* refactor: remove theme translation logic
* fix: add translation for theme label
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-12-30 11:44:17 +08:00
Christian
52c8f32c82
fix: scrollToBottom for macos ( #1610 )
...
Co-authored-by: DevOwl <christian.muehle@devowl.de>
2022-12-28 21:51:19 +08:00