Lucas.Xu
412f34c72a
feat: add ... button in mobile toolbar ( #3970 )
...
* feat: add ... button in mobile toolbar
* fix: the title state should be reset when canceling
* fix: reset hover status after picking emoji
* fix: some emojis missing on linux and android
* fix: unable to press enter key to rename page
2023-11-22 10:49:22 +08:00
Richard Shiue
16467e9c13
chore: improve mobile grid page ( #3939 )
...
* chore: more typo
* chore: improve appearance of mobile grid page
* fix: focus problems with editable grid cells
* chore: apply suggestions from Mathias
* revert: the dragged header looks ugly
* chore: more suggestions from Mathias
* chore: more tarbars
* fix: scrollbar padding is a bit off
* chore: add launch tasks and fix android debug
* chore: more mobile grid improvement
* fix: initial attempt to fix cell focus bug
* chore: fix grid cell lazy loading
* chore: fix cell focus problems
* chore: update same changes to desktop
* fix: revert accessory changes due to regression
* chore: new database view name i18n
* chore: add mobile tab bar header
* fix: fiz zuh eentuhgrashun tastes
* chore: rudimentary grid header
* style: code style stuffz
* chore: restore android standard lib
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-21 22:54:09 +08:00
Yijing Huang
acc951c5eb
feat: mobile card detail screen ( #3935 )
...
* feat: add CardDetailScreen and CardPropertyEditScreen
- add basic UI layout for these two screens
- add MobileTextCell as the GridCellWidget adapts to mobile
* feat: add MobileNumberCell and MobileTimestampCell
* feat: Add MobileDateCell and MobileCheckboxCell
- Add MobileDateCellEditScreen
- Add dateStr and endDateStr in DateCellCalendarState
* feat: add MobileFieldTypeOptionEditor
- Add placeholder for different TypeOptionMobileWidgetBuilders
- Add _MobileSwitchFieldButton
* feat: add property delete feature in CardPropertyEditScreen
* fix: fix VisibilitySwitch didn't update
* feat: add MobileCreateRowFieldScreen
- Refactor MobileFieldEditor to used in CardPropertyEditScreen and MobileCreateRowFieldScreen
- Add MobileCreateRowFieldScreen
* chore: localization and improve spacing
* feat: add TimestampTypeOptionMobileWidget
- Refactor TimeFormatListTile to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody
- Add IncludeTimeSwitch to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody
* feat: add checkbox and DateTypeOptionMobileWidget
* chore: improve UI
* chore: improve spacing
* fix: fix end time shown issue
* fix: minor issues
* fix: flutter analyze
* chore: delete unused TextEditingController
* fix: prevent group field from deleting
* feat: add NumberTypeOptionMobileWidget
* chore: rename and clean code
* chore: clean code
* chore: extract class
* chore: refactor reorder cells
* chore: improve super.key
* chore: refactor MobileFieldTypeList
* chore: reorginize code
* chore: remove unused import file
* chore: clean code
* chore: add commas due to flutter upgrade
* feat: add MobileURLCell
* fix: close keyboard when user tap outside of textfield
* chore: update go_router version
* fix: add missing GridCellStyle
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-20 22:56:21 -07:00
Nathan.fooo
b9ecc7ceb6
chore: add custom folder prompt ( #3961 )
...
* chore: add custom folder prompt
* chore: zip collab db
* chore: fix test
* chore: add test
* chore: fmt
* chore: fmt
* chore: fmt
2023-11-20 20:54:47 +08:00
Lucas.Xu
6f83f41c2d
refactor: use dependency injection to adapt the theme on mobile. ( #3957 )
2023-11-20 10:35:13 +08:00
Nathan.fooo
8179419f8b
feat: show server url ( #3956 )
...
* chore: data folder for cloud
* chore: display server url
* chore: fix test
2023-11-17 15:38:56 +08:00
Richard Shiue
19d9e7717c
chore: use page icon instead of document icon ( #3952 )
2023-11-17 13:52:33 +08:00
Lucas.Xu
31e9a0b4ea
feat: adjust code block, outline block on mobile ( #3940 )
...
* fix: missing delete cover button on mobile
* fix: ensure last node is an empty paragraph
* feat: adjust code block
* feat: adjust code block on mobile
* feat: adjust outline on mobile
* fix: appimage builder issues
* fix: view title issues
* fix: integration tests
2023-11-15 16:04:18 +08:00
Lucas.Xu
6a9866b9d2
chore: upgrade flutter to 3.13.9 ( #3936 )
2023-11-14 22:33:07 +08:00
Richard Shiue
4992f9c281
chore: fix-typo ( #3934 )
2023-11-14 15:41:44 +08:00
Richard Shiue
a63a7ea611
feat: hidden kanban groups ( #3907 )
...
* feat: hide/unhide ui
* chore: implement collapsible side bar and adjust group header (#2 )
* refactor: hidden columns into own file
* chore: adjust new group button position
* fix: flowy icon buton secondary color bleed
* chore: some UI adjustments
* fix: some regressions
* chore: proper group is_visible fetching
* chore: use a bloc to manage hidden groups
* fix: hiding groups not working
* chore: implement hidden group popups
* chore: proper ungrouped item column management
* chore: remove ungrouped items button
* chore: flowy hover build
* fix: clean up code
* test: integration tests
* fix: not null promise on null value
* fix: hide and unhide multiple groups
* chore: i18n and code review
* chore: missed review
* fix: rust-lib-test
* fix: dont completely remove flowyiconhovercolor
* chore: apply suggest
* fix: number of rows inside hidden groups not updating properly
* fix: hidden groups disappearing after collapse
* fix: hidden group title alignment
* fix: insert newly unhidden groups into the correct position
* chore: adjust padding all around
* feat: reorder hidden groups
* chore: adjust padding
* chore: collapse hidden groups section persist
* chore: no status group at beginning
* fix: hiding groups when grouping with other types
* chore: disable rename groups that arent supported
* chore: update appflowy board ref
* chore: better naming
* test: fix tests
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2023-11-13 16:14:31 +08:00
Lucas.Xu
251c6d22b2
fix: 0.3.8 known issues ( #3912 )
...
* fix: add a left padding to align the document and grid field
* fix: emoji picker in the slash menu is too small
* fix: replace the delete icon color with black
* fix: improve snackbar background color
* fix: cannot add new line after toggle list
* feat: set ⭐ as the default icon of getting started
* fix: the titlebar overflows when the title level is too deep
* fix: integration test
* fix: openAI hint text overflow
* fix: integration tests
2023-11-13 12:00:03 +08:00
Lucas.Xu
9586ea0e6f
feat: display the titles of a view's ancestors and the view's title on the title bar. ( #3898 )
...
* feat: add no pages inside tips
* feat: show view's ancestors (include itself) title on bar
* feat: show view's ancestors (include itself) title on bar
* test: add integration tests
* fix: integration tests
2023-11-09 13:11:13 +08:00
Lucas.Xu
afc6473582
feat: adjust toggle list, callout, quote and divider on mobile ( #3894 )
...
* feat: adjust toggle list block
* feat: show block actions when tapping divider
* feat: add toggle list and callout to toolbar
* feat: refactor the emoji picker button
* fix: toggle list integration tests
2023-11-08 21:10:29 +08:00
Lucas.Xu
8116ea1dba
feat: adjust math_equation block and image block on mobile platform ( #3890 )
...
* feat: add image toolbar entry
* feat: add ... buttos on math_equation and image block
* fix: review issues
* feat: add copy link and save image to gallery
* feat: support redo / undo on mobile toolbar
2023-11-07 15:24:32 +08:00
Nathan.fooo
1025b6d553
fix: af cloud sync auth ( #3873 )
...
* feat: open workspace
* chore: update env docs
* fix: invalid user callback
* fix: token invalid
* chore: update
* chore: update
* chore: update
* chore: fix test
* chore: fix tauri build
2023-11-05 14:00:24 +08:00
Mathias Mogensen
a93d325e6a
fix: notification actions lemonade darkmode ( #3862 )
2023-11-02 17:17:30 +01: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
Nathan.fooo
3e088d48ac
refactor: fav and workspace ( #3837 )
...
* refactor: workspace
* chore: update collab rev
* test: add data migration test
* fix: test
* fix: tauri build
* test: fix bloc test
* test: fix bloc test
* test: fix bloc test
* chore: restore magic codde
2023-11-01 11:45:35 +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
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
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
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
cceee80799
fix: anon user error ( #3772 )
...
* fix: anon user error
* ci: fix tests
2023-10-24 23:13:51 +08:00
Mathias Mogensen
cd6e133c86
fix: notification settings initial state ( #3763 )
2023-10-23 14:51:59 +02:00
Lucas.Xu
d51c7f382f
feat: implement personal / favorites folder on the mobile platform ( #3723 )
2023-10-23 18:35:07 +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
7406c5e6a5
feat: add toggle list and callout node parser ( #3700 )
2023-10-16 10:09:33 +08:00
Richard Shiue
b2c80981cc
fix: build app ( #3681 )
2023-10-11 22:46:32 -07: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
Richard Shiue
4f40945458
fix: integration tests ( #3673 )
...
* fix: fix integration tests
* fix: initiate isScreenSmall properly
2023-10-11 20:36:10 +08:00
Mathias Mogensen
f0d47ee50c
fix: esc to close date picker dialog ( #3648 )
2023-10-11 05:49:32 +02: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
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
Mathias Mogensen
92523321f1
fix: notification button delayed tooltip ( #3635 )
2023-10-06 09:29:36 +02: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
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
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