Richard Shiue
0fd0483302
fix: various grid ui issues ( #6182 )
...
* fix: delete field confirmation dialog only closes top most popover
* fix: prioritize single-line checklist items
* chore: wrap text toggle persist
* test: update integration tests
* chore: delete conflicting outputs on freezed
* chore: slightly make field editor faster
* chore: use standard dialog componet
* chore: enable multiline checklist tasks on mobile
* chore: Update frontend/appflowy_flutter/lib/plugins/database/application/field/field_editor_bloc.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: code cleanup
* fix: create field from row detail and add test
* chore: allow opening related database from editor
* test: integration test flake
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-09-05 13:54:50 +08:00
Mathias Mogensen
009c2ed402
feat: media type option ( #6090 )
...
* feat: media type option
* feat: rename files + more media types
* feat: add basic style for cards on desktop
* test: add media
* chore: clippy
* feat: row detail ux improvement
* feat: show all media attachments as one count on card
* chore: localization
* fix: overlay issue + disable filter for option
* test: add base integration test
* test: add pumpAndSettle
* chore: update collab revision
* feat: mobile grid & board styling
* fix: clippy
* fix: grid reorder rows bug
* fix: style discrepancy
* chore: clippy
* chore: code cleanup
2024-09-05 06:03:58 +02:00
Lucas.Xu
08e2be367c
feat: optimize error page in database row page and remove unused code ( #6193 )
2024-09-05 11:57:54 +08:00
Nathan.fooo
31567d451f
chore: Observe database row event ( #6190 )
...
* chore: observe row
* chore: fix test
2024-09-04 23:21:05 +08:00
Lucas.Xu
8e34951477
feat: auto-fix table block data when duplicating it ( #6185 )
...
* fix: remove camera permission and update photo usage description
* feat: optimize the error block style in document
* feat: auto-fix table block when duplicating it
2024-09-04 17:11:50 +08:00
Lucas.Xu
589f5c1298
feat: exclude ARMv7 architecture for Android builds ( #6187 )
2024-09-04 16:55:49 +08:00
Lucas.Xu
d1127a9bfa
chore: update translations on iOS ( #6186 )
...
* chore: update mobile translations
* fix: folder context not found assertion
* fix: attempted to change a read-only map field
* feat: only replace the translation on iOS
2024-09-04 16:03:54 +08:00
Lucas.Xu
71bb182803
fix: remove camera permission and update photo usage description ( #6181 )
2024-09-04 14:26:32 +08:00
Richard Shiue
3161dddb25
chore(mobile): dismiss the keyboard when tap outside on login ( #6183 )
2024-09-04 14:04:39 +08:00
Lucas.Xu
d9dc132e5b
feat: enable apple sign in on desktop version ( #6119 )
2024-09-04 10:27:31 +08:00
Lucas.Xu
49ba1fd246
chore: podfile.lock should not be ignored ( #6180 )
2024-09-04 10:07:02 +08:00
Nathan.fooo
e9b2cbb317
chore: observe file upload state ( #6172 )
...
* chore: observe file upload state
* chore: observe file upload state
* chore: upgrade client api
* Update frontend/appflowy_flutter/lib/startup/tasks/file_storage_task.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* chore: fix tauri build
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-09-04 07:56:08 +08:00
Lucas.Xu
2bb33e1d2a
fix: incorrect right-click menu position on Desktop ( #6177 )
2024-09-04 00:58:02 +02:00
Lucas.Xu
9da71c3186
feat: support account deletion ( #6103 )
...
* feat: support account deletion
* chore: update translation
* feat: support account deletion on mobile
* fix: only display account deletion button in appflowy cloud mode
* chore: remove unused code
* chore: update checkbox style
* fix: integration test
* chore: update translations
* chore: update sentry version in podfile.lock
* chore: update version
2024-09-03 16:58:38 +08:00
Richard Shiue
f7c6b8792f
chore(flutter): bump sentry version to fix compilation ( #6170 )
2024-09-03 15:17:41 +08:00
Nathan.fooo
08bf5db2de
chore: auto update field title when creating a new field ( #6159 )
...
* chore: auto update field title when creating a new field
* chore: fix test
2024-09-02 13:54:21 +08:00
Lucas.Xu
080b7db605
chore: remove unused translation ( #6158 )
2024-09-02 10:46:51 +08:00
Mohammad Zolfaghari
6ce77aea3e
fix: wrap checklist item text ( #6145 )
2024-09-01 16:06:58 +08:00
Nathan.fooo
01d7d6e900
chore: show document icon or emoji ( #6144 )
...
* chore: show icon
* chore: rename
* chore: adjust UI
* chore: remove unused property
* chore: update test
* chore: fix test
* chore: fix test
2024-08-31 23:54:37 +08:00
Lucas.Xu
d264f3dbde
fix: android toast style ( #6128 )
2024-08-31 09:33:44 +08:00
Nathan.fooo
8139065113
fix: init database row init ( #6127 )
2024-08-30 22:12:20 +08:00
Lucas.Xu
928da2a223
chore: update translations ( #6124 )
...
* chore: update translations
* fix: close popup menu when tapping navigation bar item
* chore: update toolbar divider color and popup menu background color
* chore: update translations and icon
* chore: update frontend/appflowy_flutter/lib/shared/popup_menu/appflowy_popup_menu.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-08-30 19:19:41 +08:00
Mathias Mogensen
78c2e756d6
fix: lose focus when changing tabs ( #6118 )
2024-08-30 10:12:36 +02:00
Mathias Mogensen
47c2ae23ed
fix: move title bar on top of tabs on Windows ( #6116 )
2024-08-30 10:12:26 +02:00
Mathias Mogensen
0fd0900b41
fix: add leading zeros to day & month in date format ( #6114 )
2024-08-30 10:12:16 +02:00
Lucas.Xu
61ad75502f
feat: upgrade template button style ( #6121 )
2024-08-30 16:10:17 +08:00
Nathan.fooo
29858dda7a
chore: update plan desc ( #6120 )
2024-08-30 15:35:57 +08:00
Lucas.Xu
9209562648
fix: reset first page when switching space ( #6097 )
...
* fix: reset first page when switching space
* fix: primary field icon align issue in grid page
2024-08-28 21:25:57 +08:00
Lucas.Xu
9ee8cc6a7b
feat: optimize sync error page ( #6082 )
2024-08-28 18:53:16 +08:00
Nathan.fooo
9a295daf99
chore: fix database filter ( #6094 )
...
* chore: fix database filter
* chore: fix test
2024-08-28 16:15:40 +08:00
Lucas.Xu
956d62fe82
fix: expand the icon to be the same size as the text in the heading block ( #6093 )
...
* fix: hidden board group padding
* fix: expand icon in heading style
2024-08-28 13:22:07 +08:00
Nathan.fooo
c4cdcbff73
chore: disable old import type ( #6089 )
2024-08-28 09:15:42 +08:00
Lucas.Xu
1b185ba3cd
feat: support sign in with Apple ( #6049 )
...
* feat: support sign in with Apple
* feat: support sign in with Apple
* feat: optimize sign in on desktop
* feat: expand third party sign in buttons on android
* fix: revert text color and font size in button
2024-08-27 10:49:31 +08:00
Lucas.Xu
e5ad0f6d1d
fix: table render error ( #6074 )
...
* fix: table render error
* fix: sidebar doesn't refresh if the pages are same
* chore: optimize empty placeholder align
* fix: debounce open workspace toast
* fix: editor color decoration error
2024-08-27 09:23:25 +08:00
Nathan.fooo
93bf1f79f6
chore: fix database row meta ( #6078 )
...
* chore: fix database row meta
* chore: update
* chore: update client api
* chore: clippy
* chore: update client api
* chore: update collab
* chore: update client api
2024-08-26 23:42:18 +08:00
Lucas.Xu
f342f5ec7e
feat: customize transition animation for popup menu ( #6071 )
...
* feat: customize transition animation for popup menu
* chore: add hint text for duplicate and favorite action
* fix: flutter analyze
2024-08-26 15:15:59 +08:00
Lucas.Xu
2ef74c229c
fix: update settings menu color ( #6039 )
...
* chore: replace settings popup menu backgroundcolor
* fix: invite toast blocked by keyboard
2024-08-26 09:51:57 +08:00
Nathan.fooo
62f0307289
feat: async load database row, async filter, async sort ( #6068 )
...
* chore: display date when convert text to date
* chore: filter & sort
* chore: fix filter and sort
* chore: fix test
* chore: clippy
* chore: fix test
2024-08-26 09:46:16 +08:00
Nathan.fooo
a487aa74fd
feat: support edit imported database ( #6061 )
...
* chore: change field type of imported csv
* fix: support load 10000 rows
* fix: clippy
2024-08-25 14:28:51 +08:00
Nathan.fooo
a206d9aa8c
chore: fix board row ( #6046 )
...
* chore: fix board row init
* chore: update client api version
2024-08-23 13:55:40 +08:00
Khor Shu Heng
6305ab8c5d
chore: bump version to 0.6.8 ( #6037 )
2024-08-22 12:33:13 +08:00
Lucas.Xu
c371c6cd63
fix: ai writer generate button color ( #6035 )
...
* fix: ai writer generate button color
* fix: replace ai writer button with outlined rounded button
2024-08-22 11:38:50 +08:00
Lucas.Xu
190e3bedda
chore: update member exceeded hint text ( #6034 )
...
* chore: update member exceeded hint text
* fix: disable ai writer widget on mobile
2024-08-22 11:14:01 +08:00
Francisco Di Marzo Borghi
a78752d427
fix: removed Wayland Header ( #5991 )
...
* fix: sync AppImage recipe linux version with release
* fix: don't draw custom header on Wayland sessions
* chore(AppImage): reset `app_info.version`
2024-08-22 09:36:26 +08:00
Lucas.Xu
104bf12ac7
feat: optimize settings on mobile ( #6031 )
...
* feat: optimize settings on mobile
* feat: open discord link when clicking help button
* fix: flutter analyze
2024-08-22 09:32:29 +08:00
Lucas.Xu
70e96c01b3
fix: ignore case sensitive of image name when dragging image to document ( #6017 )
2024-08-20 16:55:53 +08:00
Lucas.Xu
7113269802
chore: optimize row card page UI ( #5995 )
...
* chore: adjust buttons padding in row record page
* fix: disable more button in row page
* fix: upload image button ui on mobile
* fix: embed link button ui on mobile
* fix: add missing border for ai text field and ai translate field
* fix: delete AI can make mistakes on mobile
* chore: disable sentry
* fix: invite error toast
* fix: add member limit hint text in invite member screen
* feat: show toast after opening workspace on mobile
* chore: remove sentry
* chore: filter row page in recent views
* feat: support display field name as row page title
* chore: remove scroll bar on home page
* chore: remove legacy code
* chore: optimize mobile speed
* Revert "chore: remove sentry"
This reverts commit 73b45e2590655a992cec409503c0693df845914e.
* fix: reduce document page rebuild time
* chore: improve tooltip style
2024-08-19 11:06:34 +08:00
Lucas.Xu
e460120a1c
feat: add ai bubble button on mobile home page ( #5992 )
...
* chore: skip check list test if the task is not found
* feat: add ai bubble button in home page
* feat: only show the ai bubble button for the cloud user
* chore: add border color to ai bubble button
* Revert "chore: skip check list test if the task is not found"
This reverts commit 961f594a31906c52384c09915dce8f9db7fbd5bc.
* fix: only display ai bubble button on home page
2024-08-19 09:50:42 +08:00
Nathan.fooo
d0ce65f711
chore: fix database filter ( #6005 )
...
* chore: fix filter
2024-08-19 09:47:37 +08:00
Nathan.fooo
5878379b2e
chore: lazy load database row ( #6001 )
...
* chore: fix potential load database rows fail
* chore: fix layout padding
2024-08-18 18:44:32 +08:00