Lucas.Xu
7375349626
fix: legacy bugs on mobile ( #4927 )
2024-03-18 14:06:12 +08:00
Richard Shiue
b557f89829
refactor: group controller traits ( #4880 )
...
* chore: remove async trait
* chore: require From<AnyMap> for trait TypeOption
* refactor: simplify group controller by removing GroupController trait
* chore: rename GroupControllerOperation trait to GroupController
* chore: add some docs
* chore: remove plural struct and use Vec directly
* chore: unnecessary mut
* chore: use same name to indicate passthrough
* chore: remove unused trait
* chore: rename group context to group controller context
* chore: remove group name
* chore: move type option interceptor to GroupCustomize and split off delegates for group context and group controller
* chore: adapt tests to changes
* chore: adapt flutter frontend to changes
* chore: code cleanup
* chore: fix clippy and adapt tauri frontend to changes
* chore: group controller code clean up
* chore: no need to pass cell data when moving row
* chore: rename some functions and variables
* chore: remove content filter
2024-03-16 17:18:40 +08:00
Lucas.Xu
452974ab99
feat: support el_GR language ( #4922 )
2024-03-16 11:53:34 +08:00
Nathan.fooo
bb414c3fd6
chore: enable relation to ( #4866 )
...
* chore: enable relation to
* chore: fix database name and improve UI
* chore: remove database view id from relation type option
* chore: add remove row id test
* chore: improve appearance of untitled rows
* chore: empty in row detail
* fix: cannot add events after closing
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-03-15 22:58:55 +08:00
q200892907
57e3a2ce68
fix: apply formatting to pasted text only when the block is a paragraph ( #4906 )
2024-03-15 14:38:27 +08:00
Lucas.Xu
ac34617e51
feat: support changing the workspace icon ( #4898 )
2024-03-15 14:10:30 +08:00
Lucas.Xu
3e1b4d81c1
fix: mobile keyboard issues ( #4903 )
2024-03-15 09:03:38 +08:00
Richard Shiue
5a837a9482
fix: number and select filter logic ( #4828 )
...
* fix: number and select option filter bugs
* chore: rename filter condition enum and variants
2024-03-14 14:27:57 +08:00
Richard Shiue
191a077a86
refactor: streamline create row logic ( #4807 )
2024-03-14 11:26:32 +08:00
Richard Shiue
25d4b4f718
chore: revamp mobile url editor ( #4602 )
...
* chore: revamp mobile url editor
* chore: add i18n
* chore: use shared url launcher
* chore: translation bump
* chore: add a toast notification after URL is copied to clipboard
* chore: listen to onchanged
* chore: improve text field editing experience
* chore: disable quick action buttons if url cell data is empty
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: provide the bloc and watch changes
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-03-14 09:36:29 +08:00
Richard Shiue
48cac4c5ac
feat: advanced filters backend logic ( #4688 )
...
* feat: implement advanced filters
* test: adapt tests to changes
* test: add advanced filter tests
* chore: adapt flutter frontend to changes
* chore: adapt tauri frontend to changes
* chore: bump collab
* chore: launch review
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-03-14 09:35:45 +08:00
Lucas.Xu
80e210b34a
fix: sign in toast issue ( #4895 )
2024-03-14 09:17:59 +08:00
Nathan.fooo
b57a870242
chore: 052 ( #4890 )
2024-03-13 19:40:36 +08:00
Zack
bf70be1841
feat: add icon field ( #4824 )
...
* feat: add icon field
* fix: add sqlx migration files
* chore: fix tst
* chore: fix duplicate event name
* chore: update to lastest stable rust toolchain
* chore: use 1.75 channel
* chore: fix duplicate event name
* chore: fix duplicate event name
* chore: use more reliable assertion
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-03-13 15:07:52 +08:00
Richard Shiue
af16299c83
fix: version bump sheet package ( #4889 )
2024-03-13 15:02:23 +08:00
Mathias Mogensen
c48001bd74
fix: launch review 0.5.1 ( #4855 )
...
* feat: floating calculations row
* fix: calculate cell overflow + tooltip
* fix: empty text cell should be counted as empty
* fix: empty text cell sohuld not be counted as not empty
* fix: conversion of some field types for calculations
* fix: tooltip + size of duplicate event button
* fix: minor view meta info changes
* fix: apply number format on word/char count
* fix: dart format
* fix: hide arrow for calc values
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-03-11 10:41:51 +01:00
Lucas.Xu
dd3f8b247a
fix: only adding http(s) scheme if needed ( #4871 )
2024-03-11 16:43:43 +08:00
Richard Shiue
b4c8011881
ci: fix flaky flutter integration tests ( #4870 )
2024-03-11 12:27:04 +08:00
Lucas.Xu
f404882343
fix: disable the shortcut for converting to numbered list when the block is a heading ( #4868 )
2024-03-11 11:55:52 +08:00
Lucas.Xu
fb887bec10
fix: potential risk of being unable to launch URLs without HTTP(S) scheme ( #4867 )
2024-03-11 11:02:29 +08:00
stmr
05f3885346
feat: support cs-CZ language ( #4066 )
...
* 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
* 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
* chore: enable czech language in settings
* chore: rename translation file
* chore: rename in inlang project json
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-03-09 12:25:04 +08:00
Richard Shiue
70404816e7
fix: restore to use more conventional keyboard tab navigation ( #4851 )
2024-03-08 17:30:26 +08:00
Richard Shiue
574cca0a8b
fix: bottom sheet color and sort ui imrprovement ( #4849 )
2024-03-08 10:16:03 +08:00
Richard Shiue
f9c1cadbe0
chore: invalid url open behavior ( #4850 )
...
* chore: invalid url open behavior
* chore: use https instead of http by default
2024-03-08 10:15:19 +08:00
Lucas.Xu
6bac0412eb
fix: v0.5.1 issues ( #4844 )
...
* chore: improve clear cache hint text
* fix: remove color tab in image picker
2024-03-07 23:13:04 +08:00
Richard Shiue
2a65c193c2
fix: desktop grid launch review ( #4840 )
...
* chore: disable changing the type of primary fields
* fix: don't persist text selection after text update in checklist
* chore: allow fn + backspace in macos to delete checklist item
* chore: shorten opacity fade between opacity shown and not shown
* fix: arrow key focus traversal
2024-03-07 21:05:19 +08:00
Mathias Mogensen
cd245b5f0a
fix: focus traversal in checklist popover ( #4843 )
...
* fix: focus traversal in checklist popover
* fix: dont trim input
* chore: remove redundant state var
* chore: remove late from controller
2024-03-07 21:04:10 +08:00
Richard Shiue
677617dcf2
fix: mobile grid launch review ( #4839 )
...
* fix: mobile database sort editor not working on prod
* fix: don't pop after creating field
2024-03-07 17:32:24 +08:00
Lucas.Xu
0f13f86917
chore: update editor version ( #4836 )
2024-03-07 12:56:56 +08:00
Nathan.fooo
3d8ff062b5
chore: bump client api ( #4819 )
...
* chore: bump client api
* chore: bump client api
* chore: update ci
* chore: update client api
* chore: ci config
* chore: bump client api
* chore: bump client api
* chore: bump client api
2024-03-07 12:50:28 +08:00
Lucas.Xu
780f08dd28
test: execute the integration tests concurrently ( #4831 )
2024-03-07 12:48:51 +08:00
Richard Shiue
90ebcb4cfc
chore: enable relation ( #4835 )
2024-03-07 10:12:34 +08:00
Lucas.Xu
a1823fa4c0
feat: feature flag in settings page ( #4833 )
2024-03-07 09:28:58 +08:00
Lucas.Xu
f484675008
fix: uninitialized error in members setting page ( #4834 )
2024-03-07 09:28:31 +08:00
Mathias Mogensen
f5cb8b6d25
fix: image url check for embed link ( #4826 )
...
* fix: image url check in for embed link
* chore: move all patterns to shared
* test: prefer enterText over manipulating widget
2024-03-06 16:31:30 +01:00
Mathias Mogensen
66aea29ab7
feat: generic calculations ( #4794 )
...
* feat: add generic calculations
* chore: remove row count at bottom of grid
* fix: code review
2024-03-05 19:16:56 +01:00
Richard Shiue
3b0d82287d
fix: some mobile ui bugs ( #4823 )
...
* fix: select option editor mobile
* chore: field type icon
2024-03-05 21:45:39 +08:00
Lucas.Xu
b05897d3ab
chore: add iOS integration test CI ( #4822 )
2024-03-05 17:20:27 +08:00
Richard Shiue
ff8eb0d479
chore: mobile grid dark mode improvements ( #4821 )
...
* chore: field type grid
* chore: don't allow hiding primary field
* chore: bottom sheets
* chore: checklist bottom sheet
2024-03-05 15:44:16 +08:00
Lucas.Xu
c8e86f4f26
feat: open workspace, rename workspace and update workspace icon ( #4818 )
...
* feat: support opening a workspace
* feat: support renaming a workspace
* fix: rename issue
* fix: rename issues
* feat: refactor menu bloc
* test: add collaborative workspace test
* test: add open workspace integration tet
* test: add delete workspace integration tet
* chore: turn off collab workspace feature
2024-03-05 13:51:03 +08:00
Mathias Mogensen
5daf9d23f5
fix: update view names in page reference menu ( #4802 )
2024-03-04 18:24:49 +01:00
Mathias Mogensen
b087a9aeb3
fix: filter keydownevents in actions handler ( #4817 )
2024-03-04 13:42:42 +01:00
Mathias Mogensen
107e3cea4f
feat: duplicate calendar event ( #4816 )
...
* feat: duplicate calendar event
* test: add simple test
2024-03-04 12:42:00 +01:00
Mathias Mogensen
ba965caa8f
fix: stop hover when scrolling ( #4801 )
2024-03-04 12:41:34 +01:00
Nathan.fooo
f8962edfd7
chore: bump client api ( #4804 )
...
* chore: bump client api
* chore: bump client api
* chore: bump client api
2024-03-04 14:05:04 +08:00
Lucas.Xu
b236afd0c3
chore: update version to 0.5.1 ( #4811 )
2024-03-04 12:28:28 +08:00
Lucas.Xu
8944edf75f
feat: support clearing caches and fix unable to load image ( #4809 )
...
* feat: support clearing caches
* fix: try to clear the image cache when loading failed.
* feat: clear cache on mobile
* chore: add error log
2024-03-04 12:24:25 +08:00
Lucas.Xu
90146148b6
feat: show the workspace list on top-left corner ( #4799 )
2024-03-04 10:43:00 +08:00
Mathias Mogensen
63464cbf2e
fix: launch url on all platforms ( #4797 )
...
* fix: error handled launchUrl
* chore: update links to use new subdomain
* feat: show toast if onFailure is not provided
2024-03-03 22:04:59 +01:00
Lucas.Xu
8732c3c28b
feat: members settings ( #4788 )
...
* feat: add member settings
* feat: fetch workspace members from server
* feat: add translations
* feat: implement invite feature
* feat: support inviting people via email
* feat: support updating member role
* feat: add feature flag to control the visibilty of members settings
2024-03-03 09:36:12 +08:00
Richard Shiue
b38fc43300
feat: checklist cell editor a11y improvement ( #4784 )
2024-03-02 19:14:00 +08:00
Richard Shiue
f4ca3ef782
feat: add basic relation field ( #4397 )
...
* feat: add basic relation field
* fix: clippy
* fix: tauri build 🤞
* chore: merge changes
* fix: merge main
* chore: initial code review pass
* fix: rust-lib test
* chore: code cleanup
* fix: unwrap or default
2024-02-29 14:38:18 +08:00
Richard Shiue
f826d05f03
fix: mobile ui fixes ( #4780 )
...
* fix: adjust mobile grid padding
* fix: reorder field not working
2024-02-29 09:44:48 +08:00
Mathias Mogensen
2d6856a23d
fix: edit column sheet uniform ui ( #4774 )
2024-02-28 22:04:16 +08:00
Mohammad Zolfaghari
2286a1c726
feat: rtl toolbar item setting ( #3958 )
2024-02-28 21:56:18 +08:00
Mathias Mogensen
af12beb1c3
fix: remove empty space if no email ( #4777 )
2024-02-28 13:23:06 +01:00
Mathias Mogensen
0d68c42aab
fix: symmetric padding in mobile database header ( #4773 )
2024-02-28 13:21:23 +01:00
Mathias Mogensen
0cffe42d80
fix: add time to view meta info ( #4769 )
2024-02-28 12:34:02 +01:00
Lucas.Xu
abd08e5e53
feat: support customizing font and color before typing ( #4765 )
...
* fix: bius buttons highlight status
* feat: support customizing font family before typing
* feat: support customizing text color before typing
2024-02-28 15:51:50 +08:00
Lucas.Xu
980bebf86a
fix: mobile UI regression ( #4754 )
...
* fix: aa menu item selected status
* feat: support selecting word on iOS throught long pressing
* chore: update editor version
* feat: update add block menu colors
* feat: add scrollbar in bottom sheet
* fix: aa menu should not dimiss after changing block type
* fix: add link menu ui issues
* feat: sync bius status
* Update frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar_item.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: update editor version
* fix: flutter analyze
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-02-28 13:32:24 +08:00
Mathias Mogensen
26f8397624
feat: duplicate field with cell data ( #4737 )
...
* feat: duplicate field with cell data
* chore: code review remove extra option
2024-02-27 14:42:16 +01:00
Lucas.Xu
f36ca3777b
fix: unable to resize the image ( #4750 )
2024-02-27 21:41:14 +08:00
Richard Shiue
74233d2606
fix: mobile regression ( #4747 )
2024-02-27 10:51:32 +08:00
Lucas.Xu
3454af1caa
chore: update privacy and terms link ( #4742 )
2024-02-26 15:29:55 +08:00
Nathan.fooo
8d50ad2936
chore: fix log ( #4740 )
...
* chore: fix log
* chore: fix log
* chore: bump client api
2024-02-26 15:27:12 +08:00
Richard Shiue
daedf95c95
fix: some mobile database bugs ( #4738 )
...
* chore: no autofocus on field name
* refactor: one, two, many
* chore: reduce spacing between tabbar header and grid header
* fix: update field type
* fix: cannot edit view name
* fix: title for select field type bottom sheet
* fix: forget checks, just do it
2024-02-26 15:13:38 +08:00
Lucas.Xu
93664167e0
fix: unable to redo/undo in lists and data loss issues ( #4739 )
2024-02-26 14:21:36 +08:00
Lucas.Xu
dfe3b0a929
fix: the button sizes in math equation input field are not same ( #4741 )
2024-02-26 14:21:27 +08:00
Mathias Mogensen
c9dc24a13c
fix: launch review 0.5.0 ( #4735 )
...
* fix: top bar buttons slow respond
* fix: fav button responsive
* fix: add favorite button to database views
* fix: add overflow to calculation
* fix: minor workaround for showing number format prefix
* fix: clear calculation on empty field cells
* fix: average calculation should not have def value
* fix: cargo fmt
2024-02-25 21:32:44 +01:00
Mathias Mogensen
609557c357
feat: word and char count ( #4705 )
...
* feat: word and char count
* chore: lints after merge
* feat: add create time of view in more action
* fix: missing comma lint
* feat: add duplicate/delete + database view more
* fix: dispose logic
* feat: code cleanup
* fix: add false for isDocument in databases
* feat: register view info bloc on plugin basis
* fix: accidental removal
* chore: clean up
* fix: add ViewInfoBloc above Row Document Editor
* chore: final clean up
2024-02-25 16:46:13 +01:00
Lucas.Xu
93af6e69a1
feat: convert link preview block to url text ( #4734 )
2024-02-25 22:59:23 +08:00
Lucas.Xu
b75947b630
fix: unable to click the items in a long list ( #4733 )
2024-02-25 21:36:46 +08:00
Lucas.Xu
b60d25a0e3
fix: unable to upload image from clipboard ( #4728 )
...
* fix: unable to upload image from clipboard
* chore: apply suggestion
2024-02-25 18:50:35 +08:00
Richard Shiue
537fa52e77
chore: move database domain code to its own folder ( #4556 )
2024-02-25 18:38:18 +08:00
Richard Shiue
d861ce6227
fix: mobile view and field list bottom sheets ( #4727 )
2024-02-25 11:51:18 +08:00
Richard Shiue
4ca3ba8e08
fix: cjk input in calendar and row detail ( #4726 )
2024-02-24 22:55:35 +08:00
Richard Shiue
f5cc6521fb
chore: clean up db sort blocs ( #4725 )
2024-02-24 22:55:22 +08:00
Lucas.Xu
cea1c17b76
feat: improve outline block ( #4722 )
2024-02-24 21:54:21 +08:00
Lucas.Xu
2abb396467
feat: use result instead of either ( #4724 )
...
* feat: use result instead of either
* chore: remove dartz
2024-02-24 21:54:10 +08:00
Lucas.Xu
236b5bfe90
feat: error message should persist on the image block ( #4710 )
2024-02-24 11:05:20 +08:00
Dev-for-fun
fa3bc97698
fix: remove duplicated button labels for done, cancel and ok ( #4718 )
2024-02-23 23:01:01 +08:00
Richard Shiue
c0796e8ae5
feat: mobile sort editor ( #4714 )
2024-02-23 20:47:19 +08:00
Richard Shiue
acd75befbc
fix: disable onTap when quick action button is disabled ( #4713 )
2024-02-23 16:56:31 +08:00
Richard Shiue
746f0817bc
fix: show database view options for inline as disabled ( #4711 )
2024-02-23 10:49:34 +08:00
Lucas.Xu
c0b667b4ea
chore: optimize image block actions menu ( #4707 )
2024-02-23 09:46:21 +08:00
Lucas.Xu
ef83688907
fix: the keyboard blocked the content of bottom sheet ( #4706 )
...
* fix: the keyboard blocked the content of bottom sheet
* chore: apply suggestion
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-02-22 22:54:56 +08:00
Lucas.Xu
c06a0346d8
chore: bump version 0.5.0 ( #4700 )
2024-02-22 10:22:33 +08:00
Richard Shiue
4a0c48f419
feat: bottom sheets with transition ( #4608 )
...
* feat: shiny new bottom sheets
* chore: code review
2024-02-22 09:54:54 +08:00
Lucas.Xu
7802c75d7c
feat: support scaling text on mobile ( #4690 )
2024-02-22 09:50:24 +08:00
Richard Shiue
6636731487
feat: checklist sort ( #4659 )
...
* refactor: use BoxAny for dynamically-typed cell changesets
* fix: rust-lib tests and clippy
* feat: enable sorting by checklist type option
* test: checklist sort rust-lib tests
* chore: update related tests
* fix: clippy
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2024-02-22 08:00:59 +08:00
Richard Shiue
a4a2a4088b
refactor: use BoxAny for dynamically-typed cell changesets ( #4655 )
...
* refactor: use BoxAny for dynamically-typed cell changesets
* fix: rust-lib tests and clippy
2024-02-22 07:12:52 +08:00
Richard Shiue
6f173c2ada
chore: adjust show mobile bottom sheet ( #4689 )
2024-02-21 21:06:46 +08:00
Richard Shiue
34fb1bcfa4
fix: disappearing sorts ( #4691 )
...
* chore: copy the field type
* chore: don't store field type in Sort
* fix: sorts disappearing
2024-02-21 20:01:57 +08:00
Richard Shiue
334aedd6c6
refactor: checkbox field type ( #4682 )
2024-02-20 14:02:32 +08:00
Jayaprakash
15c9a67028
feat: implement outline block component depth control ( #4642 )
...
* feat: add support to control the depth of outline block component
* feat: update localization keys
* feat: add depth option to `BlockOptionButton`
* feat: retrive outline block heading components upto the depth level
* feat: add depth option config to editor configuration
* test: outline block depth control
* feat: add outline block placeholder
* refactor: remove redundant codes
* ci: trigger github actions
* chore: refactor `OptionDepthType` enum
* fix: flutter ci error
* refactor: removed `finalHeadingLevel` from outline keys
* fix: flutter ci error
2024-02-20 10:52:06 +08:00
Lucas.Xu
42cb032bca
fix: flutter analyze ( #4680 )
2024-02-19 21:48:06 +08:00
Mathias Mogensen
a3a5709b70
fix: dispose of previous applaunch tasks ( #4631 )
2024-02-19 21:32:01 +08:00
Ansah Mohammad
3a4247c304
feat: convert time format from HHmm to HH:mm in time field ( #4641 )
...
* feat: add a HHmm to HH:mm function
* fix: Replaced string.parse() with string.parseStrict() to address time input bug
* feat: add TextFormatter for formatting the time input
2024-02-19 21:30:28 +08:00
Sore
8eaadccda0
chore: add ckb-KUR translations ( #4658 )
...
* Create ckb-KUR.json
Add Translate (Kurdish-ckb Language)
* Update language.dart
i added ckb lang(kurdish).
* Update app_widget.dart
2024-02-19 17:43:01 +08:00
Lucas.Xu
26f8bbf7c6
feat: optimize image upload process and display an error message if upload fails ( #4679 )
...
* chore: optimize image upload
* feat: show upload image status
* chore: upload the ai image to cloud server
2024-02-19 17:24:47 +08:00