Richard Shiue
18bd91936c
fix: more board fixes ( #3821 )
...
* fix: null check value
* refactor: remove unnecessary blocbuilder
* fix: missing checkbox icon at top of board column
2023-10-29 12:51:34 +08:00
Richard Shiue
b9a25f449f
refactor: hide ungrouped feature ( #3817 )
...
* refactor: remove unused notification and listener
* revert: remove hide_ungrouped from group settings
* chore: add board layout setting
* chore: listen to layout settings on ui
* fix: duplicated group controller initialization
* chore: add a tooltip to the ungrouped items button
* chore: trailing comma
2023-10-29 11:26:49 +08:00
Richard Shiue
993532a2f0
fix: edit card title not working ( #3819 )
2023-10-28 23:13:27 +08:00
Nikhil Raj
8a735799c6
Added tooltip when hovering over No-Data ( #3612 )
...
* Added tooltip when hovering over NO-Data
* chore: i18n for tooltip
* fix: wrong token
* chore: use flowytooltip
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-10-28 22:11:32 +08:00
Kritarth Sharma
197da5f425
fix: removed the parent padding and instead applied padding individually. ( #3814 )
...
* fix: Removed the parent padding and instead applied individual padding to each child to ensure it doesn't affect the sidebar divider.
* chore: Addressed comments and made changes
2023-10-28 19:11:52 +08:00
Nathan.fooo
e28e5a0649
refactor: rename group ( #3815 )
...
* chore: add group operation interceptor
* refactor: impl interceptor trait
* chore: update type option when group change
* test: fix test
2023-10-28 11:48:28 +08:00
Lucas.Xu
09b4e19c9d
feat: enable mobile view item drag-and-drop reordering ( #3812 )
...
* feat: enable mobile view item draggable
* fix: dragging the view doesn't disable hover effect
2023-10-27 22:42:35 +08:00
Richard Shiue
653c831473
fix: board unit test fix ( #3813 )
...
* fix: board unit test fix
* fix: oopsies
2023-10-27 22:33:45 +08:00
Lucas.Xu
a2f2cdebb7
feat: set the default font family to Poppins on mobile ( #3810 )
2023-10-27 15:19:37 +08:00
Lucas.Xu
59e0a1325e
fix: mobile page issues and improvements ( #3809 )
...
* chore: update connectivity plus to 5.0.1
* feat: update favorite status on time
* fix: text overflow
* feat: implement ... button in editor page
* fix: align the icon and the text on the favorite page
* feat: enable feedback when tapping icons
2023-10-27 13:36:09 +08:00
Mayur Mahajan
c0446d7a96
chore: update de translation for select option ( #3804 )
2023-10-27 13:34:44 +08:00
Devas45
1fbee02731
fix: german date format ( #3806 )
2023-10-27 11:44:44 +08:00
Richard Shiue
71c6beb882
chore: adjust placeholder color for dark theme ( #3799 )
2023-10-26 22:39:43 +08:00
Richard Shiue
ce83042317
chore: improve checklist ui ( #3798 )
2023-10-26 22:24:23 +08:00
Bryan Olivares
03598d3f22
fix: plus symbol in select option overflows ( #3789 )
...
* Fixed overflow problem for plus symbol
* Wrapping SizedBox with Flexible is not needed
2023-10-26 22:03:43 +08:00
Shreesh Nautiyal
c2eb2014a3
feat: segmented checklist progress bar ( #3770 )
...
* feat: added segments to the checklist progress bar
* chore: display empty progress bar in checklist editor when no tasks added
* refactor: used Container to represent segments
* refactor: implemented segments using Flexible and generated them using List.generate
2023-10-26 18:28:55 +08:00
Lucas.Xu
9416ba1bfc
feat: add new database on mobile platform ( #3788 )
...
* chore: downgrade clipboard package
* fix: update i18n in the favorite page
* fix: update the favorite icon
* feat: support add new database
* chore: disable cache in unit test
* chore: bump version 0.3.7
2023-10-26 11:57:14 +08:00
Richard Shiue
8c3984d21a
feat: allow hiding ungrouped stack ( #3752 )
...
* feat: allow hiding ungrouped stack
* chore: add notifications and listeners
* chore: implement UI
* fix: field info update
* chore: more responsive notification
* chore: read the right configurations
* feat: add ungrouped button
* fix: new board not getting isGroupField
* feat: refresh the counter
* fix: item count update
* chore: apply code suggestions from Mathias
* chore: yolo through tests
* chore: UI fix
* chore: code cleanup
* chore: ungrouped item count fix
* chore: same as above
2023-10-26 11:48:58 +08:00
Generic-Ripe
1883dd6d7c
Update sv.json ( #3778 )
...
Some small changes of errors and small improvements of readability.
2023-10-26 10:44:50 +08:00
Regulus Corneas
a354f9fe52
chore: update french translation ( #3774 )
...
* inlang: update translations
* inlang: update translations
* inlang: update translations
2023-10-26 10:44:18 +08:00
Richard Shiue
41e2c74b5e
feat: save card orders ( #3730 )
2023-10-26 10:05:43 +08:00
Mathias Mogensen
74d9d427bd
feat: show block in notification item ( #3736 )
...
* feat: show block in notification item
* feat: jump to block action
* fix: conflict after merge main
* fix: missing import after merge main
2023-10-26 09:41:03 +08:00
Mathias Mogensen
aa27c4e6d4
Feat: rename stack inline ( #3781 )
...
* feat: rename stack in-line
* feat: rename stack in-line
* chore: compiler issues
* fix: conflicts and cleaning
* fix: code lost after merge
* test: fix failing rust tests
* fix: tauri localization wrong keys
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-10-26 09:38:37 +08:00
Mathias Mogensen
f40ae9ff25
fix: what is new button broken link ( #3785 )
2023-10-25 21:05:28 +02:00
Mathias Mogensen
e66087861b
feat: insert date from slash menu ( #3783 )
2023-10-25 19:31:21 +02:00
Lucas.Xu
147637fcf5
fix: iOS TestFlight issues ( #3776 )
...
* fix: transparent icons on iOS platform
* fix: remove unused unit tests
* chore: update flutter version
* feat: support building release packages for iOS and Android
* fix: integration test failed randomly
* chore: remove windows CI cache
* chore: update info.plist
* feat: build iOS and Android in Release mode
* chore: update editor version
* chore: don't cache flutter when testing
* chore: run unit test on Windwos
2023-10-25 23:33:46 +08:00
Nathan.fooo
48582cb718
test: Af cloud workspace member ( #3779 )
...
* chore: implement workspace memeber events
* chore: add workspace member test
* chore: fix fmt
2023-10-25 21:35:47 +08:00
Yijing Huang
ad21a61ffb
feat: mobile setting page, trash page and recent file UI with mock data ( #3734 )
2023-10-25 21:29:50 +08:00
Nathan.fooo
d34eec1d99
chore: rename files name that might cause ci fail ( #3777 )
2023-10-25 15:25:31 +08:00
Lucas.Xu
95aeac201f
chore: remove the unit tests of Windows and macOS ( #3771 )
...
* chore: remove the unit tests of Windows and macOS
* chore: update pubspec
* chore: update languages
2023-10-25 09:21:20 +08:00
Nathan.fooo
cceee80799
fix: anon user error ( #3772 )
...
* fix: anon user error
* ci: fix tests
2023-10-24 23:13:51 +08:00
Nathan.fooo
71f80be8f7
feat: save user metadata ( #3754 )
...
* feat: save user metadata
* chore: update client api
* refactor: separate test methods
* chore: save updated at
* chore: clippy
* chore: fix test
2023-10-24 20:11:06 +08:00
Liel Fridman
16a4babdca
fix: The appearance of slash menu didn't change along with theme mode changes ( #3630 ) ( #3706 )
...
* fix: The appearance of slash menu didn't change along with theme mode changes (#3630 )
* revert: pubspec.lock change
* fix: use context inside of function
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
2023-10-24 17:43:25 +08:00
Nebiyu
85c0622245
feat: add amharic translation ( #3732 )
2023-10-24 17:41:46 +08:00
Pedro Coelho
e3410ec568
chore: update pt-PT translations ( #3712 )
...
* inlang: update translations
* inlang: update translations
2023-10-24 17:16:48 +08:00
Zak
c0b0f12b0d
fix: font size text being displayed out of range. ( #3766 )
...
* fix: font size text being displayed out of range.
* chore: refactor code
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-10-24 14:04:13 +08:00
Mayur Mahajan
70a2b7d9ab
fix: add light and dark theme for codeblock ( #3748 )
...
* feat: add separate themes for codeblock
* feat: light and dark themes in codeblock
2023-10-24 14:01:34 +08:00
Lucas.Xu
a84c47dc33
feat: android deeplink and update icons ( #3769 )
...
* feat: android deeplink and update icons
* chore: remove integration test
2023-10-24 13:52:55 +08:00
Lucas.Xu
56c5d69b0f
feat: redefine i18n for editor ( #3768 )
2023-10-24 13:39:05 +08:00
Richard Shiue
6c3d7d2079
feat: show checklist items inline in row page ( #3737 )
...
* feat: show checklist items inline in row page
* fix: tauri build
2023-10-24 10:15:28 +08:00
Mohammad Zolfaghari
25a98cda81
ci: reduce build time ( #3519 )
2023-10-23 22:17:11 +08:00
Mathias Mogensen
cd6e133c86
fix: notification settings initial state ( #3763 )
2023-10-23 14:51:59 +02:00
Richard Shiue
b16a102f85
chore: improve setting tab bar dropdown ( #3756 )
...
* chore: improve setting tab bar dropdown
* test: fix integration tests
2023-10-23 19:23:27 +08:00
Lucas.Xu
d51c7f382f
feat: implement personal / favorites folder on the mobile platform ( #3723 )
2023-10-23 18:35:07 +08:00
Richard Shiue
a57ca5c0cb
fix: integration tests failing on Sundays ( #3753 )
2023-10-23 11:44:04 +08:00
Nathan.fooo
1e9137fcfe
chore: update client api commit id ( #3745 )
...
* chore: update client api commit id
* chore: fix test
* chore: remove check_visual_studio_installation task
* chore: update client api
2023-10-23 11:43:31 +08:00
Shreesh Nautiyal
8e5b6b6e27
fix: the horizontal scrollbar disappearing in grid view ( #3751 )
2023-10-23 10:30:47 +08:00
Kilu.He
7e101b8bf1
fix: slash command panel bugs ( #3722 )
2023-10-23 10:25:47 +08:00
Lucas.Xu
bf0cfa798c
fix: windows CI build failed ( #3741 )
2023-10-22 01:04:38 +08:00
Richard Shiue
1793a28cbc
fix: calendar event card not displaying as intended ( #3731 )
2023-10-19 18:19:50 +08:00
Lucas.Xu
e565d0ee32
feat: support building on Android ( #3713 )
...
* feat: support building on Android
* chore: add CI for mobile platform
2023-10-19 09:55:23 +08:00
Sumit Banwakade
f60462a853
fix: side panel animation ( #3605 )
...
* fix: side panel animation
* Fix: Side Panel Animation Changes
* Fix:Panel Animation
* fix:updated animation to easeOutQuad
* fix: updated animation to easeOutQuad
* Fix:Panel Side Animation
* fix:panel side animation
* chore: restore settings.json
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-10-18 15:48:26 +08:00
Mathias Mogensen
966547faa0
fix: reminder launch review ( #3716 )
2023-10-17 14:48:58 +08:00
Muhammad Saad Tanveer
3647af44c9
fix: Shortcut settings Reset to default is missing bottom margin #3710 ( #3715 )
2023-10-17 05:47:07 +02:00
Lucas.Xu
25b4a647b0
fix: unable to export image to markdown ( #3709 )
2023-10-16 15:56:30 +08:00
Lucas.Xu
c6e3c1fd7c
feat: customizing the background of a block with theme color ( #3691 )
2023-10-16 14:11:05 +08:00
ルビーDog
4fd35d0de4
feat: improve translations ja_JP ( #3702 ) ( #3705 )
2023-10-16 10:56:06 +08:00
Lucas.Xu
7406c5e6a5
feat: add toggle list and callout node parser ( #3700 )
2023-10-16 10:09:33 +08:00
CrazyRikin
aa70885b21
feat: added hindi translation ( #3575 )
2023-10-15 22:13:14 +08:00
Yijing Huang
8699c9c125
fix: lemonade theme issues ( #3686 )
2023-10-15 22:12:25 +08:00
Pedro Coelho
bc758e0b06
chore: update translations pt-PT ( #3687 )
2023-10-15 22:12:01 +08:00
Jakob Gerhardt
e38980ccc3
chore: update translations de-DE ( #3693 )
2023-10-15 22:11:28 +08:00
Verdy Bangkit
8dd180046f
chore: update translations id_ID and ru_RU ( #3701 )
2023-10-15 22:10:41 +08:00
Lucas.Xu
0cd2726752
chore: disable toolbar in code block ( #3682 )
2023-10-15 22:01:17 +08:00
Lucas.Xu
11daa15b89
feat: auto pop up the menu after inserting image block ( #3698 )
2023-10-15 13:04:24 +08:00
Lucas.Xu
8436bc6144
fix: the disk space of CI machines always runs out ( #3689 )
2023-10-14 20:37:44 +08:00
Ekaksh Janweja
59851f46b7
feat: edit the field by clicking on the drag icon ( #3656 )
...
* feat: edit the field by clicking on the drag icon
* Added localization
* Added .tr() function
* fix: BlockActionButton only show when _isFieldHover is true.
* fix: BlockActionButton only show when _isFieldHover is true.
* fix: Worked on requested changes
* fix: Fixed Location of Field Popover
* fixed pubspec.lock
* Updated pubspec.lock
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-10-13 23:47:49 +08:00
Sarthak Kimtani
62f1d6eb82
fix: 3620 unchecked checkbox color ( #3685 )
2023-10-13 21:06:13 +08:00
Nathan.fooo
ec80f72c8f
feat: af cloud database ( #3684 )
...
* chore: forece user to logout when token is invalid
* chore: update client api rev
2023-10-12 20:25:00 +08:00
Richard Shiue
b2c80981cc
fix: build app ( #3681 )
2023-10-11 22:46:32 -07:00
Yijing Huang
8fa425a76c
chore: bump version 0.3.6 ( #3680 )
2023-10-12 13:14:37 +08:00
Mathias Mogensen
ebe112581d
feat: toggle notifications on/off ( #3672 )
2023-10-12 12:54:08 +08:00
Mathias Mogensen
bc8f35d7db
feat: reminder improvements ( #3658 )
2023-10-12 10:19:36 +08:00
Nathan.fooo
058eeec932
feat: implement file storage using appflowy cloud ( #3675 )
...
* feat: implement file storage using appflowy cloud
* chore: clippy
2023-10-12 09:54:45 +08:00
Lucas.Xu
8e10cba8e5
feat: support toggling the markdown style by shortcuts ( #3674 )
2023-10-11 23:12:23 +08:00
Yijing Huang
7a24f6b6f0
feat: add lemonade theme color ( #3666 )
2023-10-11 22:01:05 +08:00
Richard Shiue
4f40945458
fix: integration tests ( #3673 )
...
* fix: fix integration tests
* fix: initiate isScreenSmall properly
2023-10-11 20:36:10 +08:00
Nathan.fooo
e59870e421
refactor: rename flowy-test to event-integration ( #3667 )
2023-10-11 20:02:09 +08:00
Tran Nguyen Sinh
cf521fe20b
chore: update translations for Vietnamese ( #3632 )
2023-10-11 17:15:59 +07:00
Mathias Mogensen
f0d47ee50c
fix: esc to close date picker dialog ( #3648 )
2023-10-11 05:49:32 +02:00
Lucas.Xu
2a5d393c9f
fix: missing dependency (libnotify) in appimage ( #3665 )
2023-10-11 09:46:59 +08:00
Shreesh Nautiyal
98e0b832ec
feat: 1674 Auto-hide sidebar when re-sizing the window ( #3659 )
...
* feat: 1674 Auto-hide sidebar when re-sizing the window
* chore: removed unnecessary print statements
* chore: updated to a more approprite name for 'screenSmall' event
2023-10-10 19:26:11 +02:00
Nathan.fooo
77e7cbe9ec
chore: sync document ( #3653 )
...
* chore: sync document
* chore: update collab rev
* chore: update collab rev
2023-10-10 19:05:55 +08:00
Dhruv Sharma
acd53eb640
fix: correct svg for row actions ( #3664 )
...
Closes : #3450
2023-10-10 17:30:44 +08:00
Lucas.Xu
ffdf5d24a0
fix: openAI image expiration ( #3660 )
...
* feat: save the openAI image to local storage
* feat: support rendering error block
* fix: enter on Toggle list moves heading down without contents
2023-10-10 12:43:31 +08:00
Dhruv Sharma
b247a49417
chore: resolve issue ( #3621 )
2023-10-09 20:47:24 +02:00
Lucas.Xu
dace02d34d
feat: generate image by Stability AI / openAI ( #3642 )
2023-10-09 23:14:24 +08:00
Muhammad Saad Tanveer
41d4351176
feat: 3625 Added Ukrainian Language ( #3644 )
2023-10-09 12:19:35 +08:00
Lucas.Xu
d4bc575c03
fix: image block issues ( #3637 )
2023-10-07 13:45:38 +08:00
Nathan.fooo
a59561aee3
chore: sign in with provider ( #3592 )
...
* chore: sign in with provider
* feat: implement oauth flow of appflowy cloud
* chore: rename env
* chore: fix deadlock
* fix: login bugs
* chore: clippyt
* chore: update client api
* chore: fmt
2023-10-07 09:58:44 +08:00
Mathias Mogensen
92523321f1
fix: notification button delayed tooltip ( #3635 )
2023-10-06 09:29:36 +02:00
Richard Shiue
537c9d0865
fix: wrong date selected in CDT ( #3627 )
2023-10-06 10:13:46 +08:00
Richard Shiue
b4051c7e9f
fix: url underline issue ( #3618 )
2023-10-05 17:35:50 +08:00
Richard Shiue
9e61133886
chore: bump version 0.3.5 ( #3616 )
2023-10-05 12:01:38 +08:00
Lucas.Xu
36f47f3636
feat: image block revamp ( #3615 )
2023-10-05 10:40:41 +08:00
Mayur Mahajan
40dcd13394
refactor: ui improvement in appearance ( #3553 )
2023-10-05 09:48:19 +08:00
Yijing Huang
eb20c7c117
feat: emoji picker improvement ( #3591 )
2023-10-05 09:36:29 +08:00
Devanshu Rawat
e9852a3934
fix: restore page banner ui improvement ( #3604 )
2023-10-05 09:34:36 +08:00
Alazar Genene
78d8ec9a3e
fix: use Image.file instead of DecoratedBox and FileImage ( #3606 )
...
Co-authored-by: Alazar Genene <alazargenene@Alazars-MacBook-Pro-2.local>
2023-10-04 23:48:31 +02:00
Jaskeerat Singh
812af0979e
Fix: Missing WhiteSpace b/w Primary Field Text and Row Icon ( #3602 )
...
* Update link to OS Specific Development
* fix: Missing white space b/w primary field text & row's icon
* fix: Updated emoji padding
2023-10-04 11:50:26 +02:00
Narayan
cca5005541
fix: remove current page link option in page reference ( #3600 )
...
* fix: remove current page link option in page reference
* fix: removed context and added view id as parameter
2023-10-04 11:49:22 +02:00
Mathias Mogensen
9306d4a4ee
docs: update links in readm ( #3589 )
2023-10-04 11:35:37 +02:00
Ahsan Ahmad
3ab1ff5e73
fix:The placeholder text for URL cells shouldn't be underlined ( #3565 )
...
* fix:The placeholder text for URL cells shouldn't be underlined
* Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/url_cell/url_cell.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-10-04 11:35:02 +02:00
Aditya Arora
05fa306782
feat: Delay tooltip presentations by 300ms ( #3558 )
...
* feat:added wait duration to ToolTip widgets
* feat:added wait Duration to more tooltips
* feat:added wait Duration to more_button tooltip
* fix: use flowytooltip
* fix:undo install_macos.sh file
* fix:undo install_macos.sh file
* fix:refactored FlowyTooltip.delayedTooltip to FlowyTooltip.delayed
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2023-10-04 11:34:44 +02:00
Mathias Mogensen
d054439df4
fix: provide default options for inline actions always ( #3601 )
2023-10-03 18:07:46 +02:00
Lucas.Xu
8d9d0e9358
chore: bump version 0.3.4 ( #3572 )
...
* chore: bump version 0.3.4
* fix: docker file build
2023-10-02 20:48:56 +08:00
Nathan.fooo
7f44b181bd
feat: integrate client-api ( #3430 )
...
* chore: update client-api rev
* chore: update collab rev id
* feat: add sign_in_request and import shared entity
* feat: added to userworkspace from af_workspace
* chore: add script to update the client-api rev id
* chore: update client-api rev
* feat: add workspaces api
* feat: added check user
* chore: config
* chore: update client_api version
* chore: ws connect
* chore: ws connect
* chore: update crate versions
* chore: rename event
* chore: update client-appi
* chore: set appflowy cloud env
* chore: add env template
* chore: update env name
* docs: update docs
* fix: check_user
* feat: impl sign_in_with_url
* feat: add file storage placeholders
* chore: update client-api
* chore: disable test
* feat: impl workspace add and remove
* chore: sign up test
* feat: select cover image on upload (#3488 )
* fix: close popover after item selection in settings view (#3362 )
* fix: close popover after item selection in settings view
* fix: add missing await before closing popover
* fix: find popover container by context instead of passing controllers around
* fix: add requested changes
* feat: close text direction settings popups after selection
* fix: clean up
* fix: restore theme value dropdown as StatefulWidget
* feat: openai and stabilityai integration (#3439 )
* chore: create trait
* test: add tests
* chore: remove log
* chore: disable log
* chore: checklist ux flow redesign (#3418 )
* chore: ux flow redesign
* chore: remove unused imports
* fix: allow creation of tasks of the same name
* chore: apply code suggestions from Mathias
* fix: add padding below field title text field (#3440 )
* Fixed Issue no #3426
* Reversed the pubspec.lock mistaken update
* FIXED PADDING
* Fixed Padding issue on calender field edit popup
* chore: rename package name (#3501 )
* fix: right icon size sam as left one (#3494 )
* feat: enable removing user icon (#3487 )
* feat: enable removing user icon
* fix: generate to true
* fix: review comments
* fix: more review comments
* fix: integration test and final changes
* fix: made cursor grab and background color when hovering on Appearance Options Buttons (#3498 )
* chore: calendar UI polish (#3484 )
* chore: update calendar theming
* feat: add event popup editor
* chore: new event button redesign and add card shadows
* chore: unscheduled events button
* chore: event title text field
* fix: focus node double dispose
* chore: show popover when create new event
* test: integrate some tests for integration testing purposes
* fix: some fixes and more integration tests
* chore: add more space between font item and font menu
* feat: add reset font button in toolbar
* feat: only show text direction toolbar item when RTL is enabled
* fix: unable to change RTL of heading block
* test: add integration test for ltr/rtl mode
* chore: update inlang project settings (#3441 )
* feat: using script to update the collab source. (#3508 )
* chore: add script
* chore: update script
* chore: update bytes version
* chore: submit lock file
* chore: update test
* chore: update test
* chore: bump version
* chore: update
* ci: fix
* ci: fix
* chore: update commit id
* chore: update commit id
* chore: update commit id
* fix: is cloud enable
---------
Co-authored-by: Fu Zi Xiang <speed2exe@live.com.sg>
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: Vincenzo De Petris <37916223+vincendep@users.noreply.github.com>
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
Co-authored-by: Aryan More <61151896+aryan-more@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com>
Co-authored-by: Nitin-Poojary <70025277+Nitin-Poojary@users.noreply.github.com>
Co-authored-by: Jannes Blobel <72493222+jannesblobel@users.noreply.github.com>
2023-10-02 17:22:22 +08:00
Aman Negi
01c3fec5aa
feat: improve snackbar UI style ( #3562 )
2023-10-02 15:14:40 +08:00
Mathias Mogensen
94a3a59001
fix: avoid non-null promise on null value ( #3569 )
2023-10-02 15:13:39 +08:00
Mathias Mogensen
4a433a3176
feat: reminder ( #3374 )
2023-10-02 15:12:24 +08:00
Ricky Putra
f7749bdccc
chore: add integration tests for user language settings ( #3560 )
2023-10-02 13:55:57 +08:00
Lucas.Xu
c864e836ee
feat: integrate find and replace into AppFlowy ( #3566 )
...
* chore: update editor version
* feat: redesign find and replace ui
* chore: update language file
2023-10-02 13:54:51 +08:00
Richard Shiue
0738b5f87d
feat: show hidden fields in row detail page ( #3545 )
2023-10-02 10:52:22 +08:00
Ahsan Ahmad
891d794900
fix:Spacing above New row in grid ( #3564 )
...
* fix:Spacing above New row in grid
* revert: update frontend/appflowy_flutter/ios/Podfile.lock
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-10-01 23:22:21 +02:00
Yijing Huang
890f52a00a
feat: dandelion theme improvement ( #3550 )
2023-09-28 14:18:40 +08:00
Yijing Huang
d007f98af6
fix: emoji picker menu issue ( #3551 )
2023-09-28 14:18:01 +08:00
Yijing Huang
15e9d65798
feat: go_router refactor and bottom navigation bar in mobile ( #3459 )
2023-09-28 14:17:38 +08:00
Lakhan Baheti
0626f0deb7
fix: on hover change_cover button correct mouse cursor ( #3548 )
2023-09-27 22:59:33 +08:00
Richard Shiue
007c649c31
fix: still show drag icon while dragging ( #3547 )
...
* fix: still show drag icon while dragging
* chore: use click cursor on windows
2023-09-27 20:02:44 +08:00
Norbert
34ea508f5b
chore: update pl-PL translations ( #3539 )
2023-09-27 15:35:45 +08:00
fangwufeng-v
f70aef68be
feat: drag and drop a row in the Grid ( #3376 )
...
* feat: new style ui
* feat: drag row
* feat: hooks for auto scroll feature when dragging
* feat: shared UI status that control auto scroll when dragging row.
* feat: optimize the drag interaction UI effect
* feat: refactor drag positon
* feat: drag column header
* feat: fix review issue
2023-09-27 15:13:25 +08:00
Borris
61a31c90ee
chore: update translations for id-ID ( #3518 )
2023-09-27 11:32:49 +08:00
Richard Shiue
c7e3ed805a
fix: checklist cell style for checklist cells ( #3538 )
2023-09-26 22:31:15 +08:00
Lucas.Xu
a02ec98e9c
fix: undo failed in nested list
2023-09-26 16:55:49 +08:00
Lucas.Xu
32c06cf1bf
fix: clear selection when editing inline database view
2023-09-26 16:55:49 +08:00
Lucas.Xu
cf1096b516
fix: undo failed in nested list
2023-09-26 16:55:49 +08:00
Lucas.Xu
938953d7b3
fix: unable to parse html text which contains <mark> tag ( #3529 )
2023-09-26 14:37:10 +08:00
Mathias Mogensen
949dab9afe
fix: on hover/enter issue for view items ( #3528 )
2023-09-25 12:12:43 +02:00
Narayan
0996f5fd24
fix: missing the hand gesture icon in the text alignment options ( #3509 )
2023-09-24 21:42:11 +08:00
Lucas.Xu
6e887f1f12
chore: bump version 0.3.3 ( #3517 )
2023-09-24 20:28:31 +08:00
Richard Shiue
ab9338eb89
fix: some issues with the end date ( #3495 )
2023-09-24 20:26:18 +08:00
Lakhan Baheti
fd4088aed0
fix: grid theming to bottom row count number ( #3510 )
...
* fix: theming to bottom count number
* refactor: Row to RichText
2023-09-24 20:25:47 +08:00
Richard Shiue
375ff5ed6d
refactor: use same bloc in grid and cards ( #3511 )
2023-09-24 20:24:38 +08:00
Ahsan Ahmad
847290d9a4
fix: remove max length of 30 while creating a new select option ( #3513 )
2023-09-24 19:14:25 +08:00
Nathan.fooo
56687581f2
feat: using script to update the collab source. ( #3508 )
...
* chore: add script
* chore: update script
* chore: update bytes version
* chore: submit lock file
2023-09-24 15:50:58 +08:00
Lucas.Xu
1997231adf
Merge pull request #3500 from LucasXu0/fix_032_launch_review_issues
...
fix launch review(v0.3.3) issues
2023-09-23 12:50:57 +08:00
Lucas.Xu
89face4f02
test: add integration test for ltr/rtl mode
2023-09-23 11:31:08 +08:00
Richard Shiue
37ddce3a29
chore: calendar UI polish ( #3484 )
...
* chore: update calendar theming
* feat: add event popup editor
* chore: new event button redesign and add card shadows
* chore: unscheduled events button
* chore: event title text field
* fix: focus node double dispose
* chore: show popover when create new event
* test: integrate some tests for integration testing purposes
* fix: some fixes and more integration tests
2023-09-23 09:47:48 +08:00
Nitin-Poojary
593df96b10
fix: made cursor grab and background color when hovering on Appearance Options Buttons ( #3498 )
2023-09-22 19:03:18 +02:00
Mathias Mogensen
1b966171c4
feat: enable removing user icon ( #3487 )
...
* feat: enable removing user icon
* fix: generate to true
* fix: review comments
* fix: more review comments
* fix: integration test and final changes
2023-09-22 15:20:07 +02:00
Lakhan Baheti
047f1a0b39
fix: right icon size sam as left one ( #3494 )
2023-09-22 12:25:27 +02:00
Lucas.Xu
f2f3506b29
fix: unable to change RTL of heading block
2023-09-22 17:13:08 +08:00
Lucas.Xu
f762a564b5
feat: only show text direction toolbar item when RTL is enabled
2023-09-22 15:59:21 +08:00
Lucas.Xu
57b78ee3c6
feat: add reset font button in toolbar
2023-09-22 15:49:11 +08:00
Lucas.Xu
5dfc470873
chore: add more space between font item and font menu
2023-09-22 13:53:14 +08:00
Aryan More
d5f8ce5435
fix: add padding below field title text field ( #3440 )
...
* Fixed Issue no #3426
* Reversed the pubspec.lock mistaken update
* FIXED PADDING
* Fixed Padding issue on calender field edit popup
2023-09-22 11:15:18 +08:00
Richard Shiue
3c65a96b04
chore: checklist ux flow redesign ( #3418 )
...
* chore: ux flow redesign
* chore: remove unused imports
* fix: allow creation of tasks of the same name
* chore: apply code suggestions from Mathias
2023-09-22 09:33:24 +08:00
Nathan.fooo
6ba7fc0317
feat: openai and stabilityai integration ( #3439 )
...
* chore: create trait
* test: add tests
* chore: remove log
* chore: disable log
2023-09-21 12:41:52 +08:00
Vincenzo De Petris
37a5054ebd
fix: close popover after item selection in settings view ( #3362 )
...
* fix: close popover after item selection in settings view
* fix: add missing await before closing popover
* fix: find popover container by context instead of passing controllers around
* fix: add requested changes
* feat: close text direction settings popups after selection
* fix: clean up
* fix: restore theme value dropdown as StatefulWidget
2023-09-21 11:23:28 +08:00
Mathias Mogensen
048434024b
feat: select cover image on upload ( #3488 )
2023-09-21 04:02:39 +02:00
Nitin-Poojary
2c757e9b6c
fix: set minimum width for grid fields to 50px ( #3397 )
...
* fix: set minimum width for grid field to 100px
* test: add grid field width test
* fix: field width should not be less then 50px
* test: grid field width should not be less then 50px
* fix: cursor-based resizing issue
* test: updated tests
2023-09-21 09:39:13 +08:00
Lucas.Xu
9c59e1487e
feat: customize text font ( #3467 )
...
* feat: update UI in settings page
* feat: customzing font in document page
* fix: flutter analyze and format issues
2023-09-21 09:12:25 +08:00
Mathias Mogensen
4b9b723521
fix: add bottom border to new property column ( #3486 )
2023-09-21 03:10:41 +02:00
Vyshnav Ajith
a389836897
Added Language Support for Urdu. Issue#3372 ( #3469 )
...
* Create ur.json
* Add files via upload
* changes
* Added Locale change to the supported Locales List
* Added Urdu in Language.dart
* Delete .vscode/launch.json
* Changed the icon for Calendar
2023-09-20 17:31:17 +02:00
Mathias Mogensen
eec7723ce0
fix: tests for interacting with viewitem ( #3472 )
2023-09-20 23:14:04 +08:00
Lucas.Xu
847d7cb35a
fix: build error on Xcode 15
2023-09-20 15:28:27 +08:00
Onyedika Israel Ukwueze
094f8fc307
fix: visual bug on board accessory
2023-09-19 16:02:19 +08:00
Yatendra Kumar
e3f11ea9c0
feat: integrated openAI rust plugin ( #3302 )
...
* feat: create flowy-plugins
* feat: integrated openai service with interface
* feat: integrated openai api call
* fix: response in api
* fix: removed unused imports
* fix: remove parse.rs
* fix: macos version + removed print
* fix: removed debugPrint + changed deployment target
* fix: android project+removed gesture detector
* fix: removed unused imports
* chore: fix compile
* chore: rever changes
* chore: rever changes
* chore: fix clippy warnings
* chore: rename
* chore: fix compile error
* chore: remove dart ai
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-19 10:37:37 +08:00
Richard Shiue
124d435f09
feat: add end date to time cell data ( #3369 )
...
* feat: add end date to time cell data
* feat: implement ui for end time
* test: add date to text test
* chore: clippy warnings
* fix: unexpected time parsing
* fix: fix the date logic when toggling end date
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-19 09:58:15 +08:00
Mathias Mogensen
b700f95c7f
fix: do not rebuild hover on item selection ( #3423 )
2023-09-18 16:39:30 +08:00
Lucas.Xu
0ea5b3c483
fix: rtl related issues
2023-09-18 14:33:51 +08:00
Nathan.fooo
f3148640eb
chore: update collab rev id ( #3432 )
2023-09-18 12:45:16 +08:00
Zack
1c84ee1d53
feat: integrate appflowy-cloud ( #3359 )
...
* feat: draft: code dependency
* chore: update ref
* feat: signup using client_api
* feat: support auto sign_in after sign_up if already confirmed(WIP)
* chore: update collab commit id
* chore: fix compile errors
* chore: user AFServer trait to provide optional service
* chore: refactor workspace
* chore: disable aws config
* chore: return ws connect
* chore: update collab rev
* chore: fmt and clippy
* chore: fix test
* chore: update chrono version
* chore: add script to update the collab crates commit id
* chore: update
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-17 17:14:34 +08:00
xfarrow
cecd4f48ab
Italian translation fix ( #3395 )
...
* Update it-IT.json
2023-09-15 15:43:05 +02:00
Richard Shiue
1e001640aa
fix: cannot open popovers ( #3410 )
2023-09-15 19:01:22 +08:00
Lucas.Xu
3426e5b53e
fix: launch review issues ( #3413 )
2023-09-15 17:51:29 +08:00
Yijing Huang
936b49a63f
fix: alignment issue in login page ( #3399 )
2023-09-15 16:07:23 +08:00
Richard Shiue
f6f80b48c9
fix: some UI issues ( #3403 )
2023-09-14 19:30:33 +08:00
Lucas.Xu
759cb27a43
chore: update version to 0.3.2 ( #3404 )
2023-09-14 19:23:39 +08:00
Lucas.Xu
26a2bffcd1
fix: some UI issues were present in version 0.3.1. ( #3401 )
2023-09-14 19:22:32 +08:00
Aman Negi
fe55452c79
fix: restore banner theme issues ( #3299 )
2023-09-14 18:48:42 +08:00
Generic-Ripe
16adacac38
chore: update sv.json ( #3386 )
...
In this context board is tavla in Swedish.
Styrelse is board of directors.
2023-09-14 18:47:55 +08:00
Vincenzo De Petris
d86531ac92
fix: add left padding to TabsManager widget ( #3396 )
2023-09-14 12:08:44 +02:00
Nathan.fooo
9231455f0d
chore: update collab rev and fix compile ( #3398 )
2023-09-13 22:11:51 +08:00
Richard Shiue
0c6a1d4ae7
chore: revamp checklist ui ( #3380 )
...
* chore: revamp checklist editor ui
* chore: checklist progress bar
* test: integration tests
* fix: flutter analyzer errors
* fix: checklist percentage complete
2023-09-13 20:44:04 +08:00
Richard Shiue
524efc2620
test: fi convert text to date cell test ( #3377 )
2023-09-13 19:12:40 +08:00
Richard Shiue
50a4f03931
chore: date editor ui polish ( #3367 )
2023-09-13 19:12:26 +08:00
Richard Shiue
a4681a4042
fix: don't use timestamp fields to make calendar ( #3366 )
2023-09-13 19:11:46 +08:00
Richard Shiue
1ca130d7de
feat: revamp row detail page UI ( #3328 )
...
* feat: revamp row detail page UI
* chore: some minor details and fix tests
* fix: fix tests
* chore: remove unused field
* chore: code cleanup
* test: add reordering fields in row page tests
* chore: remove duplicate and delete row events
* chore: timestamp cell ui adjustment
* chore: remove unused code
* test: fix new integration tests
2023-09-13 19:10:08 +08:00
Mathias Mogensen
ef6f9a3175
fix: reorder rows on windows ( #3279 )
...
* fix: reorder rows on windows
Closes : #3208
* fix: unused import
2023-09-13 11:36:22 +08:00
Vincenzo De Petris
aa25aa4474
fix: DateCardCellState date formatting ( #3387 )
...
* fix: DateCardCellState date formatting
* refactor: use string interpolation
2023-09-13 11:18:07 +08:00
Kilu.He
c7af04b317
feat: support incremental updates for textblock's delta. ( #3216 )
...
* feat: support incremental to update textblock's delta
* fix: update test code
* fix: remove console
* fix: update test
* feat: integrate increamental delta in Flutter
* fix: delete quill editor
* fix: delete quill editor
* feat: add csharp in codeblock (#3371 )
* chore: pt-PT & pt-BR translation updated (#3353 )
* chore: Ensure Cargo.lock Is Updated Alongside Changes to Cargo.toml (#3361 )
* ci: add cargo check workflow
* ci: test cargo.toml
* fix: update test
* fix: code review
* fix: update cargo.toml and cargo.lock
* fix: code review
* fix: rust format
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Mayur Mahajan <47064215+MayurSMahajan@users.noreply.github.com>
Co-authored-by: Carlos Silva <mtbf99@gmail.com>
2023-09-12 20:49:03 +08:00
Mohammad Zolfaghari
9565173baf
feat: text and layout direction settings ( #3247 )
...
* feat: text and layout direction settings
Added ltr|rtl|auto direction button to appflowy toolbar.
Introduced layout and default direction settings.
* chore: formate code
* feat: added hint for direction settings
* fix: flutter analyze
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-09-12 19:11:13 +08:00
Lucas.Xu
5f4e3ecc76
fix: unable to paste texts contains section or font tag ( #3379 )
2023-09-12 15:53:39 +08:00
Lucas.Xu
043c68a333
fix: downgrade the folder path to io.appflowy.appflowy ( #3344 )
2023-09-12 14:31:05 +08:00
Yijing Huang
f639d51c11
feat: auth pages improvement for mobile and desktop platform ( #3217 )
2023-09-12 10:32:26 +08:00
Lucas.Xu
71071b60b2
feat: improve performance of document page ( #3357 )
2023-09-12 10:29:41 +08:00
Kilu.He
608255fa0f
chore: Ensure Cargo.lock Is Updated Alongside Changes to Cargo.toml ( #3361 )
...
* ci: add cargo check workflow
* ci: test cargo.toml
2023-09-11 18:59:35 +08:00
Carlos Silva
f8b0a26acc
chore: pt-PT & pt-BR translation updated ( #3353 )
2023-09-11 15:24:08 +08:00
Mayur Mahajan
133dab934b
feat: add csharp in codeblock ( #3371 )
2023-09-11 15:02:57 +08:00
fangwufeng-v
a81670c447
feat: new grid ( #3167 )
...
* feat: implement database database service by functions
* feat: define database data type
* feat: basic grid store and component
* feat: data communication mechanism and simple table ui. Can add new filed and update field name.
* feat: add grid text cell and grid checkbox cell
* feat: single select cell and multiselect cell
* refactor: fix code review problems
* feat: add new row
* feat: fix tsc error
2023-09-11 10:27:56 +08:00
Richard Shiue
35f84e42cc
fix: one-frame glitch when deleting all sorts ( #3330 )
2023-09-10 15:50:49 +08:00
Yijing Huang
2f6df6a17d
chore: remove default ImageFilter ( #3349 )
2023-09-08 10:09:16 +08:00
Richard Shiue
8bcc6384f2
refactor: different TypeOption between DateTime and LastModified/CreatedAt ( #3356 )
...
* fix: stringify date cell includes time if true
* refactor: LastModified and CreatedAt type option
* chore: frontend implementation
* chore: some adjustments and fix tests
* fix: integration tests
* chore: timestamp type option ui
2023-09-08 10:07:24 +08:00
Nathan.fooo
a0fc4b86b0
chore: update collab libs rev ( #3342 )
2023-09-06 16:00:23 +08:00
Nathan.fooo
790580eea4
chore: update cargo build profile ( #3332 )
2023-09-05 09:31:23 +08:00
Lucas.Xu
3db9024a2d
chore: release 0.3.1 ( #3326 )
...
* chore: update editor version
* fix: export name (with CJK) doesn't match the document name
* chore: bump version 0.3.1
2023-09-04 17:28:19 +08:00
Nathan.fooo
a821740469
refactor: remove http server ref ( #3327 )
2023-09-04 15:50:38 +08:00
Lucas.Xu
af0ae2e375
feat: enable heading in the table plugin ( #3325 )
2023-09-04 13:35:11 +08:00
Nils Jacobsen
7d6fa0b159
chore: update inlang.config.js and language files
2023-09-04 13:33:56 +08:00
Richard Shiue
b73a34ed94
refactor: remove date cell persistence ( #3095 )
...
* refactor: remove date cell persistence
* refactor: use i64 rather than String in DateChangeset
* chore: code cleanup
* fix: tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-02 11:50:16 +08:00
Richard Shiue
f3aaff77b9
chore: per-view field visibility UI ( #3296 )
...
* chore: default field settings if not exist
* chore: field settings listeners and services
* chore: don't need to updateFieldInfos
* feat: per-view field visibilty UI
* fix: remove unresolved imports
2023-09-02 00:42:46 +08:00
Vedant Pandey
9b7ff375b2
fix: trigger option selection on tap down ( #2915 )
...
* fix: trigger option selection on tap down
* chore: add TODO comment
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-09-01 22:58:21 +08:00
Richard Shiue
18498c0479
feat: field settings application domain ( #3284 )
...
* chore: default field settings if not exist
* chore: field settings listeners and services
* chore: don't need to updateFieldInfos
* chore: load default field settings if none found
* chore: update collab ref
* chore: fix remidner compile errors
* fix: fix tests
* chore: update tauri project setting
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-01 22:40:17 +08:00
Nathan.fooo
c652c32575
feat File storage ( #3306 )
...
* refactor: file upload
* refactor: support upload plan
* test: add tests
2023-09-01 22:27:29 +08:00
Mohammad Zolfaghari
df8642d446
feat: support table plugin ( #3280 )
2023-09-01 14:45:21 +08:00
Nathan.fooo
abb6eff23d
fix: disable sync if keys aren't provided ( #3304 )
2023-09-01 11:32:45 +08:00
Nathan.fooo
3b4f8e53a2
feat: storage file ( #3303 )
2023-08-31 16:40:40 +08:00
Nathan.fooo
4847b8b114
chore: enable discord and github login ( #3293 )
2023-08-31 15:45:01 +08:00
Lucas.Xu
e8f124b97c
feat: support editing name when creating page ( #3297 )
2023-08-30 22:16:12 +08:00
Lucas.Xu
f73d59fb57
feat: support text align and block align ( #3292 )
...
* feat: support text align and block align
* test: add test
2023-08-30 17:21:32 +08:00
Nathan.fooo
897d7980f6
chore: remove jwt secret env variable ( #3291 )
2023-08-30 11:51:33 +08:00
Mayur Mahajan
b88aed887a
fix: paste multiple lines in codeblock ( #3151 )
...
* fix: paste multiple lines in codeblock
* fix: works with non collapsed selection
* chore: localize code block
* test: multiline paste in codeblock
* chore: remove unused import
* fix: only hanlde code block paste command if all the selected nodes are code block
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-08-30 09:58:56 +08:00
Alex Wallen
4e863bc87f
feat: add hover color to question bubble like mockup ( #3222 )
2023-08-29 21:03:58 +02:00
nathan
507554a596
chore: only show email if supabase is enabled
2023-08-29 09:52:41 +08:00
Nathan.fooo
0806436c19
chore: share database via csv ( #3285 )
...
* chore: share database via csv
* fix: flutter test
2023-08-28 23:20:56 +08:00
Nathan.fooo
1205f0ebf7
chore: enable edit user email ( #3286 )
2023-08-28 21:00:55 +08:00
Aryan Arora
26e56194ea
fix: nightmode support for no recents text on the emoji menu ( #3239 )
2023-08-28 17:09:20 +08:00
Nathan.fooo
4e67282f2b
feat: Data sync on signup ( #3283 )
...
* chore: sync all data
* chore: sync database row and document in the row
* chore: sync inline view id
* chore: sync row and document in row
* fix: tests
* fix: migrate document in row
* chore: retry when create collab fail
* fix: invalid secret cause rerun application
* chore: fix clippy warnnings
2023-08-28 13:28:24 +08:00
Lucas.Xu
41ec2d992e
feat: improve CJK IME support ( #3278 )
2023-08-28 10:58:26 +08:00
Richard Shiue
f0e4f3db61
chore: per-view field settings ( #3199 )
...
* chore: field-setting entities-events-notifications
* chore: update field settings
* chore: add tests
* chore: add docs
* chore: use an enum for field visibility
* chore: clippy warnings
* fix: deps fields
* chore: collab merge main
* chore: collab ref
* test: fix tests
* fix: tauri bump collab rev
2023-08-27 22:31:32 +08:00
Lucas.Xu
6634a0ecb3
chore: update supabase version and setup new deeplink for linux ( #3272 )
2023-08-25 18:06:23 +08:00
Lucas.Xu
255f30590f
feat: add custom context menu items for copy, cut, and paste commands
2023-08-24 22:23:50 +08:00
Nathan.fooo
1ba7224088
docs: improve documentation ( #3265 )
2023-08-24 14:00:34 +08:00
Richard Shiue
4d7c0a7c67
chore: use vendored openssl
2023-08-23 14:55:36 +08:00
Lucas.Xu
a0481e8020
chore: bump version 0.3.0 ( #3252 )
2023-08-23 10:43:18 +07:00
Lucas.Xu
affd253e21
feat: support AppImage ( #3248 )
...
* feat: add build deb shell script
* feat: update release.yml
* chore: add flatpak readme
* feat: support appimage builder
* feat: support appimage builder
* Update release.yml
2023-08-23 08:46:11 +08:00
Nathan.fooo
ea37128359
fix: reopen the application lost the theme ( #3254 )
2023-08-22 22:41:52 +08:00
Richard Shiue
e9f31ea0f8
fix: arrow keys on field name text field ( #3162 )
2023-08-22 22:38:07 +08:00
Richard Shiue
72363921b0
fix: use empty event title and add placeholder ( #3234 )
...
* fix: use empty event title and add placeholder
* chore: update frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: remove unnecessary visible for testing
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* fix: typo on suggested changes
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-22 22:30:41 +08:00
Nathan.fooo
7fa15615df
chore: enable continue last session after logout ( #3253 )
2023-08-22 21:19:04 +08:00
Amir Lavasani
ad596b3165
feat: add the Persian language translations ( #3242 )
2023-08-22 14:48:42 +07:00
Lucas.Xu
724fc895e1
feat: format the selected text to url if available ( #3245 )
2023-08-22 14:46:27 +07:00
Nathan.fooo
77637ff461
test: add supabase auth tests ( #3250 )
...
* test: add supabase auth tests
* chore: format before test
* chore: fix warnings
* ci: rust test
* chore: disable clicking get started button when logining through the google OAuth
2023-08-22 15:40:22 +08:00
Nathan.fooo
12d6cbd46a
chore: optimize the UI if fail to open the workspace ( #3246 )
...
* chore: async load user profile
* chore: enable reset workspace
* chore: add confirm dialog
2023-08-22 00:19:15 +08:00
Lucas.Xu
bd30e31f6c
feat: improve copy paste plugins, and support in-app copy-paste ( #3233 )
2023-08-21 13:54:26 +08:00
Nathan.fooo
30155924a9
docs: documentation for encryption functions ( #3243 )
2023-08-20 15:38:52 +08:00
Nathan.fooo
a1647bee78
feat: realtime user event ( #3241 )
...
* feat: update user profile after receiving realtime user event
* chore: logout if other deivce enable encyrption
* test: fix test
* chore: fix checkbox UI
* chore: fix tauri build
* chore: fix device id
* chore: fix duplicate run appflowy
2023-08-20 14:13:54 +08:00
Alex Wallen
c5719be7ae
fix: svg sizes ( #3238 )
...
* refactor: svg impl
* fix: icon sizes in appearance settings
* chore: change button icon
* fix: size of restore button
* chore: fix iconbutton api
* fix: analyzer issues
2023-08-19 09:53:10 +08:00
Nathan.fooo
de01bf70cd
fix: only encrypt if enable ( #3236 )
...
* fix: error page display issue
* fix: override document with empty data
* chore: add logs
* fix: encrypt errors
* fix: encrypt errors
2023-08-18 22:32:51 +08:00
Aryan Arora
23a34af30f
chore: changed some german translations ( #3203 )
2023-08-18 16:22:22 +08:00
Alex Wallen
1cc78b87ab
fix: some svgs do not have the correct color ( #3221 )
...
* fix: svg colors
* chore: rename variable name bc it doesn't make sense
* fix: google sign in button blend mode
2023-08-18 15:39:02 +08:00
Nathan.fooo
c1bba7e48b
fix: realtime event parser ( #3231 )
...
* chore: decrypt realtime event
* fix: realtime event parser
2023-08-18 15:13:34 +08:00
Lucas.Xu
78c33a4dd2
fix: macOS build error(Library not loaded) in debug mode ( #3230 )
2023-08-18 11:01:07 +08:00
Nathan.fooo
649b0a135a
feat: encrypt collab update ( #3215 )
...
* feat: implement encrypt and decrypt
* feat: encrypt and decrypt
* feat: update user profile with encrypt
* chore: store encryption sign
* fix: login in setting menu
* chore: show encryption account name
* chore: fix test
* ci: fix warnings
* test: enable supabase test
* chore: fix test and rename column
* fix: update user profile after set the secret
* fix: encryption with wrong secret
* fix: don't save user data if the return value of did_sign_up is err
* chore: encrypt snapshot data
* chore: refactor snapshots interface
* ci: add tests
* chore: update collab rev
2023-08-17 23:46:39 +08:00
Alex Wallen
103f56922f
fix: windows release build ( #3168 )
...
* refactor: build tool
* chore: update release.yml
* chore: skip creating release if already created
2023-08-17 21:03:29 +08:00
Yijing Huang
07cf7287d6
fix: color issues related to hover effect ( #3206 )
...
* fix: fix hover color on information and setting button
* chore: update the hover color of icon in SelectOptionTag
* chore: change hover color for add icon button
* chore: change the SelectOptionTag text color and _SelectOptionCell icon hover color
* fix: change hover color in tab close button #3172
* chore: add spacing in SelectOptionTag
* chore: remove the hover color on close tag icon
* chore: dart fix
2023-08-17 21:02:24 +08:00
Lucas.Xu
8a277b7380
chore: codesign macOS packages
2023-08-17 21:01:08 +08:00
Lucas.Xu
7f7fd4958f
feat: support deeplink on Linux
2023-08-17 17:45:26 +08:00
Lucas.Xu
de4f47b2a1
chore: migrate to the latest api
2023-08-17 17:43:05 +08:00
Lucas.Xu
e226eaad45
feat: imporve the functionality of pasting from html
2023-08-17 17:43:05 +08:00
Alex Wallen
a1f1559936
Reset theme buttons ( #3137 )
...
* feat: add translation for tooltip
* feat: add defaults for theme settings
* feat: refactor appearance view so that all theme settings can be reset
* chore: add keys for reset button
* chore: add tests for the reset button
* feat: register appearance test in runner
* chore: remove comment
* feat: add default file for appearance
* chore: move around files
* feat: make reset button respond to hover
* fix: incorrect use of resetTheme
* refactor: use maybeWhen
* fix: icon button style
* fix: rebase errors
2023-08-15 18:28:58 -10:00
Alex Wallen
f994f50ef9
[fix] transparent svgs ( #3213 )
...
* fix: transparent emojis
* chore: enhance documentation
2023-08-15 12:14:22 -10:00
Yijing Huang
29431b3038
fix: replace svgWidget by FlowySv ( #3212 )
2023-08-15 18:15:09 +02:00
Mathias Mogensen
ee14d31194
fix: overflow and alignment in sort editor ( #3201 )
...
* fix: overflow and alignment in sort editor
Closes : #3196 #3197
* fix: add and delete button on row
2023-08-15 16:28:55 +02:00
Alex Wallen
00ee4be723
[feat] improve svg widget api ( #3205 )
...
* feat: change api
* fix: api upgrade errors
2023-08-14 16:26:11 -07:00
Alex Wallen
243f80b6d5
[chore] svg improvements ( #3145 )
...
* chore: remove use of svgWidget()
* refactor: redundant code in svg
* feat: add generator to generate flowy_svgs.g.dart
* chore: reference new package in pubspec
* chore: remove svg widget from flowy_infra
* refactor: update usage in flowy_infra_ui
* refactor: usage in appflowy_flutter
* fix: error with script not running
* fix: error with script not running
* fix: use unix style file path
* feat: use generation script for flowy svgs
* feat: add task
* fix: add required missing semicolon
* fix: rebase errors
* feat: update generate build script
* fix: solve duplicate entries in the generated file
* fix: compilation errors
* fix: replace all spaces with an underscore
* feat: use FlowySvgs
* feat: reduce assets and simplify
* refactor: do not return empty svg widget
* fix: rebase errors
* fix: analyzer warnings
* chore: remove flowy_icons from tracking
* chore: fix generate flowy icons script linux
* chore: macos/linux script
* chore: add rsync
---------
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2023-08-14 10:34:01 -10:00
Askarbek Zadauly
6fc8072459
feat: tauri grid changes and fixes ( #2995 )
...
* (feat) implement row drag and drop functionality
* (feat) implement grid row actions options ui
* (feat) add delete row function
* (feat) implemet grid filter and sort popup layout
* chore: move row methods to database controller
* (feat) integrate delete and duplicate row functions
* chore: add option on field popup
* chore: padding on edit row
* fix: change option color
* chore: stick to corner on resize
* fix: stick to corner
* chore: grid row popup changes
* chore: grid title
* chore: add field width
* chore: replace table layout with fixed column size
* chore: resize column WIP
* chore: save column width and draggable WIP
* chore: nav panel resize fix
* chore: database filter store
* chore: filter popups
* chore: filter value options
* chore: remove console
* chore: database filter refactor
* chore: prevent jitter and dont include used fields
* chore: checked field type
* chore: reset operator
* chore: filter icon
* chore: database sort popup
* chore: add icons into ref page
* chore: sort icon in column header
* chore: grid title fix
* chore: change text and border colors
* chore: grid rows dnd and optimise components
* chore: select option color change fix
* chore: filter service and controller
* chore: wire filter UI to service WIP
* chore: show only fields/cells with visiblity set to true
* fix: grid visible column exception
* chore: add update text filter backend
* chore: select option filter save modify get
* fix: filter reload and new filter
* fix: new filter order
* chore: sort backend service
* chore: database sort UI
* chore: field select popover component
* chore: operator select popover
* chore: select options popover
* chore: change text color
* chore: post merge
* chore: sort popover
* chore: bg body
* chore: grid row actions popover
* chore: dragging row change
* chore: new field column fix
* chore: field actions popover and field type popover
* chore: hide and delete field actions
* chore: duplicate field
* fix: pnpm lock file has error and button color update
* fix: tsc error
* chore: add field to left and right
---------
Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com>
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-08-14 17:06:27 +08:00
Nathan.fooo
27b1f00e17
feat: user awareness ( #3185 )
...
* refactor: separate functions
* feat: init user awareness object
* test: create reminder event test
* docs: add documentation
2023-08-14 12:57:59 +08:00
Mohammad Zolfaghari
2f8edf1fd1
feat: group by date ( #2641 )
...
* feat: group by date
* test: added more tests for group by date
* fix: print month in abbrev format
* chore: adapt group event changes
* style: remove comment
* fix: change date on changing group
* fix: dont count time in relative group
* fix: check beginning of month is within 30 days
* refactor: unify group id date format
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-08-14 11:37:35 +08:00
Lucas.Xu
a1e2d97388
chore: update editor version
2023-08-13 18:15:59 +08:00
Lucas.Xu
9863000f4a
feat: support DidUpdateChildViews callback
2023-08-13 17:32:52 +08:00
Lucas.Xu
d0a343ee36
chore: remove the unused code
2023-08-13 17:14:58 +08:00
Lucas.Xu
7a6c829187
chore: enable macOS build on 10.14
2023-08-13 16:59:14 +08:00
Lucas.Xu
fc0ded4990
fix: universal build for macOS
2023-08-13 16:58:28 +08:00
Nathan.fooo
9063b40e06
feat: enable collaboration update synchronization between different devices ( #3169 )
...
* feat: bypass realtime event
* chore: use user device id
* chore: send realtime update
* chore: setup realtime recever
* chore: setup realtime recever
* chore: clippy
* chore: update collab rev
* chore: update realtime subscription
* chore: fix test
* chore: fmt
* test: fix flutter test
2023-08-12 17:36:31 +08:00
Lucas.Xu
764b4db166
chore: bump version 0.2.9 ( #3144 )
2023-08-10 21:18:31 +08:00
Lucas.Xu
7701533ed2
chore: remove the unused value in supabase_task ( #3157 )
2023-08-10 21:06:02 +08:00
ferreira-fp
29c89013f0
chore: update PT-BR translations ( #3156 )
2023-08-10 20:59:53 +08:00
Yijing Huang
1fad5aa804
feat: callout improvement ( #3090 )
2023-08-10 20:59:24 +08:00
Johan Sutrisno
675e23e971
fix: scroll to heading is too slow ( #2952 ) ( #3045 )
2023-08-10 18:36:53 +08:00
Lucas.Xu
c9ee82ec75
chore: update editor version to 1.2.3 ( #3153 )
2023-08-10 18:35:27 +08:00
Nathan.fooo
0c9935ccf2
fix: using freeze to refactor the FieldInfo class ( #3152 )
2023-08-10 15:46:16 +08:00
Lucas.Xu
d28846bbaa
chore: update German translations
2023-08-10 09:18:18 +07:00
Richard Shiue
58ecf62240
feat: selectOption sort + fix logic in edge cases ( #3109 )
2023-08-09 12:43:03 +08:00
Nathan.fooo
a5eaf15548
refactor: login session ( #3149 )
2023-08-09 10:13:49 +08:00
fbiere
4589d86d81
inlang: update translations
2023-08-08 18:18:46 +02:00
Richard Shiue
9330df4ce1
fix: overlapped scrollbar in calendar ( #3075 )
...
* fix: height for calendar view in document
* fix: hide overlapped scrollbars
* chore: merge remote branch 'upstream/main' into fix-#2618
2023-08-08 16:58:04 +08:00
Richard Shiue
7cdd47757b
chore: database tab bar ui improvements ( #3093 )
...
* chore: tab bar ui polish
* chore: toolbar buttons ui
* chore: minor padding radius and spacing adjustment
* fix: padding issues
* chore: add view button size and padding
* chore: the carelessness is real
* fix: dark mode colors
* fix: selected icon color
2023-08-08 16:57:25 +08:00
Lucas.Xu
e2dd179001
Merge pull request #3140 from LucasXu0/url_protocol_in_windows_installer
2023-08-08 12:19:56 +07:00
Mathias Mogensen
35a47bfe5d
feat: tabs shortcuts ( #3112 )
2023-08-08 13:09:17 +08:00
Lucas.Xu
9dc209bda7
fix: loading status widget on the signup page flickers.
2023-08-08 11:24:06 +08:00
Lucas.Xu
104851d330
chore: optimize the logout button
2023-08-08 10:58:14 +08:00
Lucas.Xu
a1db5bff5c
fix: user page inside setting overflow
2023-08-08 10:46:52 +08:00
Lucas.Xu
453346e69c
fix: the minHeight of the personal header is too small
2023-08-08 10:32:08 +08:00
Kilu.He
923285bfcf
feat: support mention a page ( #3117 )
2023-08-08 10:07:59 +08:00
Lucas.Xu
0de8b92db6
fix: deeplink doesn't work in windows exe installer
2023-08-08 10:06:29 +08:00
Nathan.fooo
125bcbc9db
fix: rebuild application when setting the theme or font ( #3139 )
2023-08-08 09:08:24 +08:00
Nathan.fooo
ef9596f4ab
chore: enable single instance desktop application on windows ( #3136 )
2023-08-07 23:30:14 +08:00
Nathan.fooo
3c04b72932
fix: push to sign in screen when logout ( #3127 )
...
* fix: push to sign in screen when logout
* chore: show historical login users
* chore: open historical user
* chore: show historical user
* chore: reload app widget with unique key
* chore: add tooltip for user history
2023-08-07 22:24:04 +08:00
StarAtt
a3bea472bf
chore: update zh-TW translations ( #3131 )
2023-08-07 20:59:36 +08:00
Dan Zheng
5ac7b8e165
fix: automatically wrap the date, number or URL cells.
2023-08-07 17:58:24 +08:00
Lucas.Xu
95a938657b
feat: support windows supabase deeplink callback ( #3133 )
2023-08-07 17:54:50 +08:00
Richard Shiue
fbb1753350
fix: euro currency number format ( #3115 )
2023-08-07 17:49:03 +08:00
Lucas.Xu
c6401da0b5
feat: support customizing the supabase auth path ( #3130 )
2023-08-07 14:31:20 +08:00
Lucas.Xu
f724185f1c
chore: Support CI build universal macOS package ( #3124 )
...
* fix: macos release build
* feat: support build arm64 macOS package on CI
* feat: support build arm64 macOS package on CI
2023-08-06 16:06:43 +08:00
Nathan.fooo
63a12a1d2b
test: add subscription test ( #3126 )
2023-08-06 15:54:18 +08:00
Mihir
890f7573f3
fix: favorite selection and context menu doesn't work ( #3114 )
2023-08-06 12:31:47 +08:00
Nathan.fooo
6f159e741b
refactor: remove shared instance KV ( #3123 )
...
* refactor: remove shared instance KV
* test: enable document test
2023-08-06 11:51:03 +08:00
Nathan.fooo
9a72f31d60
feat: show loading indicator when loading data from remote ( #3120 )
...
* chore: show circle indicator if fetch the data from remote
* chore: fix the lb warnings
* chore: create sdk-build for macOS
2023-08-05 15:02:05 +08:00
Mayur Mahajan
ab7acbd5de
chore: german translation for new property and shortcuts ( #3116 )
...
* chore: translation for new property nd shortcuts
* Update frontend/resources/translations/de-DE.json
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-04 20:46:09 +02:00
Lucas.Xu
b7dfc85208
fix: macos release build ( #3118 )
2023-08-04 21:22:28 +08:00
Kilu.He
16a01e11ed
feat: support updating the view name and icon through document ( #3099 )
...
* feat: support updating the view name and icon through document
* fix: store expand pages
* fix: refactor text link
* fix: update cargo.toml
* fix: update test
* fix: update event map
* fix: move deal with icon codes to a single file
* fix: delete useless code from flutter
* fix: document banner
* fix: build error
* fix: update rust library
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-08-04 19:27:14 +08:00
Lucas.Xu
70914e6228
chore: support building universal macos package ( #3110 )
2023-08-03 20:02:44 +08:00
Lucas.Xu
45cbd70bf4
chore: bump version 0.2.8 ( #3105 )
2023-08-03 15:07:01 +08:00
Lucas.Xu
fb9bc359b8
feat: disable moving page into the database ( #3107 )
2023-08-03 15:06:02 +08:00
Nathan.fooo
135d8a811e
chore: fix historical user open issue ( #3106 )
2023-08-03 12:07:42 +08:00
Nathan.fooo
03518c951c
ci: disable document test ( #3104 )
2023-08-03 10:33:25 +08:00
Nathan.fooo
03b8f2ccb2
feat: Get started doc migration ( #3102 )
...
* feat: migrate empty document
* chore: update collab rev
* chore: fmt
2023-08-03 09:14:52 +08:00
Lucas.Xu
a40c639a96
fix: dispose the listener when the favorite bloc dispose ( #3103 )
2023-08-03 08:50:56 +08:00
Nathan.fooo
ea0c4e96d2
feat: implement magic link login ( #3086 )
...
* feat: implement magic link login
* ci: create env file
* ci: generate flutter env files
* ci: disable inject env
* chore: update table name
* Update frontend/appflowy_flutter/lib/env/env.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: fix compile
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-03 08:48:04 +08:00
Mihir
a1143e24f3
feat: support favorites folder
2023-08-02 21:20:51 +08:00
Richard Shiue
ff79635b2b
fix: height for calendar view in document ( #3073 )
2023-08-02 18:07:44 +08:00
Lucas.Xu
f0d2cf7da3
fix: insert reference page in nested page
2023-08-01 21:47:20 +08:00
Richard Shiue
5e2ed56f5b
fix: move translation jsons to right folder ( #3050 )
2023-08-01 14:19:45 +08:00
Mayur Mahajan
70963a55f1
chore: add c/cpp/auto options in code langauges
2023-08-01 14:16:01 +08:00
Lucas.Xu
62be81395d
fix: missing c++ library when building iOS ( #3092 )
2023-08-01 14:15:19 +08:00
Vedant Pandey
7c21f61d2e
feat: add duplicate in context menu ( #2921 )
2023-08-01 11:19:48 +08:00
Lucas.Xu
ad4c68a353
chore: update iOS flowy infra UI name ( #3091 )
2023-08-01 10:07:12 +08:00
Yijing Huang
355061d415
fix: fix theme color ( #3089 )
2023-07-31 23:01:24 +08:00
Yijing Huang
3039944c74
feat: welcome screen UI improvement ( #3057 )
2023-07-31 23:01:12 +08:00
Yijing Huang
338e342410
feat: lavender theme refactor
2023-07-31 20:22:56 +08:00
Aman Negi
8c544bc8c4
fix: improve readability in callout
2023-07-31 20:18:43 +08:00
Lucas.Xu
266209caeb
feat: implement draggable folder ( #3083 )
2023-07-31 20:06:01 +08:00
Kilu.He
eb77346e5a
feat: support add cover and icon in tauri document ( #3069 )
...
* feat: support add cover and icon
* feat: emoji picker
* feat: emoji picker
2023-07-31 11:39:44 +08:00
dejvizelo
f28c5d849c
feat: clear date value ( #2700 )
...
* chore: Add _ClearDateFieldButton
* chore: Add new DateCellCalendarEvent to clear date
* chore: Add grid_field_clearDate translation token
* refactor: _ClearDateFieldButton -> _ClearDateButton
* fix: Fix dart(unused_element) in _ClearDateButton
* feat: Handle clearDate
* Revert "feat: Handle clearDate"
This reverts commit fd145ef8e9589f3b4aa1a16e5d72c15b6d0b53c4.
* feat: Handle clearDate
* feat: Add clear_flag field
* feat: check clear_flag to clear date
* chore: update exisitng tests
* fix: add mssing import
* refactor: remove check for timeFormatError
* fix: fix margin on _ClearDateButton
* refactor: _ClearDateButton -> ClearDateButton
* test: add clear date backend unit test
* test: add clear date integration test
* test: add clear date to edit time cell test
* chore: mark ClearDateButton visible for testing
* feat: close date editor popover on clear date
* style: make AppFlowyPopover taller
* fix: trim dateStr in _dateStrFromCellData
* fix: don't dismiss CellEditor after clearDate
2023-07-31 10:23:20 +08:00
Richard Shiue
ea37f46f88
fix: date field created when reference a calendar ( #2910 )
...
* fix: date field created when reference a calendar
* fix: make everything one transaction
* chore: apply suggestions from Lucas
* chore: do the same for board
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-31 10:12:26 +08:00
Nathan.fooo
e68d3f1c71
tests: add supabase tests ( #3084 )
2023-07-30 08:39:01 +08:00
Nathan.fooo
2cd88594e8
feat: migrate user data to cloud ( #3078 )
...
* refactor: weak passed-in params in handler
* refactor: rename struct
* chore: update tables
* chore: update schema
* chore: add permission
* chore: update tables
* chore: support transaction mode
* chore: workspace database id
* chore: add user workspace
* feat: return list of workspaces
* chore: add user to workspace
* feat: separate database row table
* refactor: update schema
* chore: partition table
* chore: use transaction
* refactor: dir
* refactor: collab db ref
* fix: collab db lock
* chore: rename files
* chore: add tables descriptions
* chore: update readme
* docs: update documentation
* chore: rename crate
* chore: update ref
* chore: update tests
* chore: update tests
* refactor: crate deps
* chore: update crate ref
* chore: remove unused deps
* chore: remove unused deps
* chore: update collab crate refs
* chore: replace client with transaction in pooler
* refactor: return error type
* refactor: use anyhow error in deps
* feat: supabase postgrest user signin (wip)
* fix: Cargo.toml source git deps, changed Error to anyhow::Error
* fix: uuid serialization
* chore: fix conflict
* chore: extend the response
* feat: add implementation place holders
* feat: impl get_user_workspaces
* feat: impl get_user_profile
* test: create workspace
* fix: postgrest: field names and alias
* chore: implement folder restful api
* chore: implement collab storate with restful api
* feat: added placeholders for impl: update_user_profile, check_user
* feat: impl: update_user_profile
* feat: impl: check_user
* fix: use UidResponse, add more debug info for serde serialization error
* fix: get_user_profile: use Optional<UserProfileResponse>
* chore: imple init sync
* chore: support soft delete
* feat: postgresql: add migration test
* feat: postgresql migration test: added UID display and colored output
* feat: postgresql migration test: workspace role
* feat: postgresql migration test: create shared common utils
* feat: postgresql migration test: fixed shebang
* chore: add flush_collab_update pg function
* chore: implement datbaase and document restful api
* chore: migrate to use restful api
* chore: update table schema
* chore: fix tests
* chore: remove unused code
* chore: format code
* chore: remove unused env
* fix: tauri build
* fix: tauri build
---------
Co-authored-by: Fu Zi Xiang <speed2exe@live.com.sg>
2023-07-29 09:46:24 +08:00
Kilu.He
a885170869
feat: support editor format text color and bg color ( #3061 )
2023-07-27 20:40:18 +08:00
Kilu.He
915ce02157
fix: implement the interface of move nested views ( #3042 )
...
* fix: implement the interface of move nested views
* fix: update rust ci ubuntu version
* fix: update rust ci version
2023-07-26 16:49:50 +08:00
Lucas.Xu
6e9a5a16a6
fix: windows relesae job ( #3038 )
2023-07-25 16:41:03 +08:00
Richard Shiue
13c72a31b7
fix: cursor for block options on Windows ( #3052 )
2023-07-25 16:40:25 +08:00
Richard Shiue
96410b2d32
fix: text overflow when editing a filter
2023-07-25 09:07:21 +07:00
Lucas.Xu
d32c2082b6
feat: support building on iOS platform ( #3033 )
2023-07-21 15:53:57 +08:00
Richard Shiue
c368d855c7
feat: enable sort by date + sort fix ( #2953 )
2023-07-21 15:51:20 +08:00
Mayur Mahajan
b1378b4545
feat: customize command shortcuts ( #2848 )
2023-07-20 16:11:00 +08:00
Kilu.He
5ab64f8835
feat: support views drag and drop ( #3004 )
2023-07-19 17:59:32 +08:00
Lucas.Xu
0fb004aee0
chore: bump version 0.2.7 ( #3022 )
...
* chore: bump version 0.2.7
* chore: update language files using inlang machine translation
2023-07-18 19:59:35 +08:00
Alex Wallen
06bbc06fff
fix: focus is clickable if text field is being edited ( #3020 )
2023-07-18 18:25:25 +08:00
unknown
f6edd4b32b
fix: pasting a link in a URL grid crashes the app
2023-07-18 17:04:19 +07:00
Lucas.Xu
706a5e784f
fix: cannot click on links ( #3017 )
2023-07-18 15:59:41 +08:00
Mayur Mahajan
1f720efc8a
chore: clean unnecessary todos ( #3018 )
2023-07-18 10:47:55 +08:00
Mathias Mogensen
778e462523
feat: enable reordering properties from settings
2023-07-18 10:47:42 +08:00
Lucas.Xu
2da37122e4
feat: support toggle list ( #3016 )
2023-07-18 10:45:20 +08:00
Serge Brainin
a00dd5498e
feat: the application remembers being resized ( #2907 )
2023-07-18 10:45:06 +08:00
Yatendra Kumar
7dcc7c221f
fix: row banner overlay ( #3009 )
2023-07-17 17:39:44 +08:00
Muhammad Usman Shahid
bcd116797d
chore: added a tooltip to theme mode for toggling theme
2023-07-17 17:39:20 +08:00
Harmon
70915df5ad
fix: add newlines after device info entries for debug info ( #3008 )
2023-07-17 10:06:43 +08:00
Mayur Mahajan
1b582c3870
chore: change github logo ( #3003 )
2023-07-15 09:46:08 +08:00
Lucas.Xu
26f078128a
test: add an option test ( #3006 )
2023-07-15 09:45:44 +08:00
Kilu.He
c65584d23c
feat: support navigator and trash page
...
* refactor: navigator
* feat: support trash
2023-07-14 20:33:22 +08:00
Lucas.Xu
098c085d96
chore: upgrade editor to 1.2.1 ( #2997 )
2023-07-14 17:08:40 +08:00
Richard Shiue
39988f6785
fix: field hide/delete icon color in dark mode ( #2998 )
2023-07-14 17:07:57 +08:00
GitStart
e69e72e3bd
fix: Filter UI popover pixels overflow with dynamic width and height ( #2554 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2023-07-14 11:06:32 +02:00
Nathan.fooo
f9e7b5ffa4
feat: reload UI ( #2999 )
...
* chore: reload folder
* chore: reload folder
* chore: init sync
* chore: update tables
* chore: update database
* chore: load row
* chore: update
* chore: reload row
* test: fit test
* chore: retry
* chore: support batch fetch
* chore: enable sync
* chore: sync switch
* chore: sync switch
* chore: migration user data
* chore: migrate data
* chore: migrate folder
* chore: save user email
* chore: refresh user profile
* chore: fix test
* chore: delete translation files
* test: clippy format
2023-07-14 13:37:13 +08:00
Mathias Mogensen
5085ea115f
feat: alt+click to add block above ( #2988 )
2023-07-13 18:33:16 +08:00
Daiki Nakashita
c12aa66b2a
fix: wrong grid row count ( #2973 )
2023-07-13 11:01:22 +08:00
Mohammad Zolfaghari
d4a23657d7
fix: send database notification on create row ( #2926 )
...
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-13 09:39:16 +08:00
Mathias Mogensen
5b1afeb85d
feat: open apps in tabs ( #2962 )
...
* feat: open apps in tabs
Closes : #2942 Relates: #2312
* fix: resolve comments
* fix: unfocus editor to close toolbar on open/change tab
* test: abstract open in a new tab helper
2023-07-12 13:13:18 +02:00
Richard Shiue
d0747afbf2
fix: use same base width for all screen sizes ( #2961 )
2023-07-12 17:30:37 +08:00
Ikko Eltociear Ashimine
88405ad316
chore: fix typo in Dockerfile ( #2966 )
2023-07-12 17:28:53 +08:00
Kilu.He
0dae8cf2f9
feat: support i18n in typescript ( #2948 )
2023-07-12 11:54:50 +08:00
Lucas.Xu
3d72b6fa12
chore: move language files to the root directory to share them with both Flutter and Tauri. ( #2970 )
2023-07-11 20:27:40 +08:00
Lucas.Xu
2c669f1b85
chore: bump version 0.2.6 ( #2963 )
2023-07-11 19:49:48 +08:00
Lucas.Xu
b9976b072e
fix: unable to cancel the inline math equation format ( #2974 )
...
* fix: unable to cancel the inline math equation format
* fix: bold font style used in the document is not suitable
* chore: add flutter clean before executing the release task
* fix: integration test
2023-07-11 19:49:29 +08:00
Felix Häberle
409e3bf1e3
feat: update translations ( #2823 )
...
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2023-07-10 21:37:22 +08:00
Lucas.Xu
ff9b3c56c5
feat:IInline math equation ( #2949 )
2023-07-09 11:03:22 +08:00
Kilu.He
4c17298432
feat: support dark mode ( #2945 )
2023-07-07 21:58:15 +08:00
Kilu.He
0401fc4b22
fix: tauri check user failed ( #2946 )
2023-07-06 16:40:20 +08:00
Mathias Mogensen
4805d0c568
Merge pull request #2939 from MayurSMahajan/fr_toggle_theme_shortcut_2304
...
feat: toggle theme mode shortcut
2023-07-06 09:34:00 +02:00
Nathan.fooo
edc7933c66
feat: support pg storage ( #2935 )
...
* refactor: using tokio-postgres
* chore: update
* chore: update env
* chore: update
* chore: upgrade supabase and add logout button
* refactor: update
* chore: update
* refactor: using message queue to handle the pg connection
* refactor: move test
* refactor: update sql
* chore: create pg database when user login
* chore: update scheme
* chore: generic user service
* chore: update
* chore: create statistics
* chore: create snapshot
* chore: add test
* chore: add database cloud service
* chore: add document cloud service
* chore: update interface
* test: add document test
* refactor: document interface
* chore: fix test
* chore: update
* chore: update test
* test: add test
* test: add test
* test: add test
* chore: update collab rev
* fix: flutter analyzer
* chore: update
* chore: update
* chore: update
* fix: tests
* chore: update
* chore: update collab rev
* ci: rust fmt
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-05 20:57:09 +08:00
MayurSMahajan
89ff44b035
test: hotkeys integration test
2023-07-05 17:46:10 +05:30
MayurSMahajan
793884427c
feat: toggle theme mode shortcut
2023-07-05 10:58:36 +05:30
Richard Shiue
e0ad364fa3
test: improve stability of calendar integration test ( #2930 )
2023-07-05 11:05:05 +08:00
Richard Shiue
5d76a7864d
chore: restore default vscode build task ( #2931 )
2023-07-05 11:04:18 +08:00
Alex Wallen
323cb3b60f
[feat] Allow user to select any Google Font ( #2895 )
...
* chore: add label for font selection drop down
* chore: add method to set font family
* feat: add drop down to setting appearance view
* feat: add fontFamily to document appearance cubit
* feat: add bloc provider to root for document appearance style
* feat: syncFont family from setting appearance dialog
* feat: plumbing for font style in editor
* fix: add blocprovider before pushing overlay
* chore: add kv_keys
* fix: use fontFamily in document appearance cubit
* fix: remove bloc providers because bloc is supplied in ancestor
* fix: remove unecessary bloc provider
* chore: add constraints to popover
* chore: add translation for search box
* feat: add levenshtein for string sort
* feat: add search bar view
* refactor: levenshtein
* chore: add tests for levenshtein algorithm
* feat: add unit tests for appearance cubit
* fix: analyzer warnings
* feat: sort by ascending if query is empty
* chore: add test for the font family setting widget
* feat: make comparison case insensitive
* feat: lazy load with listview.builder
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
* fix: fonts loaded on open application
* fix: checkmark doesn't show
* fix: try catch before getFont
* fix: clear text editing value on close
* fix: remove autofocus for search text field
* chore: add tests
* feat: use sliver protocol
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
* fix: avoid using intrinsic height
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
* fix: extra paren caused build failure
* feat: switch order of font family setting
---------
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
2023-07-04 11:30:38 -10:00
Kilu.He
9fb8f221cf
chore: add document test ( #2932 )
2023-07-04 17:17:25 +08:00
Alex Wallen
8dfbfe3c42
feat: Dynamically Load Themes in AppFlowy ( #2670 )
...
* feat: dynamic theme plugin (init)
* feat: provide fallback color if plugin becomes out of date (transparent)
* feat: use applicationDocumentsDirectory to store plugins
* chore: remove json files
* fix: add toJson to resolve analyzer errors
* fix: analyzer (unused imports)
* feat: add code generation scripts for freezed files (call recursively in packages)
* fix: revert changes to dry generation
* feat: call directly into script
* refactor: scripts try to be stateless :)
* fix: path to code generation in toml
* fix: generate script permissions
* fix: path not correct in generate.sh
* feat: modify execution permissions before executing scripts
* chore: switch order of build_runner and easy_localizations
* fix: fs is not valid duckscript cmd
* chore: clean build_runner before executing
* chore: upgrade freezed and build_runner attempt to resolve InvalidType error
* fix: use exec cmd.exe to chmod
* feat: add task to generate all files
* chore: remove redundant task (Code Gen)
* chore: remove json_annoation to dev_dependencies
* fix: dropped & between commands
* chore: rename file and class to FlowyDynamicPlugin
* fix: dependency hell
* fix: json annotation in colorscheme
* fix: analyzer warnings
* fix: duckscript runner for code generator
* fix: try without setting file permissions
* chore: move file picker to infra
* chore: restructure project directory
* feat: add BLoC components for consumers
* chore: update dependencies in pubspec.yaml file
* fix: file picker imports
* feat: add new translations for features
* feat: add new widgets to render upload
* fix: import
* feat: add text overflow
* feat: use animated switcher
* chore: export FileType
* fix: directory was not created, only files were copied
* chore: separate some logic
* feat: add saveFile to FilePickerService
* fix: analyzer error with unused imports
* feat: add translations for uploading
* feat: add builtins property to apptheme
* feat: add theme preview widget
* fix: upload widgets need to fill whole space and account for overflow
* refactor: do not watch file system for changes
* feat: add deletion confirmation dialog
* feat: add form factor resolution for dyanmic layout
* feat: trigger rebuild only when plugins are loaded
* feat: make all methods static
* chore: remove TODO comment, requires further design
* chore: move models to subfolder
* fix: references to plugin service instance
* fix: rebase errors
* fix: more rebasing errors
* feat: remove multiple themes from one plugin
* refactor: use pattern to resolve widget in settings_appearance_view
* refactor: remove commented code
* feat: add translations
* fix: import error
* refactor: separate concerns a bit more
* fix: bug in toJson serialization code
* feat: add package to use represent memory files
* fix: analyzer warnings
* chore: add translation
* chore: remove unused exceptions
* chore: use join
* chore: add documentation
* feat: add tests on theme
* fix: fix scripts for macOS
* feat: use appFlowyDocumentDirectory
* fix: remove unused import
* fix: imports
* feat: allow plugin service to be passed
* fix: theme tests
* feat: separate themes by built-in and plugin
* fix: rebase change name of appFlowyDocumentDirectory
* chore: add test to check that initial state falls back to initial theme
* chore: theme upload preview widget
* chore: rename to brightness setting
* refactor: appearance for settings appearance view
* feat: change show dialog api and use it
* fix: handle plugin compilation exception when incorrect format supplied
* fix: style of theme upload
* fix: always change state so that ui updates
* chore: style of loading widget
* fix: analyzer errors
* feat: add learn more button to documentation
---------
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-07-03 22:07:11 +08:00
Nathan.fooo
453be8352a
chore: add ref ( #2927 )
2023-07-03 11:14:45 +08:00
Kilu.He
452d7eb6d0
feat: support image block ( #2912 )
2023-07-03 10:04:40 +08:00
Nathan.fooo
f0d5f51703
fix: windows integration test ( #2917 )
...
* fix:windows integration test
* fix: load asset
* fix: windows test
* fix: test
* test: refactor the folder test
---------
Co-authored-by: vedon <vedon.fu@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-02 23:37:30 +08:00
Lucas.Xu
2c513be305
chore: bump version 0.2.5 ( #2924 )
2023-07-02 15:15:57 +08:00
Lucas.Xu
11d05b303d
feat: support inserting local image ( #2913 )
2023-07-02 11:46:45 +08:00
Richard Shiue
c870dbeac4
test: add more cover integration tests ( #2922 )
2023-07-01 23:13:09 +08:00
Richard Shiue
3acd36e580
test: fix calendar integration test #2919 ( #2920 )
...
* test: fix calendar integration test #2919
* chore: update frontend/appflowy_flutter/integration_test/database_calendar_test.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* test: fix date cell test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-01 20:29:49 +08:00
Aman Negi
95d4fb6865
feat: add outline block ( #2750 )
2023-06-29 20:28:30 +08:00
Muhammad Rizwan
30b52a29fd
feat: support Inline page reference #2196 ( #2898 )
2023-06-29 10:04:24 +08:00
Richard Shiue
a17d6b7eec
test: fix integration test ( #2906 )
...
* test: fix calendar integration test
* test: add comment for workaround
2023-06-28 22:11:50 +08:00
Kilu.He
18ed553296
feat: support equation block ( #2903 )
2023-06-28 12:39:04 +08:00
Richard Shiue
7f74fd6149
refactor: cover node widget code ( #2899 )
...
* chore: change initial cover type's name to none
* chore: refactor cover node widget
* chore: use a constant instead of magic value
* fix: make the size of icon hover effect smaller
* chore: improve appearance of selected color
* test: add cover integration tests
* fix: inner ring of selected color in dark mode
* refactor: cover node to document header node
* test: simplify tests
* chore: rename files
2023-06-27 15:17:51 +08:00
LainHE
a3e09f6021
chore: update language zh-CN ( #2900 )
2023-06-27 11:11:09 +08:00
Kilu.He
5e0a0f92ff
feat: support text equation ( #2876 )
2023-06-27 10:44:06 +08:00
Alex Wallen
2a2b5fe246
[feat] Add actions to error widget. ( #2865 )
...
* chore: rebase error?
* fix: revert changes in Cargo.toml
* feat: add actions row
2023-06-27 09:55:10 +08:00
rmri
f914e7aa33
chore: Update hu-HU.json ( #2837 )
...
Fixed typos and added missing items in Hungarian translation.
2023-06-27 09:54:46 +08:00
Alex Wallen
386d3f2ba7
feat github redirect ( #2867 )
...
* feat: add GitHub to question bubble
* feat: translate to feedback
2023-06-27 09:53:38 +08:00
Nathan.fooo
88faa0f02a
feat: using cached view ( #2877 )
2023-06-23 23:19:34 +08:00
Lucas.Xu
f3d6c66f5c
chore: bump version 0.2.4 ( #2890 )
2023-06-23 15:36:44 +08:00
Lucas.Xu
d665153a9f
fix: 0.2.3 known issues ( #2886 )
...
* fix: option menu position
* fix: rename helps highlight the text for the user
* fix: export as markdown file name invalid
* chore: align the emoji in callout
* fix: leave more space in the editor
* fix: 0.2.3 known issues
* chore: add flutter pub get in flutter.toml
2023-06-23 10:54:35 +08:00
Askarbek Zadauly
eee32110f4
feat: nested views
...
* chore: remove folder code merge page and folder into navitem component
* chore: test fix
* fix: nav item expand fix
* fix: unfold page and active page
* fix: nav item click area fix
* chore: remove old components
* chore: remove old code
* chore: cell controller reorganize
* chore: nav item optimizations
* fix: add async queue to fix data problem
* chore: change semantics of new folder button
* chore: move row methods to database controller
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-06-23 10:17:50 +08:00
Richard Shiue
9834eccc7b
fix: remove icon button not working in popover ( #2885 )
2023-06-23 10:01:06 +08:00
Richard Shiue
bef7fe87aa
test: add more calendar integration tests ( #2883 )
...
* test: make sure that the row details page opens
* test: add more calendar tests
2023-06-22 23:40:49 +08:00
Lucas.Xu
feceb430cf
chore: optimize CI ( #2875 )
2023-06-22 21:22:46 +08:00
Nathan.fooo
a29c8ab27a
fix: cell focus issue on windows ( #2880 )
...
* fix: cell focus issue on windows
* fix: try to fix
* fix: cell focus not working on Windows platform there are multiple text cells
* docs: add documentation
* chore: adjust row detail page ui
* test: add test
* test: fix test
---------
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-06-22 20:16:31 +08:00
Nathan.fooo
f1bfcb6066
feat: only allow one windows instance ( #2879 )
...
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-06-22 13:25:01 +08:00
Richard Shiue
99cfda0a5c
test: more integration tests ( #2871 )
...
* test: date cell integration tests
* test: single/multi-select integration tests
2023-06-21 22:53:49 +08:00
Lucas.Xu
9bd629aaef
fix: undo redo for the transforming block will raise an error ( #2869 )
...
* fix: undo redo for the transforming block will raise an error
* test: add golden for editing document
* test: add undo redo test
2023-06-21 19:53:29 +08:00
Nathan.fooo
d302f6b3fb
chore: adjust ui ( #2872 )
2023-06-21 19:47:30 +08:00
Nathan.fooo
5595649f53
chore: add database sort integration test ( #2866 )
...
* chore: add sort test
* chore: add tests
* chore: update tests
* fix: switch folder test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-21 19:10:16 +08:00
Nathan.fooo
7de17ab0b8
chore: bump version 0.2.3 ( #2864 )
...
* chore: bump version 0.2.3
* chore: update version in pubspec
2023-06-21 15:13:36 +08:00
Nathan.fooo
13ff38756f
feat: put all user data into a folder when choosing a custom storage path ( #2861 )
2023-06-21 12:15:32 +08:00
Lucas.Xu
197e5b3a79
feat: upgrade editor version to latest 0.1.4
2023-06-21 11:36:50 +08:00
Alex Wallen
5cced92646
[feat] make error widget sexy ( #2825 )
...
* feat: add translations
* feat: style error page
* chore: update api usage
* feat: add GitHub redirect
* chore: rebase error?
* chore: remove todo comment
* chore: remove impossible code
* fix: update url launcher invocation
* chore: use new api
* fix: analyzer errors
* fix: revert changes in Cargo.toml
2023-06-21 10:03:39 +08:00
Nathan.fooo
e50d708c21
feat: create database view on same database ( #2829 )
...
* feat: create database view on same database
* feat: switch tag between views
* fix: calendar tool bar
* fix: set layout setting
* chore: update collab rev
* fix: board layout issue
* test: add integration tests
* test: add calendar start from day test
2023-06-20 23:48:34 +08:00
Nathan.fooo
79fc7c4cfe
fix: import markdown file ( #2841 )
2023-06-19 21:20:53 +08:00
Kilu.He
202cd90711
fix: build tauri app failed in macOS ( #2828 )
2023-06-17 22:02:03 +08:00
Kilu.He
177f7c4fa3
Support document multiple instance and change doc_id from String to &str ( #2808 )
...
* fix: support multiple document
* fix: change the doc_id params to ref
* fix: function to converge subscription state
* fix: mousedown behavior update
* fix: turn to textblock when the enter pressed in empty block
* fix: support cut
* fix: emoji caret
* fix: support slash arrow key
* fix: eslint padding-line-between-statements
* fix: add comment
* fix: block side menu bugs
* fix: support key event to select block menu option
* fix: support side menu arrow key
* fix: optimizate selectOptionByUpDown
* fix: format
2023-06-17 14:25:30 +08:00
Daniil Golubev
8a8915c662
chore: update russian localization ( #2787 )
...
* feat(locale): add missing lines
* feat(locale): update russian translations
2023-06-16 15:33:48 +08:00
Richard Shiue
efc857d752
chore: some ui improvements ( #2791 )
...
* chore: some ui improvements
* fix: integration test
* feat: language selector on welcome page (#2796 )
* feat: add language selector on welcome page
* feat: add hover effect and refactor layout
* test: add basic languge selector testing
* chore: increate place holder width
* fix: add catch error for setLocale and finish the testing
* chore: update comment
* feat: refactor the skip login in page and add tests
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: row document (#2792 )
* chore: create orphan view handler
* feat: save icon url and cover url in view
* feat: implement emoji picker UI
* chore: config ui
* chore: config ui again
* chore: replace RowPB with RowMetaPB to exposing more row information
* fix: compile error
* feat: show emoji in row
* chore: update
* test: insert emoji test
* test: add update emoji test
* test: add remove emoji test
* test: add create field tests
* test: add create row and delete row integration tests
* test: add create row from row menu
* test: document in row detail page
* test: delete, duplicate row in row detail page
* test: check the row count displayed in grid page
* test: rename existing field in grid page
* test: update field type of exisiting field in grid page
* test: delete field test
* test: add duplicate field test
* test: add hide field test
* test: add edit text cell test
* test: add insert text to text cell test
* test: add edit number cell test
* test: add edit multiple number cells
* test: add edit checkbox cell test
* feat: integrate editor into database row
* test: add edit create time and last edit time cell test
* test: add edit date cell by selecting a date test
* chore: remove unused code
* chore: update checklist bg color
* test: add update database layout test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* test: fix test
* test: add create select option test
---------
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-16 15:32:28 +08:00
Nathan.fooo
14dee6b797
test: filter integration ( #2821 )
...
* test: add checklist filter test
* fix: widget reference to invalid databaseController
* fix: SelectOptionFilterList doesn't expand to fill the CustomScrollView
* test: add single select and multi-select filter test
* ci: set protoc version
2023-06-16 14:32:32 +08:00
Lucas.Xu
63eee8b415
chore: retry codecov
2023-06-16 13:32:24 +08:00
Nathan.fooo
d96a1d8bd4
test: import database integration ( #2803 )
...
* feat: support importing database raw data
* feat: verify import database test
* test: fix test
* ci: update integration test ci config
* ci: codecov with os flag
* ci: update docker command
* ci: update docker command
* ci: update docker command
* ci: update docker command
* test: add filter test
2023-06-15 22:43:07 +08:00
Lucas.Xu
430325c731
chore: bump version 0.2.2 ( #2804 )
2023-06-15 18:55:21 +08:00
Lucas.Xu
d5884ad2b5
fix: unable insert a reference database ( #2798 )
...
* fix: unable insert a reference database
* test: add reference database tests
* feat: set min height for document inside database
2023-06-15 16:33:44 +08:00
Kilu.He
95f8b2e9a4
chore: create redo/undo bridge ( #2760 )
...
* chore: create redo/undo bridge
* chore: update test
* chore: review update
* chore: review update
* chore: react redo/undo
* chore: review update
* chore: add test
* chore: review update
* chore: generate document id
* chore: update undo/redo
* chore: update cargo lock
2023-06-15 10:37:51 +08:00
Nathan.fooo
27dd719aa8
feat: row document ( #2792 )
...
* chore: create orphan view handler
* feat: save icon url and cover url in view
* feat: implement emoji picker UI
* chore: config ui
* chore: config ui again
* chore: replace RowPB with RowMetaPB to exposing more row information
* fix: compile error
* feat: show emoji in row
* chore: update
* test: insert emoji test
* test: add update emoji test
* test: add remove emoji test
* test: add create field tests
* test: add create row and delete row integration tests
* test: add create row from row menu
* test: document in row detail page
* test: delete, duplicate row in row detail page
* test: check the row count displayed in grid page
* test: rename existing field in grid page
* test: update field type of exisiting field in grid page
* test: delete field test
* test: add duplicate field test
* test: add hide field test
* test: add edit text cell test
* test: add insert text to text cell test
* test: add edit number cell test
* test: add edit multiple number cells
* test: add edit checkbox cell test
* feat: integrate editor into database row
* test: add edit create time and last edit time cell test
* test: add edit date cell by selecting a date test
* chore: remove unused code
* chore: update checklist bg color
* test: add update database layout test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-14 22:16:33 +08:00
Yijing Huang
b8983e4466
feat: language selector on welcome page ( #2796 )
...
* feat: add language selector on welcome page
* feat: add hover effect and refactor layout
* test: add basic languge selector testing
* chore: increate place holder width
* fix: add catch error for setLocale and finish the testing
* chore: update comment
* feat: refactor the skip login in page and add tests
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-14 19:14:41 +08:00
Kilu.He
00c0934df6
Support text block add link
( #2730 )
...
* feat: support text block href attribute
* fix: double click didn't select range
* fix: link update
* chore: ts lint
* chore: add new line
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* chore: update get word indices function
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-13 15:59:18 +08:00
Lucas.Xu
aca3c90eb3
chore: optimize the integration test UI
2023-06-12 21:53:39 +08:00
Lucas.Xu
8b4d1868e5
test: add integration test
2023-06-12 20:13:25 +08:00
Lucas.Xu
5bcf48a4f9
fix: the markdown file name doesn't update after renaming the document ( #2777 )
...
* fix: the markdown file name doesn't update after renaming the document
* test: add integration test
2023-06-12 14:29:09 +08:00
Lucas.Xu
335861706e
feat: support importing multiple md files all at once ( #2778 )
2023-06-12 14:27:38 +08:00
Nathan.fooo
4f5672c2af
refactor: create view interface ( #2772 )
...
* refactor: create view interface
* chore: update doc
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-12 12:57:01 +08:00
Lucas.Xu
b5d9a73194
chore: bump version 0.2.1 ( #2762 )
2023-06-11 17:02:09 +08:00
Nathan.fooo
619d82f115
chore: bump up collab ref ( #2764 )
2023-06-11 16:24:41 +08:00
Lucas.Xu
d5887b0a12
chore: enable codecov action ( #2741 )
...
* chore: enable codecov action
* test: fix integration test
* test: fix switch_folder_test
2023-06-11 14:19:44 +08:00
Nathan.fooo
c7f73551c7
fix: update database layout in document ( #2757 )
...
* fix: update database layout in document
* feat: create or ref calendar
* Update frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/calendar/calendar_menu_item.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* fix: stop listen
* feat: remove the redundant database view files
* chore: rename the grid state
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-11 08:49:10 +08:00
Lucas.Xu
ed04e247ba
fix: the share markdown feature doesn't work in 0.2.0 ( #2756 )
...
* chore: bump version 0.2.0
* fix: the share markdown feature doesn't work in 0.2.0
* test: add integration test for share button
2023-06-10 22:38:25 +08:00
Nathan.fooo
2ecd0a67ad
feat: hide url cell accessory when the content is empty ( #2754 )
2023-06-10 15:48:56 +08:00
Nathan.fooo
4ce94a9ceb
fix: adding vertical padding for progress bar ( #2753 )
2023-06-10 14:57:52 +08:00
Nathan.fooo
d4e39389d2
fix: show calendar layout ( #2752 )
2023-06-10 13:23:29 +08:00
Nathan.fooo
ab5a3dae3c
chore: upgrade rust version to 1.70 ( #2749 )
...
* chore: upgrade rust version to 1.70
* ci: fix wanrings
* ci: fix clippy warings
2023-06-09 22:23:07 +08:00
Nathan.fooo
133ac72317
ci: fix docker ci ( #2745 )
...
* ci: fix permission
2023-06-09 19:48:16 +08:00
Nathan.fooo
e9be37a961
test: add database event tests ( #2744 )
...
* chore: add tests
* test: add tests
* test: add tests
2023-06-09 18:57:29 +08:00
chirag paneliya
0f9f5251f2
feat: added enter icon in add field. ( #2707 )
...
* [FR] Added Enter Icon In Add Field.
* Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* fix : missing trailing comma and code enhancement.
* chore: format code
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-08 21:07:41 +08:00
Lucas.Xu
02b7149514
fix: can't input url in Grid ( #2737 )
...
* fix: launch url in url cell
* fix: can't input url in Grid
* feat: support selecting or deselecting all items in export page
* fix: remove the circle shape
* fix: light mode toolbar color
* chore: update language and adjust the launch page
2023-06-08 15:46:33 +08:00
Nathan.fooo
37547a6485
chore: bump up collab ( #2740 )
...
* chore: update collab version
* chore: log the error when open collab db
* chore: add log
2023-06-08 14:20:31 +08:00
Nathan.fooo
6e27d551d9
chore: bump up collab version ( #2736 )
2023-06-08 12:20:18 +08:00
Kilu.He
d02b8c609b
Copy and paste appflowy editor data ( #2714 )
...
* feat: copy and paste appflowy editor data
* fix: review suggestion
2023-06-08 12:17:00 +08:00
Lucas.Xu
f86a98cd51
fix: add cover image using url issue ( #2733 )
...
* fix: add cover image using url issue
* chore: update editor
2023-06-08 08:34:11 +08:00
Nathan.fooo
3e3bdb59ae
chore: update workspace id from nanoid to uuid ( #2731 )
...
* chore: update workspace id
* ci: enable RUST_BACKTRACE
* chore: update patch
2023-06-07 22:27:13 +08:00
Yatendra Kumar
95d620931f
feat: added analysis options + formatted complete code ( #2725 )
...
* feat: added analysis options + formatted complete code
* fix: formatted code
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-07 16:25:37 +08:00
Lucas.Xu
cb7bb390e6
chore: update editor 1.0.0 ( #2727 )
...
* chore: update editor version 1.0.0
* chore: enable integration test on develop branch
* chore: disable flutter integration test
2023-06-07 15:04:32 +08:00
Nathan.fooo
ce8cee5637
test: add databaase event test ( #2728 )
...
* test: add tests and fix modify primary field bug
* test: add more test
* fix: tauri buiuld
* chore: disable share link button
2023-06-07 14:52:35 +08:00
nathan
1b56538a2f
feat: update folder snapshot config
2023-06-07 14:33:12 +08:00
Mathias Mogensen
b1729ab3eb
fix: add new row issue ( #2723 )
...
* fix: add new row issue
* fix: remove redundant dispose
* fix: review comments
* chore: remove the unused anmaition key
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-07 12:56:02 +08:00
chirag paneliya
bfe6c8074a
fix: http:// prefix issue fix ( #2719 )
2023-06-07 07:57:12 +08:00
Nathan.fooo
381d2e6c71
fix: reorder view when sibling view was deleted ( #2724 )
...
* fix: reorder view when sibling view was deleted
* ci: fix test
* ci: rust fmt
2023-06-07 00:05:27 +08:00
Lucas.Xu
e3eee76609
feat: support align and upgrade appflowy_editor ( #2712 )
...
* feat: support align and upgrade appflowy_editor
* chore: try to fix linux analyze error
* fix: error after inserting callout block
* feat: add inline board / grid plugin
* feat: refactor insert_page
* fix: ref view in document
* chore: add asset name and description to option align type
* fix: linux flutter analyze
* chore: disable file export and log
* fix: the window always back to center after relaunching
* fix: potential data lost in nested list
* feat: re-design login page
* fix: can't remove background color
* chore: rename bundle id and change the macos app to non sandbox app
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-06 17:19:53 +08:00
Nathan.fooo
e96bea0de5
chore: auto focus checklist editing ( #2720 )
2023-06-06 17:15:33 +08:00
Nathan.fooo
bf121623ae
feat: save snapshot to sqlite db ( #2718 )
...
* chore: snapshot
* chore: impl sqlite snapshot
* feat: snapshot config
* feat: update patch
* ci: fix tauri ci
* ci: add cache path
* chore: save snapshot
* chore: update patch
* ci: fix s fmt
2023-06-06 16:03:29 +08:00
Nathan.fooo
f2dd58a4f1
chore: remove unused sqlite table ( #2704 )
...
* chore: remove unused sqlite table
* ci: fix tests
2023-06-05 18:30:14 +08:00
Nathan.fooo
e24a8aabeb
chore: implement import csv ui ( #2710 )
...
* chore: implement import csv ui
* feat: support importing CSV
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-05 18:29:52 +08:00
Askarbek Zadauly
6a43dd871d
Fix/tauri board events ( #2678 )
...
* chore: focus name input on field edit
* fix: remove random id for duplicated view
* fix: use alias for imports
* fix: folder, grid, board bugs
* chore: remove log
* fix: update options list on add
* chore: close on delete option
* chore: show and hide field
* chore: add field with specific type
* chore: small cleanup
* fix: create view on another folder and views notifier reorganize
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-06-05 16:48:34 +08:00
Nathan.fooo
4f2585baed
test: Folder event test ( #2709 )
...
* test: add event tests
* test: add folder event test
* ci: rust fmt
2023-06-05 16:09:18 +08:00
Lucas.Xu
80a273edae
fix: create document ( #2701 )
...
* fix: create a new document
* fix: the banner don't show after deleteing the page
* fix: inserting a divider through the slash menu the cursor should stay active in the next line
* fix: the overlay doesn't dismiss after selecting a page
* fix: typo
* fix: delete the page in document if it has been deleted
* chore: l10n
* chore: rename events
* ci: rm install_diesel in ci
* fix: cover color not working
* ci: fix tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-05 13:10:14 +08:00
Nathan.fooo
a50c940282
feat: delete the view from the db when the view is deleted ( #2703 )
2023-06-05 09:42:11 +08:00
Nathan.fooo
bec8122178
fix: disable edit primary field ( #2695 )
...
* refactor: field editor
* chore: disable edit type option of primary field
2023-06-04 09:28:13 +08:00
Nathan.fooo
edd58ede45
refactor: updated at and created at ( #2692 )
...
* refactor: updated at and created at
* chore: update patch ref
* ci: fix tests
2023-06-03 23:35:55 +08:00
Lucas.Xu
561d0f0808
feat: public the json to document data pb api ( #2694 )
...
* feat: public the json to document data pb api
* test: add test for convert_data_to_document_internal
* chore: apply review suggestion
* chore: update folder path
2023-06-03 20:43:46 +08:00
Lucas.Xu
ee52bf4b0e
fix: create build in document ( #2687 )
...
* feat: support create multiple level views
* refactor: rm document data wrapper
* chore: add docs
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-03 13:55:43 +08:00
Nathan.fooo
4fa39f298c
fix: ref view in document ( #2685 )
...
* fix: remove set ref view in document as the current view
* ci: fix tests
* ci: fix tauri build
2023-06-03 13:40:12 +08:00
chirag paneliya
5994cc135f
fix: update ar language not found issue. ( #2599 )
2023-06-03 12:36:05 +08:00
Nathan.fooo
265177e444
feat: hide ref database view ( #2682 )
2023-06-02 12:04:14 +08:00
Nathan.fooo
82dcd4b99e
feat: save csv data to local file ( #2681 )
2023-06-02 12:02:47 +08:00
Kilu.He
8cee792b94
Refactor text block delta and across block selection ( #2671 )
...
* fix: add block menu comment
* refactor: separation of abstract delta and editor, and optimization across block selections
2023-06-02 10:05:38 +08:00
Nathan.fooo
33e0f8d26d
feat: switch database layout ( #2677 )
...
* chore: rename update at and create at
* chore: support switching view layout
* chore: implement ui
* chore: update layout type
* refactor: board/calendar/grid setting button
* chore: update UI after switch to other layout type
* fix: no date display in calendar
* chore: update patch
* chore: fix create ref view in document
* chore: fix flutter analyze
* ci: warnings
* chore: rename board and grid keys
* fix: calendar row event update
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-01 20:23:27 +08:00
Lucas.Xu
2ef72f3203
feat: load the readme file when first time launch ( #2676 )
...
* chore: bump version 0.2.0
* test: add migration test
* feat: support exporting document data to afdoc format (#2610 )
* feat: support exporting document data to afdoc format
* feat: export database
* fix: resolve comment issues
* fix: add error tips when exporting files failed
---------
Co-authored-by: nathan <nathan@appflowy.io>
* feat: rename delta
* feat: add built-in readme
* fix: use independent children id
* fix: comment typo
* chore: add icons
* fix: floating toolbar style
* fix: markdown export test
* chore: disbale moveup/movedown action
* fix: unit test
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-01 20:18:40 +08:00
Nathan.fooo
012b6c0066
feat: cloud storage test ( #2663 )
...
* chore: show default user name
* chore: update
* feat: change collab storage type after auth type changed
* chore: reload folder
* chore: initial the group controller if need
* chore: update patch
* chore: update patch ref
2023-05-31 17:42:14 +08:00
Nathan.fooo
09d61c79c9
chore: rename update at and create at ( #2672 )
2023-05-31 17:34:41 +08:00
Richard Shiue
80f08d4bec
feat: drag and drop events to reschedule ( #2558 )
...
* chore: send DateCellDataPB instead of timestamp
* chore: separate event card into own widget
* chore: add hover effect to event card itself
* feat: draggable event cards
* feat: drag target WIP
* chore: revert "chore: send DateCellDataPB instead of timestamp"
This reverts commit 1faaf21c6a50ac67da70ddf3bcfa8278ca5963d4.
* chore: remove timezone from date cell data
* fix : #2498 open calendar event faster
* chore: remove unused timezone
* feat: implement logic for rescheduling events
* fix: reschedule doesn't show up on UI
* fix: reorganize gesture detection layering
* fix: layout fix
* test: fix date single sort test
* chore: remove unused chrono-tz
* chore: add hint to unscheduled event popover
* chore: apply suggestions to 3 files
* fix : #2569 fix overflow
* chore: add timezone data to DateTypeOption
* test: make date tests run on Etc/UTC timezone
* chore: fix clippy warnings
* fix: use the right get db function
* chore: code cleanup
* test: run tests in utc
* test: fix tests
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-31 16:52:37 +08:00
Nathan.fooo
188b36cae6
feat: import cvs from file ( #2667 )
...
* refactor: import file
* chore: fix tarui build
2023-05-31 14:08:54 +08:00
Nathan.fooo
2247fa8edb
chore: add default text when adding a new field ( #2664 )
2023-05-30 17:11:16 +08:00
Daniyar Nurmukhamet
acc1d779c5
feature: changed url field ux to be directly editable ( #2523 )
...
* feature: changed url field ux to be directly editable
* feature: added link svg icon
2023-05-30 15:27:26 +08:00
Lucas.Xu
dac4bd88e0
feat: Implement window size settings saving ( #2648 )
...
This commit addresses the feature request to save the window size settings.
The application will now remember the user's preferred window size, allowing
for a more personalized and seamless user experience.
Fixes : #2544
Co-authored-by: Akarsh Jain <akarsh.jain.790@gmail.com>
2023-05-30 11:06:23 +08:00
Nathan.fooo
65a910291b
fix: disable edit update or create field ( #2657 )
...
* feat: enable hide the grid property in row detail page
* feat: disable update the updatedAt or createdAt cell
2023-05-30 10:43:19 +08:00
Nathan.fooo
f0c440dcad
feat: enable hide the grid property in row detail page ( #2656 )
2023-05-30 10:30:32 +08:00
Nathan.fooo
107662dceb
feat: checklist improve ( #2653 )
...
* feat: improve checklist
* feat: reimplement checklist
* test: fix
2023-05-30 09:41:33 +08:00
Lucas.Xu
dc73df4203
chore: update editor version ( #2654 )
...
* fix: revert remove action container space in mobile
* fix: setup the background color of the slash menu when clicking the add button
* fix : #2634 Visual bug in divider between main editor area and top area
* fix: v0.2 bugs
* feat: implement auto scroll when selection updated
* chore: update intl
2023-05-30 07:55:58 +08:00
chirag paneliya
57389d1fdd
fix: color not show issue when change cover photo color. ( #2624 )
...
* fixe: color not show issue when change cover photo color.
* fix:added missing a required comma. and toColor() extension
2023-05-29 22:08:56 +08:00
Nathan.fooo
6bbdc7ceff
refactor: group event ( #2640 )
...
* refactor: group event
* fix: tauri build
2023-05-28 22:54:03 +08:00
Nathan.fooo
75d40b79d0
fix: some bugs ( #2639 )
...
* fix: invalid index when insert row
* fix: auto fill 0 in front of number start with .
* fix : #2591
* chore: split the update at and create at test
* chore: fix tauri build
2023-05-28 16:14:25 +08:00
Mathias Mogensen
cdfb634aa6
chore: upgrade flutter to 3.10.1 ( #2619 )
...
* chore: upgrade flutter and dart
* ci: upgrade flutter in cicd
* fix: remove textstyle_extensions from flowy_infra
* ci: upgrade flutter in cicd
* fix: update flutter.toml
* fix: deprecations and ffi
* fix: move json_annotation to dependencies
Must have accidentally moved it to dev_dependencies when upgrading dependencies
* fix: update editor ref and use fold
* chore: try with generate true
2023-05-28 12:09:39 +08:00
Nathan.fooo
45d0d41830
chore: import history database ( #2638 )
2023-05-27 21:29:18 +08:00
Askarbek Zadauly
6935653e15
chore: Edit Row changes ( #2564 )
...
* chore: checklist value and popup
* chore: properties side panel
* chore: reorganize checklist field
* chore: delete property promt
* chore: delete property reorganize
* fix: dnd bug of checklist field
* fix: whitespace on empty fields
* chore: new checklist item
* fix: duplicate view
* fix: named checklist bars
* chore: checklist padding
* fix: onclick
* chore: change to nullish coalescing operator
* chore: remove empty string from use translation
* fix: add missing translations
* chore: refactor select option and checklist field editors
2023-05-27 21:12:14 +08:00
Mohammad Zolfaghari
9a213fa562
feat: created at and updated at field type ( #2572 )
...
* feat: created at and updated at field type
* style: context for rust asserts, change checks in flutter
* fix: mistake in if condition
* style: add comma end of array
* feat: created at and updated at field type
* fix: typo in const variable
* style: cargo fmt
* refactor: opti cell insert
* chore: remove redundant clone
* refactor: date type option
* fix: tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-26 18:34:17 +08:00
Lucas.Xu
386182e295
fix: slash menu background color ( #2616 )
2023-05-26 09:52:47 +08:00
Nathan.fooo
70bb7f2ad6
Feat: import and export csv ( #2617 )
...
* feat: import csv
* feat: export
* chore: implement import export csv in the backend
* chore: patch
2023-05-25 23:22:23 +08:00
Lucas.Xu
2746666123
feat: optimzie the hover block action ( #2607 )
...
* feat: optimzie the hover block action
* fix: duplicate view CI error
2023-05-24 10:45:28 +08:00
Nathan.fooo
65cc2040e5
fix: view name update ( #2606 )
...
* fix: update the view name
* fix: pass invalid view id
2023-05-24 08:57:58 +08:00
Nathan.fooo
056e2d49d0
feat: integrate postgres storage ( #2604 )
...
* chore: env config
* chore: get user workspace
* feat: enable postgres storage
* chore: add new env
* chore: add set env ffi
* chore: pass env before backend init
* chore: update
* fix: ci tests
* chore: commit the generate env file
* chore: remove unused import
2023-05-23 23:55:21 +08:00
Lucas.Xu
51a7954af7
fix: always open the readme file ( #2603 )
2023-05-23 19:55:43 +08:00
Lucas.Xu
74ff6772db
feat: support import document from v0.1.x ( #2601 )
2023-05-23 19:42:53 +08:00
Lucas.Xu
ffff628359
feat: document migration from 0.1.x to 0.2.0 ( #2583 )
...
* chore: migrate the rewrite feature
* chore: rename flowy-document
* feat: add initial_data interface
* chore: rename the document event
* fix: font name error
* fix: export page UI issues
* feat: implement editor migration 0.1.x -> 0.2.0
* feat: support import old json
* fix: nested list error
* chore: update pubspec
2023-05-23 16:13:12 +08:00
Mathias Mogensen
f8d09e4894
fix: select all in code block handler ( #2538 )
...
* fix: select all in code block handler
Closes : #2320
* fix: do not force unwrap in toDocument
* fix: refactor unwrapping and selection
2023-05-22 10:54:08 +08:00
Kilu.He
b41b212b0d
Support block toolbar ( #2566 )
...
* feat: support block toolbar in left side
* fix: export delete and duplicate
* feat: slash menu
2023-05-22 09:33:37 +08:00
Nathan.fooo
ca7777e891
fix: implement move row in backend ( #2575 )
2023-05-21 22:47:08 +08:00
Lucas.Xu
d842f228e8
feat: Integrate supabase ( #2551 )
...
* feat: integrate supabase auth service
* chore: ignore the sercet
* feat: separate and inject the auth service
* chore: integrate auth service into sign in/up page
* feat: integrate github and google sign in
* chore: update user trait
* feat: box any params in UserCloudService trait
* feat: add flowy-server crate
* refactor: user trait
* docs: doc ThirdPartyAuthPB
* feat: server provider
* feat: pass the uuid to rust side
* feat: pass supabase config to rust side
* feat: integrate env file
* feat: implement login as guest
* feat: impl postgrest
* test: use env
* chore: upper case key
* feat: optimize the file storage
* fix: don't call set auth when user login in local
* docs: add docs
* feat: create/update/get user using postgrest
* feat: optimize the login as guest
* feat: create user workspace
* feat: create user default workspace
* feat: redesign the setting path location page
* feat: use uuid as view id
* feat: send auth info to rust backend
* fix: sign up
* fix: skip to wrong page after login
* fix: integrate test error
* fix: indent command error
* feat: add discord login in type
* fix: flutter analyze
* ci: fix rust tests
* ci: fix tauri build
* ci: fix tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-21 18:53:59 +08:00
Nathan.fooo
5cc8340e05
chore: Merge main 521 ( #2574 )
...
* chore: merge main branch
* chore: remove document plugins
* chore: add color generator
* ci: tests
2023-05-21 15:08:50 +08:00
Nathan.fooo
eaa1dcdeb9
chore: refresh UI after deleting all sorts ( #2573 )
...
* chore: disable snapshot for now
* chore: notify the fronted to refresh after deleting all the sorts
2023-05-21 12:08:14 +08:00
Nathan.fooo
6c31cf9555
fix: number sort ( #2570 )
...
* chore: remove sign
* fix: sort number
* chore: update patch
* ci: fix dart test
* chore: fmt
2023-05-21 11:13:22 +08:00
Richard Shiue
bb681bdd1e
refactor: clean up code ( #2550 )
2023-05-19 18:28:13 +08:00
Kilu.He
f23c6098a7
Support to show text action toolbar when the selection exists and the range is not collapsed ( #2525 )
...
* feat: support text action menu
* fix: selection bugs
* fix: review suggestions
* fix: ci tsc failed
2023-05-19 14:56:43 +08:00
Nathan.fooo
f04d64a191
feat: config ( #2552 )
...
* feat: save project config
* feat: implement dart key value store
2023-05-17 16:33:44 +08:00
Lucas.Xu
d01afab96e
feat: optimize startup task and integrate supabase
2023-05-17 13:54:26 +08:00
Nathan.fooo
19ee0ea44d
refactor: kv ( #2548 )
...
* refactor: kv
* Update frontend/rust-lib/flowy-sqlite/src/kv/kv.rs
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-05-17 12:46:48 +08:00
Lucas.Xu
623f182bba
feat: add toggle list and integrate add block button ( #2547 )
2023-05-17 11:02:55 +08:00
Nathan.fooo
bc66f43f47
Refactor: delete unused crates ( #2543 )
...
* refactor: delete user model
* refactor: delete user model crate
* refactor: rm flowy-server-sync crate
* refactor: rm flowy-database and flowy-folder
* refactor: rm folder-model
* refactor: rm database model
* refactor: rm flowy-sync
* refactor: rm document-model
* refactor: rm flowy-document
* refactor: rm flowy-client-sync
* refactor: rm ws-model
* refactor: rm flowy-revisoin
* refactor: rm revision-model
* refactor: rm flowy-folder
* refactor: rm flowy-client-ws
* refactor: move crates
* chore: move configuration file
* ci: fix tauri build'
* ci: fix flutter build
* ci: rust test script
* ci: tauri pnpm version conflict
* ci: tauri build
2023-05-17 09:49:39 +08:00
Lucas.Xu
2202326278
feat: integrate new editor ( #2536 )
...
* feat: update editor
* feat: integrate new editor
* feat: integrate the document2 into folder2
* feat: integrate the new editor
* chore: cargo fix
* chore: active document feature for flowy-error
* feat: convert the editor action to collab action
* feat: migrate the grid and board
* feat: migrate the callout block
* feat: migrate the divider
* chore: migrate the callout and math equation
* feat: migrate the code block
* feat: add shift + enter command in code block
* feat: support tab and shift+tab in code block
* fix: cursor error after inserting divider
* feat: migrate the grid and board
* feat: migrate the emoji picker
* feat: migrate openai
* feat: integrate floating toolbar
* feat: migrate the smart editor
* feat: migrate the cover
* feat: add option block action
* chore: implement block selection and delete option
* feat: support background color
* feat: dismiss color picker afer setting color
* feat: migrate the cover block
* feat: resize the font
* chore: cutomsize the padding
* chore: wrap the option button with ignore widget
* feat: customize the heading style
* chore: optimize the divider line height
* fix: the option button can't dismiss
* ci: rust test
* chore: flutter analyze
* fix: code block selection
* fix: dismiss the emoji picker after selecting one
* chore: optimize the transaction adapter
* fix: can't save the new content
* feat: show export page when some errors happen
* feat: implement get_view_data for document
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-16 14:58:24 +08:00
Kilu.He
99c48f7100
Support range selection and refactor data update mechanism and optimize outdent/indent operations ( #2514 )
...
* refactor: simplify data update logic and optimize outdent/indent operations
* feat: support range selection
* fix: review suggestions
2023-05-16 10:54:40 +08:00
Nathan.fooo
f9862c501c
chore: fix typo ( #2540 )
2023-05-16 08:53:09 +08:00
Nathan.fooo
6dcf69f151
chore: build collab with appflowy collab builder ( #2537 )
2023-05-15 22:16:05 +08:00
Richard Shiue
a978b29748
chore: merge remote-tracking branch 'main' into develop ( #2530 )
...
* feat: show unscheduled events in calendar toolbar (#2411 )
* refactor: use same show row detail function
* fix: adjust popover offset
* feat: show unscheduled events in toolbar
* chore: apply suggestions from Xazin
* refactor: refactor list item into separate widget
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
* fix: default include time (#2444 )
* fix: default include time
* chore: clarify logic and add comments
* chore: bump version 0.1.4 (#2455 )
* chore: Update README.md
Update product screenshots
* fix: wrong day of week (#2468 )
* feat: select which properties to show in calendar (#2482 )
* feat: improve sidebar item dragged appearance (#2471 )
* fix: show delete icon for document icon properly (#2475 )
* feat: add hover effect on an event card (#2487 )
* chore: delete unncessary openCard method in RowCardContainer
* chore: delete unnessary code and add comment
* chore: update editor v0.1.12 and format the readme (#2489 )
* fix: number sort (#2507 )
* bump version 0.1.5 (#2506 )
* chore: bump version 0.1.5
* fix: could not trigger slash menu after inserting an emoji
* Revert "feat: add hover effect on an event card (#2487 )"
This reverts commit f0a4b4b77d
.
* feat: add hover effect on an event card
* fix : #2469 duplicated cover
* chore: update changelog.md (#2510 )
* chore: Update README.md
Add a screenshot of the calendar view
* fix: some regressions
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Annie <anqi.annie.wang@gmail.com>
Co-authored-by: Yijing Huang <hyj891204@gmail.com>
2023-05-15 11:18:08 +08:00
Nathan.fooo
17a0a79379
fix: tests ( #2516 )
2023-05-15 10:56:01 +08:00
Kilu.He
37345578c1
fix: rectangular selection ( #2480 )
2023-05-12 08:24:24 +08:00
Nathan.fooo
a2b592a59b
fix: number sort ( #2508 )
2023-05-11 18:35:51 +08:00
Nathan.fooo
2a35787dd1
Feat/rename views ( #2495 )
...
* refactor: rename belongings to child views
* test: fix test
2023-05-10 19:43:32 +08:00
Kilu.He
bc723f8d0f
chore: update node version to 18.16.0 and update pnpm version to 8.5.0 ( #2492 )
2023-05-10 17:21:41 +08:00
Kilu.He
dad0419da0
feat: support code block ( #2464 )
2023-05-10 15:53:30 +08:00
Nathan.fooo
a9c06632ad
ci: tauri build ( #2485 )
...
* ci: tauri build
* ci: tauri build
* chore: update appflowy-collab version
* ci: fix build
* ci: tauri with pnpm
* ci: fix build
* ci: comment out includetime
* chore: add the --quiet option (to only output errors and not warnings) to the configuration file
* ci: enable linux platform
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-05-10 13:27:50 +08:00
Richard Shiue
376f2d887d
feat: rewrite date logic ( #2390 )
...
* chore: remove unused fields
* chore: rewrite date logic
* chore: apply suggestions from Alex
* chore: add space in date format
* chore: re-add error handling in apply-changeset
2023-05-09 22:37:20 +08:00
Kilu.He
ba8cbe170c
Support divider block and callout block ( #2457 )
...
* feat: divider block
* feat: callout block
2023-05-08 10:31:35 +08:00
nathan
96c058db9b
chore: fix compile
2023-05-08 10:30:24 +08:00
Kilu.He
12151d1f3b
feat: support toggle list ( #2456 )
2023-05-05 10:13:39 +08:00
Kilu.He
e2ced6524f
Feat/number list block ( #2453 )
...
* feat: support bulleted list block
* feat: support number list block
2023-05-04 17:20:23 +08:00
nathan
ad99998d33
chore: Merge branch 'main' into develop
2023-05-04 13:34:55 +08:00
Kilu.He
cf97c8ba9c
Support block config ( #2419 )
...
* fix: refactor block config
2023-05-04 11:24:35 +08:00
Richard Shiue
7aac4bc90b
fix: adjust layout setting string ( #2423 )
2023-05-04 10:04:24 +08:00
Richard Shiue
8f41a1023c
fix: tests after change in friendly date format ( #2449 )
2023-05-03 19:57:33 +08:00
Nathan.fooo
5e2b090f46
fix: number format ( #2443 )
...
* fix: number format
* chore: disable some tests that relate to timezone
* fix: tests
2023-05-03 18:00:58 +08:00
Nathan.fooo
1f187a3917
fix: number format ( #2445 )
2023-05-03 16:47:02 +08:00
Bienvenu Parfait
d65a56151b
feat: Date format ( #2414 )
...
* build: fetch update from upstream
* fix: date format
* style: remove log package
* style: remove unused import
* chore: remove whitespace changes
* chore: remove whitespace changes
* chore: remove whitespace changes
---------
Co-authored-by: parfait kouassi <parfait@gmail.com>
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
2023-05-03 16:27:56 +08:00
Lucas.Xu
c672a2a8ba
fix: hover color for change icon button ( #2447 )
2023-05-03 16:18:05 +08:00
Nathan.fooo
75262c0683
Fix/calendar event update ( #2442 )
...
* fix: update event pos on calendar
* fix: replace text field id with date field id
2023-05-03 15:47:09 +08:00
Mihir
39b1ff0910
feat: insert below and replace in smart-edit highlights text ( #2107 )
...
* feat: insert below and replace in smart-edit highlights text
* test: added integration tests to validate insert below and replace in smart-edit highlights text
* refactor: using get_it to inject OpenAiRepository to inject mock repo in test
* fix: delete node does not propagate non null selection
* refactor: suggested changes and fixed bugs causing warning in github-ci
* fix: integration tests causing error in github-ci
* refactor: reverting redundant changes due to recent changes in repo
* refactor: reverting redundant changes due to recent changes in repo
* refactor: refactoring to workspace based integration testing.
* refactor: reverting redundant changes due to recent changes in repo
* chore: fix analysis issues
* chore: fix analysis issues
* chore: remove the unnecessary conversion
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-05-03 15:43:11 +08:00
alceil
f9095cfc64
feat: AI - improve writing ( #2257 )
...
* feat: AI - Improve writing
* fix: new line in result
* formatted code
2023-05-03 15:29:36 +08:00
Destiny Saturday
9e3ad1a6be
feat: sync name on change (AppFlowy-IO#2033) ( #2065 )
2023-05-03 15:29:17 +08:00
GitStart
473eb8bcbe
feat: Only show the change cover button and delete button when it's hovering. ( #2145 )
...
* feat: Only show the change cover button and delete button when it's hovering.
* feat: Only show the change cover button and delete button when it's hovering
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2023-05-03 15:22:16 +08:00
Kilu.He
76b94e363e
Support quote block ( #2415 )
...
* feat: support quote block
* fix: database ts error
2023-05-03 14:54:07 +08:00
Akarsh Jain
2e18c020bc
fix: font size for Numbers property value on calendar. ( #2435 )
...
* fix: font size for Numbers property value on calendar.
* fix: card style
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-03 14:43:50 +08:00
Richard Shiue
c320f6ef8a
fix: local time ( #2436 )
...
* feat: use user local timezone
* fix: suggestion for date logic
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-03 13:05:10 +08:00
Nathan.fooo
8cacfb1d07
feat: use user local timezone ( #2407 )
2023-05-03 11:50:02 +08:00
Kilu.He
7db36e3f1e
feat: checkbox block ( #2413 )
2023-05-03 11:18:25 +08:00
Richard Shiue
c4ff1a6290
feat: double click day cell to create event ( #2424 )
2023-05-03 10:14:12 +08:00
Richard Shiue
a48fca159f
feat: show title in row detail page ( #2433 )
2023-05-03 10:13:33 +08:00
Richard Shiue
95bc325e85
fix: text overflow on time in event card ( #2434 )
2023-05-03 10:11:16 +08:00
Nathan.fooo
93d787a9ae
Fix: flutter test ( #2421 )
...
* fix: tauri compile
* ci: update
* fix: flutter test
2023-05-02 17:10:35 +08:00
Richard Shiue
d5b70c842b
fix: sort the events in each day cell by time ( #2412 )
...
* fix: sort the events in each day cell by time
* fix: reorder issue in calendar day
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-02 13:44:52 +08:00
Yijing Huang
545e57448a
fix: UI issues in dark mode ( #2344 )
...
* fix: date cell UI issue #2301
* chore: update font size toggle button hover effect
* chore: update more button background
* chore: update NumberTypeOptionWidge hover style
* chore: improve the hover color in _SelectOptionColorCell
* chore: update User setting UI
* fix: delete unused file
* fix: remove the hover effect when delete button is disable
2023-05-02 10:18:51 +08:00
Akarsh Jain
c6cd10dfcf
fix: hover state issue in icon picker for dark mode workspace name. ( #2395 )
2023-05-01 08:05:44 -10:00
Kilu.He
f5b23e5fc1
feat: Support heading block ( #2376 )
...
* feat: support transform heading block according to markdown
* fix: folder scroll
2023-05-01 15:40:56 +08:00
Daniil Golubev
4be98fdba0
feat: update ru-RU localization ( #2397 )
2023-05-01 11:28:13 +08:00
Richard Shiue
df4a5ca059
fix: calendar ui adjustments ( #2398 )
2023-05-01 11:26:57 +08:00
Richard Shiue
77d58a81fd
chore: grid row page detail redesign ( #2351 )
...
* chore: grid row page detail update
* chore: update row_detail.dart
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
* chore: more adaptive and code cleanup
* feat: duplicate row
* feat: duplicate calendar event
* fix: ci
* feat: show other options
* fix: show include time
* fix: add key in RowCard to avoid incorrect data when open the row page
---------
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-04-30 20:50:24 +08:00
Askarbek Zadauly
55cb7acc7f
feat: tauri kanban fixes ( #2273 )
...
* chore: group cards count
* chore: delete board card
* chore: date time format read and update
* fix: move field
* fix: dnd fields
* chore: number format popup
* chore: refactor date options
* chore: replace button in DateFormatPopup with PopupItem
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-04-30 17:01:25 +08:00
Richard Shiue
ac07c259f1
fix : #2028 auto enter edit mode for text field. ( #2096 )" ( #2337 )
...
This reverts commit 5afdb5de35
.
2023-04-29 16:35:45 +08:00
Richard Shiue
cd1202d3dc
feat: open the event details page when a new one is create ( #2388 )
...
* style: code style improvement
* chore: open cal event details page upon creation
2023-04-29 16:32:29 +08:00
Richard Shiue
28f22e4d61
fix: calendar dark mode UI fixes ( #2353 )
...
* chore: calendar dark mode UI fixes
* chore: bump calendar_view package version
* chore: adjust padding
2023-04-29 16:25:43 +08:00
Nathan.fooo
2838cd5e0c
Feat/tauri build ( #2378 )
...
* fix: tauri compile
* ci: update
2023-04-28 20:47:40 +08:00
qinluhe
070ac051b1
fix: support up/down/left/right keyboard event to move cursor ( #2365 )
2023-04-28 17:08:58 +08:00
Nathan.fooo
32bd0ffca2
feat: migrate flowy-database ( #2373 )
...
* feat: add flowy-database2
* chore: config type option data
* chore: impl type option
* feat: config group
* fix: group compile
* feat: add sort
* chore: setting
* chore: insert with specific type
* chore: custom group
* chore: rename any map
* chore: use group setting
* chore: update
* chore: open database event
* chore: update database editor
* chore: update
* chore: update view editor
* chore: update
* chore: update view editor
* chore: sort feat
* chore: update handler
* chore: update
* chore: config handler event
* feat: impl handlers
* feat: impl handlers
* chore: layout setting
* feat: impl handlers
* chore: remove flowy-folder ref
* chore: integrate flowy-database2
* feat: get cell
* chore: create database with data
* chore: create view
* chore: fix dart compile
* fix: some bugs
* chore: update
* chore: merge develop
* chore: fix warning
* chore: integrate rocksdb
* fix: rocksdb compile errros
* fix: update cell
* chore: update the bundle identifier
* fix: create row
* fix: switch to field
* fix: duplicate grid
* test: migrate tests
* test: migrate tests
* test: update test
* test: migrate tests
* chore: add patch
2023-04-28 14:08:53 +08:00
GitStart
2b1b1c0f28
fix: distorted/shrunken emojis in Callout option in theDocument page ( #2361 )
2023-04-27 11:17:40 -10:00
qinluhe
243f062d4f
feat: support to break wrap the text block when triggering shift+enter ( #2360 )
...
* fix: make TextBlock's keydown event code easier to maintain
* fix: support to break wrap the text block
2023-04-27 15:39:16 +08:00
Mohamed DevOps
c8f7401470
chore: add Arabic translation ( #2348 )
...
* add arabic translation
* add arabic locale
* add arabic translation
* Update ar-SA.json
* Update ar-SA.json
2023-04-27 13:41:26 +08:00
Yijing Huang
37ba5d8e43
fix: fix icon hover color in dark mode ( #2356 )
...
* fix: File and Trash icons brightness in dark mode.
Fixes : #2298
* chore: update hover color in file location
* feat: add foregroundColorOnHover in HoverStyle
* feat: add iconColorOnHover in FlowyIconButton
* chore: update trash page UI
---------
Co-authored-by: Akarsh Jain <akarsh.jain.790@gmail.com>
2023-04-26 17:27:07 -10:00
qinluhe
a0efd206a9
fix: modify some eslint rule ( #2359 )
2023-04-27 10:53:22 +08:00
qinluhe
9717dfa3c4
fix: refactor match change code ( #2352 )
2023-04-26 13:14:38 +08:00
GitStart
857cd9ff55
fix: Use consistent path separators for workspace folder location in settings menu ( #2349 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2023-04-25 20:02:04 +08:00
qinluhe
eb78f9d36a
fix: make it unidirectional data flow by listening to document updates ( #2347 )
2023-04-25 19:10:08 +08:00
qinluhe
1ad2f6cef5
fix: set cursor after operation ( #2343 )
2023-04-25 15:52:57 +08:00
Yijing Huang
fccd6135f7
feat: change the UI of language selector ( #2317 )
...
* feat: change the UI of language selector
* chore: clean up code
* chore: delete unnecessary code and clean up
2023-04-25 10:20:10 +08:00
qinluhe
973cd9194d
feat: Support ui update when receive doc changes ( #2270 )
...
* fix: add method
* fix: update text block and doc title
* fix: support ui update when receive doc changes
* fix: modify the subscribe change
* chore: add test for document manager
* chore: add test for document manager
* chore: add insert and update test for document manager
* fix: load document data
* fix: add update page block test
* fix: try fix again
* fix: node can not rerender when the node data change
* fix: it should cover all content when the text delta updated
* fix: add insert and delete operation in left menu
* fix: put the UI Actions in async thunks
* fix: remove log
* fix: split text block
* fix: review code
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: nathan <nathan@appflowy.io>
2023-04-24 14:25:00 +08:00
Richard Shiue
aaa3eb9041
fix: remove padding on popovers of newly-created fields ( #2268 )
2023-04-24 10:22:09 +08:00
Richard Shiue
9e47603360
fix : #2102 hide include time setting in date field options ( #2266 )
2023-04-24 10:21:32 +08:00
Annie
71bff8f864
feat: add a new entry to the question bubble ( #2334 )
2023-04-24 09:53:00 +08:00
Shubham Rawat
2af2621b49
feat: add url validation in cell_editor ( #2287 )
...
* feat: add url validation in cell_editor
* fix: url validation in cell editor
* feat: add UriFailure in url_validator
2023-04-23 17:26:27 +08:00
nathan
a604c0f238
chore: bump version
2023-04-22 13:13:06 +08:00
Nathan.fooo
d3363aba0f
Fix/0.1.3 ( #2319 )
...
* fix: duplicate document
* fix: number cell data parser
2023-04-22 11:57:35 +08:00
Yijing Huang
d804e3ed6d
feat: editor theme improvement ( #2307 )
...
* chore: make editor style adapt to theme data and add toolbar color
* chore: link to local path
* chore: add pop up menu style
* chore: link to editor main branch
* chore: reset editor path
* chore: upgrade appflowy_editor
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-04-21 19:26:55 +08:00
Nathan.fooo
0068c7e731
fix: compile errors ( #2310 )
2023-04-21 17:02:26 +08:00
Yijing Huang
40e266f5ce
chore: update UIs in document and move plugins out of package ( #2289 )
...
* chore: move plugins out of package
* chore: update cover image picker style
* chore: update math equation style
* chore: rename barrel file
* chore: add LocaleKeys
2023-04-19 12:56:02 -10:00
Lucas.Xu
c009347735
Merge remote-tracking branch 'origin/main' into develop
...
# Conflicts:
# frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart
# frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart
# frontend/appflowy_flutter/lib/plugins/trash/application/trash_bloc.dart
# frontend/appflowy_flutter/lib/plugins/trash/application/trash_service.dart
# frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart
# frontend/appflowy_flutter/lib/workspace/application/app/app_service.dart
# frontend/appflowy_flutter/lib/workspace/application/menu/menu_bloc.dart
# frontend/appflowy_flutter/lib/workspace/application/workspace/workspace_service.dart
# frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/filter/filter_util.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/grid_bloc_test.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart
# frontend/appflowy_flutter/test/bloc_test/home_test/view_bloc_test.dart
# frontend/rust-lib/flowy-database/src/services/database/database_editor.rs
# frontend/rust-lib/flowy-database/src/services/persistence/migration/database_view_migration.rs
2023-04-18 19:06:21 +08:00
Yijing Huang
782d01274d
feat: Improve dark mode in document page ( #2254 )
...
* chore: update page icon hover color
* chore: update remove icon hover color
* chore: update emoji picker style
* chore: update ai writer dialog button style
* chore: update Dropdown menu item style in code block
* chore: update callout tint color name
* chore: add null assertion in emoji popover
2023-04-18 14:42:12 +08:00
Aman Negi
45d3a74103
fix: Replace dark mode logo ( #2269 )
...
- Replaced `flowy_logo_dark_mode.svg` because it does not work as
expected.
2023-04-18 09:46:46 +08:00
Daniil Golubev
bead00cbae
feat: update ru-RU localization ( #2274 )
2023-04-18 09:44:56 +08:00
qinluhe
07947db98b
feat: split create document and open document ( #2261 )
...
* fix: add method
* fix: update text block and doc title
2023-04-17 10:12:04 +08:00
Nils Jacobsen
d5ccc20e04
feat: add inlang to make the contribution of translations easier ( #2262 )
...
* feat: add inlang.config.js
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
---------
Co-authored-by: NilsJacobsen <>
2023-04-17 09:56:15 +08:00
Samiksha Garg
43a8335fd4
fix: seperating env for mac test depending upon archs ( #2265 )
2023-04-17 09:19:55 +08:00
Lucas.Xu
3b1152615a
chore: add tracing to document2 ( #2263 )
2023-04-14 20:14:47 +08:00
Yijing Huang
b451303156
fix: multiple UI issues ( #2249 )
...
* fix: put original borderRadius back to FieldCellButton
* chore: remove the border of card when it is in dark mode
* chore: update NavigatorTextFieldDialog style and organize Insets
* chore: delete unnecessary nullable field
2023-04-14 13:21:10 +08:00
qinluhe
4582413e89
fix: modify blocks pb
2023-04-14 09:23:22 +08:00
GouravShDev
01ced3bdc0
[Fix] delete cover image document update ( #2224 )
...
* fix: reset cover on deleting selected cover image
* feat: add alert dialog on delete
* fix: update cover image list when file not found
* fix: missing const in change cover popup
* fix: added dialog string in translation file
* fix: analytical issue in changeCoverPopover
* fix: added trailing commas in change_cover_popover
2023-04-13 20:21:15 +08:00
qinluhe
9ed5bfa51e
fix: delete useless files
2023-04-13 19:41:31 +08:00
Lucas.Xu
ec89e9517b
feat: init flowy document 2 ( #2248 )
...
* feat: init flowy document 2
* feat: convert inner document to document PB
* feat: integrate colla document into Flutter
* feat: integrate colla document into tauri
* fix: cargo clippy
2023-04-13 18:53:51 +08:00
qinluhe
c7eb490db4
Merge pull request #2230 from Ascarbek/feat/tauri-grid
...
Feat: tauri grid
2023-04-13 10:55:07 +08:00
Nathan.fooo
92f980347f
fix: duplicate view with setting ( #2252 )
2023-04-12 23:32:31 +08:00
Nathan.fooo
5d542394d8
fix: can not create a card in the right date. disable utc setting ( #2251 )
2023-04-12 21:09:50 +08:00
Richard Shiue
2205b12af2
fix: calendar UI fixes ( #2060 )
...
* chore: add some comments and improve readability
* chore: add a border to the event cards
* fix: improve scrollbar appearance
* fix: remove unused import
* style: code readability
---------
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
2023-04-11 14:58:07 -10:00
ascarbek
125eaf49a9
refactor: color item
2023-04-11 22:10:28 +06:00
Lucas.Xu
ce4e4f2276
fix: sometimes build error in macOS x86_64 ( #2234 )
2023-04-11 21:19:37 +08:00
ascarbek
73c4a33191
fix: separate icons page
2023-04-11 16:37:21 +06:00
Mikias Tilahun Abebe
68bfa0b9cd
fix: remove try catch for global error boundary
2023-04-11 11:03:18 +03:00
qinluhe
d42084f242
Merge branch 'develop' of github.com:AppFlowy-IO/AppFlowy into refactor-tauri-document
2023-04-11 10:45:11 +08:00
qinluhe
886766c887
refactor: document controller
2023-04-11 10:35:47 +08:00
JP
662d11b3b1
Fix the app's Dockerfile and comment it ( #2162 )
...
* chore: fix the app's Dockerfile and comment it
* chore: test docker-compose on CI
2023-04-11 10:26:04 +08:00
Yijing Huang
1cbedb3277
feat: Improve dark mode in board page ( #2193 )
...
* chore: update board UI in dark mode
1. Update BoardSettingList&BoardToolbar UI
2. Update item detail dailogue UI
* chore: update URL cell UI
* chore: update checkList pop up UI and shadow color
* chore: fix flutter analyze issue
* chore: update URL popup textfield and change new property text
* chore: Update NumberTypeOptionWidget and options title UI
* chore: make color value more readable
* chore: flutter analyze
* chore: update sort button style
2023-04-11 10:18:36 +08:00
Mikias Tilahun Abebe
37a6b54e82
feat/implement error boundary
2023-04-10 18:24:08 +03:00
Nathan.fooo
341dce67d4
test: add tauri format test ( #2229 )
2023-04-10 22:50:00 +08:00
Samiksha Garg
28ae193002
feat: added day/month/year format ( #2189 )
2023-04-10 00:46:07 -10:00
Lucas.Xu
aac5c2a4da
feat: add require_trailing_commas to analysis_options.ymal. ( #2227 )
2023-04-10 15:10:42 +08:00
ascarbek
43cafdd524
fix: change to url error
2023-04-09 21:15:29 +06:00
ascarbek
2d85afe168
chore: HOC popup window
2023-04-09 20:13:53 +06:00
ascarbek
44585079b6
chore: import reorganize and edit option on grid
2023-04-09 18:38:18 +06:00
Mike Abebe
a33fc3dd60
feat/implement field options edit and change field option type functionality
2023-04-09 14:34:32 +03:00
Aman Negi
4d56b42b83
fix: Generalized Color Format ( #2221 )
2023-04-08 21:28:35 -10:00
ascarbek
e3b7864a91
chore: edit option name and color
2023-04-07 22:03:40 +06:00
ascarbek
6bbf6873d6
chore: edit cell options wip
2023-04-07 21:02:04 +06:00
Mike Abebe
bc9b1a5c33
fix: change grid type import
2023-04-07 14:51:16 +03:00
ascarbek
8b68b1390c
Merge branch 'feat/tauri-kanban-fixes' into feat/tauri-grid
2023-04-07 17:39:18 +06:00
ascarbek
915494761a
chore: close on esc
2023-04-07 17:25:04 +06:00
ascarbek
e467481b75
chore: group popup
2023-04-07 16:52:34 +06:00
ascarbek
c3a7f94cb3
chore: board toolbar
2023-04-07 16:22:11 +06:00
Lucas.Xu
ad68e61025
feat: #2209 remove the appflowy_editor from AppFlowy repo ( #2211 )
2023-04-07 10:31:37 +08:00
Alex Wallen
ae2146f427
[feat] add theme for snackbar ( #2194 )
...
* feat: add default snackbar theme
* fix: since FlowyText overrides textTheme, supply color to widget
2023-04-06 16:15:02 -10:00
ascarbek
033a231b67
chore: board title and show icons on design page
2023-04-06 15:38:50 +06:00
ascarbek
d2b0f7e6b0
chore: imports optimise
2023-04-06 14:46:49 +06:00
Yijing Huang
72dac29b80
fix: fix nested path ( #2204 )
2023-04-05 17:39:29 -05:00
Alex Wallen
70d5d8fc45
fix: analyzer warnings
2023-04-05 10:48:07 -10:00
ascarbek
0c211188f0
Merge branch 'upstream-develop' into feat/tauri-kanban-fixes
2023-04-05 21:35:20 +06:00
Mike Abebe
4f08654fc3
feat/add new field functionality done
2023-04-05 17:25:07 +03:00
Mike Abebe
db1184ff0d
feat/add row functionality done
2023-04-05 17:13:52 +03:00
Mike Abebe
764ec73e94
feat/integrate number to grid
2023-04-05 16:56:59 +03:00
Mike Abebe
4d5a3ee13d
feat/integrate url to grid
2023-04-05 16:07:15 +03:00
ascarbek
034d4d9bf4
chore: return database rows on open
2023-04-04 17:23:15 +06:00
ascarbek
ed977868cf
Merge branch 'feat/tauri-move-fields' into feat/tauri-grid
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/DatePickerPopup.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditCellWrapper.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditCheckboxCell.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditRow.tsx
# frontend/appflowy_tauri/src/appflowy_app/components/board/BoardCell.tsx
# frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_bd_svc.ts
# frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_controller.ts
2023-04-04 17:16:05 +06:00
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
nathan
b8ade5af12
chore: Merge branch 'main' into develop
2023-04-04 14:40:13 +08:00
Mike Abebe
da45531801
feat/show edit popup on expand icon click
2023-04-04 09:23:21 +03:00