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
Nathan.fooo
c3e5aa29fc
fix: doc open sync ( #4732 )
...
* chore: bump client api
* fix: open document and folder
* chore: bump collab rev
* chore: fix wasm build
* chore: fix warnings
2024-02-25 07:49:44 +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
f1831d07af
chore: re-implement get_filter_by_field_id function ( #4678 )
...
* chore: remove inaccurate database view function
* chore: update collab rev
* chore: fix clippy
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-22 08:07:59 +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
c500cd1287
refactor: improve type option filter logic ( #4652 )
2024-02-22 07:09:12 +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
HY
58aa73b5be
fix: resolve lexical ambiguity between "row" and "col" in zh-TW translation ( #4683 )
...
ref: https://terms.naer.edu.tw/detail/5e94c72b55cc73ebf81d71ca2b5d57e6/?seq=1
2024-02-20 22:40:03 +08:00
Richard Shiue
334aedd6c6
refactor: checkbox field type ( #4682 )
2024-02-20 14:02:32 +08:00
Richard Shiue
a6c6aa819c
fix: newly-created rows aren't being automatically sorted ( #4661 )
...
* fix: newly-created rows aren't being automatically sorted
* chore: new database view collab notification and add tests
2024-02-20 13:17:46 +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
Arcesilas
2b6b10788d
chore: update fr-FR and fr-CA translations ( #4676 )
...
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-02-19 17:25:00 +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
Lucas.Xu
252699d249
chore: upgrade to flutter 3.19.0 ( #4677 )
...
* chore: upgrade to flutter 3.19.0
* chore: adjust to the latest flutter convention
* chore: update CI flutter version
* fix: flutter analyze
* fix: flutter analyze
* fix: flutter analyze
* chore: fix docker build
2024-02-19 13:49:55 +08:00
Nathan.fooo
b2e55c4e2e
Fix: init state ( #4672 )
...
* chore: fix login state
* chore: change log
* chore: fix flutter version
2024-02-18 16:40:18 +08:00
Bastian Leicht
d5ee372131
chore: update translations ( #4615 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-18 07:36:23 +08:00
Arcesilas
39588a4731
chore: update translations ( #4664 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-18 00:44:39 +08:00
HY
211559ed6e
chore: Update translations for Traditional Chinese ( #4662 )
...
* chore: update zh-TW translations
* inlang: update translations
* inlang: update translations
* chore: update zh tw
* chore: update zh tw
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-18 00:40:22 +08:00
kosei
a637517413
feat: update ja-JP translations ( #4627 )
2024-02-18 00:25:52 +08:00
Mathias Mogensen
ddbe0fa698
fix: tauri build ( #4669 )
...
* ci: update workflows
* chore: add back translations used on web
2024-02-17 14:38:12 +01:00
TeddyFlink
ee61ef3f12
feat: update translations ( #4654 )
2024-02-17 16:31:25 +08:00
PW
54bfc65664
feat: translate to traditional Chinese ( #4505 )
...
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-17 16:28:10 +08:00
Richard Shiue
c159a5e42b
chore: enable number filter ( #4653 )
...
* chore: enable filtering by number field type
* chore: code cleanup
* fix: integration test
* chore: remove unnecessary async from event handler
2024-02-17 15:28:49 +08:00
Richard Shiue
1311e2d379
fix: build regression ( #4667 )
2024-02-17 14:42:01 +08:00
Hassam Sulehria
e6aa57275a
feat: open emoji selection menu with keyboard short ( #4133 )
...
* feat: Implement emoji shortcut event (#2038 )
* test: emoji shortcut integration test (#2038 )
* test: Fixed testcase for emoji_shortcut_test (#2038 )
* fix: remove _showEmojiPickerMenu (#4133 )
* fix: change local variables with underscore
---------
Co-authored-by: jazima <jazim.a.29@gmail.com>
2024-02-16 18:47:23 +01:00
Danilo Barion Nogueira
d690ca2751
chore: update translations ( #4270 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2024-02-17 01:44:05 +08:00
Richard Shiue
3e0a003872
fix: deleting a sort doesn't allow creating a new sort on that field ( #4660 )
2024-02-16 13:39:49 +08:00
Nathan.fooo
e81a2ff577
fix: token refresh on local ( #4650 )
...
* fix: refresh user token on local
* chore: add test
2024-02-14 09:38:05 +08:00
Mathias Mogensen
b356927e60
feat: improve more action in document ( #4639 )
2024-02-09 15:54:05 +01:00
Mathias Mogensen
1894409dc3
ci: resolve mobile build failing due to missing space ( #4640 )
...
* chore: remove additionally unused tools
* chore: test
* chore: bunch cleanup commands
2024-02-09 14:40:06 +01:00