Richard Shiue
eb54cf99d4
fix: calendar event editor field name overflow ( #3877 )
2023-11-06 13:03:32 +08:00
Mathias Mogensen
b35d6131d4
feat: inline page reference ( #3859 )
...
* feat: more methods of inserting page reference
* test: add tests for inserting document reference
* chore: remove unused import
* chore: update editor ref
* tests: fix test with an interim solution
2023-11-03 21:30:24 +01:00
Yijing Huang
bc502c9c5b
chore: improve share button text color ( #3868 )
2023-11-03 12:09:12 -07:00
Lucas.Xu
c34a7a92fb
feat: support customizing page icon ( #3849 )
...
* chore: don't use cache when building release package
* feat: refactor icon widget design
* feat: sync the emoji between page and view
* feat: use cache to store the emoji data to prevent reloading
* feat: customize the emoji item builder
* feat: add i18n and shuffle emoji button
* fix: integration test
* feat: replace emoji picker in Grid and slash menu
* feat: support adding icon on mobile platform
* feat: support adding and removing icon on mobile
* test: add integration tests
2023-11-02 15:24:17 +08:00
Mathias Mogensen
54dbcb7c5e
fix: link to page dialog offset ( #3840 )
2023-10-31 20:11:32 +01:00
Mathias Mogensen
d358e18f33
fix: add card at the beginning ( #3835 )
2023-10-30 17:34:37 +01:00
Richard Shiue
7f4e7e6aa0
chore: bump af board ver ( #3825 )
...
* chore: bump af board ver
* fix: select card cell popover opening
2023-10-30 10:13:47 +08:00
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
Lucas.Xu
a2f2cdebb7
feat: set the default font family to Poppins on mobile ( #3810 )
2023-10-27 15:19:37 +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
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
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
e66087861b
feat: insert date from slash menu ( #3783 )
2023-10-25 19:31:21 +02: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
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
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
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
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
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
Shreesh Nautiyal
8e5b6b6e27
fix: the horizontal scrollbar disappearing in grid view ( #3751 )
2023-10-23 10:30:47 +08:00
Richard Shiue
1793a28cbc
fix: calendar event card not displaying as intended ( #3731 )
2023-10-19 18:19:50 +08:00
Mathias Mogensen
966547faa0
fix: reminder launch review ( #3716 )
2023-10-17 14:48:58 +08: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
Lucas.Xu
7406c5e6a5
feat: add toggle list and callout node parser ( #3700 )
2023-10-16 10:09:33 +08:00
Yijing Huang
8699c9c125
fix: lemonade theme issues ( #3686 )
2023-10-15 22:12:25 +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
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
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
Lucas.Xu
8e10cba8e5
feat: support toggling the markdown style by shortcuts ( #3674 )
2023-10-11 23:12:23 +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
Lucas.Xu
d4bc575c03
fix: image block issues ( #3637 )
2023-10-07 13:45:38 +08: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
Lucas.Xu
36f47f3636
feat: image block revamp ( #3615 )
2023-10-05 10:40:41 +08:00