Lucas.Xu
e9d7d0b7b3
fix: incorrect background color using in view action menu ( #4513 )
2024-01-30 16:07:51 +08:00
Lucas.Xu
0b7ae734a1
fix: potential dependency conflict ( #4550 )
...
* fix: potential dependency conflict
* fix: ci issues
2024-01-30 16:05:56 +08:00
Nathan.fooo
c0aef8f4fe
fix: login issue ( #4546 )
...
* fix: reset server url when using appflowy cloud the first time
* refactor: set authenticator in frontend
* chore: log version
* chore: show hint when changing the server type
* chore: bump version
* chore: fix test
* chore: bump collab
2024-01-30 09:33:34 +08:00
Nathan.fooo
55c97b56a3
feat: calling user event from web ( #4535 )
...
* refactor: user manager
* refactor: user manager
* refactor: session location
* refactor: user manager
* chore: gen ts files
* feat: implement indexeddb persistence
* chore: integrate user manager
* chore: update
* chore: run on web thread
* chore: run on web thread
* chore: fix test
* chore: add test
* chore: add test
* chore: add user & sign in with password
* chore: fix test
* chore: update docs
* chore: fix warnings
* chore: gen files
* chore: add user
* chore: add files
* chore: update config
* chore: update scirpt
* chore: update scirpt
* fix: build
* chore: update command
* fix: ci
* ci: fix
* fix: compile
* fix: compile
* fix: ci
* fix: compile
* fix: tauri build
* chore: fix test
* chore: fix test
2024-01-30 05:36:27 +08:00
Mathias Mogensen
86a0569d84
feat: f2 to rename current view ( #4522 )
...
* feat: cmd+shift+r to rename current view
* test: change cmd to f2 and add test
* chore: code review
* fix: unawaited future
2024-01-29 20:55:37 +01:00
Lucas.Xu
5b3b0e54d9
feat: refactor app bar ( #4539 )
...
* feat: refactor appbar
* fix: flutter analyze
2024-01-29 23:13:06 +08:00
Lucas.Xu
f1e380c276
fix: add more padding in bottom sheet widget ( #4542 )
2024-01-29 23:12:56 +08:00
Mathias Mogensen
ea93f0e141
fix: idiomatic dow can be 1 character ( #4543 )
2024-01-29 13:10:47 +01:00
Abhijeet Singh
c1433ce38a
chore: update translations ( #4510 )
...
* Update es-VE.json
* inlang: update translations
* Delete project.inlang/project_id
* inlang: update translations
* Delete project.inlang directory
* Create settings.json
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
* inlang: update translations
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-01-29 17:33:58 +08:00
XiaoFans
831586293e
chore: update Chinese translations ( #4521 )
...
* inlang: update translations
* Revert "inlang: update translations"
This reverts commit a6e1d945c1
.
* chore: update Chinese translations
The translation this time is tailored to the reading habits of Chinese readers, correcting some machine-translated content. Additionally, I have included some content that was not translated before.
* chore: update frontend/resources/translations/zh-CN.json
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-01-29 17:28:47 +08:00
Richard Shiue
5c5b6d02e8
fix: don't show ungrouped column when the field type is checkbox ( #4538 )
2024-01-29 17:27:59 +08:00
Lucas.Xu
8937856d36
feat: new UI design for number format list ( #4537 )
2024-01-29 16:34:19 +08:00
Richard Shiue
63c22feb8f
fix: mobile field editing related bugs ( #4534 )
...
* fix: mobile field editing related bugs
* chore: review
* chore: restore podfile.lock
2024-01-29 13:19:35 +08:00
Richard Shiue
05a06980b9
chore: add unwaited futures to analysis options ( #4485 )
2024-01-29 10:26:45 +08:00
Lucas.Xu
7be29c04a2
fix: unable to delete image and refactor image actions menu ( #4525 )
...
* feat: refacotr image block action
* fix: unable to delete the image placeholder
* fix: unable to delete the image placeholder
2024-01-29 10:15:48 +08:00
Lucas.Xu
5a9a1e60e6
fix: bottom sheet issues ( #4523 )
...
* fix: bottom sheet padding
* fix: set divider width to 0.5px
* feat: optimize number select menu
* chore: update edit field icons
* chore: use short form in add block menu
* feat: optimize select and multi-select menu
* feat: refactor font settings page, theme mode menu and rtl menu
2024-01-28 22:50:25 +08:00
Richard Shiue
4811e65efa
chore: reorganize cell code ( #4516 )
...
* chore: move cell bloc files to application
* chore: move cell editor widgets to its own folder
2024-01-27 10:57:09 +08:00
Lucas.Xu
72a23bfe82
feat: update recentViews list to only keep the first 20 items ( #4512 )
2024-01-26 22:35:33 +08:00
Lucas.Xu
ed78cb4efc
fix: the items in database field menu are not aligned ( #4511 )
...
* fix: title in settings page overflow
* fix: the icon and text in database field menu aren't aligned
* fix: the icon and text in database field menu aren't aligned
2024-01-26 22:35:16 +08:00
Richard Shiue
d2cc799861
fix: mobile row detail title not being updated ( #4507 )
2024-01-26 22:23:59 +08:00
Richard Shiue
2e7a97c8a2
chore: enable timestamp field on mobile ( #4506 )
2024-01-26 22:23:47 +08:00
Lucas.Xu
64cd7d41ca
fix: the text and icon in + menu are not aligned in the same baseline ( #4500 )
2024-01-26 10:06:49 +08:00
Lucas.Xu
0e3ffa8fd5
feat: action sheet revamp ( #4497 )
2024-01-26 00:33:45 +08:00
Lucas.Xu
be00980fdd
chore: optimize android UI ( #4498 )
2024-01-26 00:24:33 +08:00
Abhijeet Singh
7fbaf204ef
chore: update translations ( #4493 )
2024-01-25 23:46:42 +08:00
Mathias Mogensen
acc03b8cc4
chore: code cleanup according to unintroduced lints ( #4488 )
...
* chore: remove redundant arguments
* chore: remove unused constructor params
* chore: reorganize constructors
* chore: remove unnecessary awaits in returns
* chore: remove unnecessary paranthesis
* chore: add lints
* chore: clean up after merge
* chore: add sort constructors first
* chore: organize constructors in blocs
* chore: use sizedbox.shrink over empty container
2024-01-25 23:37:36 +08:00
Richard Shiue
747abba87f
fix(mobile): remove elevation from edit field page and remove inksplash in card detail if disabled ( #4491 )
2024-01-25 13:20:48 +08:00
Richard Shiue
e88fb533c8
fix: composing in select option text field doesn't work ( #4470 )
...
* fix: composing in select option text field doesn't work
* style: improve code style
2024-01-25 13:17:13 +08:00
Richard Shiue
3f896ad64f
chore: reorganize code ( #4490 )
...
* rename select_option.rs to select_option_entities.rs
* move checklist_filter.rs from select_type_option to checklist_type_option
2024-01-25 12:56:43 +08:00
Richard Shiue
6591d5de52
chore: dart code cleanup ( #4484 )
...
* chore: use when instead of map in bloc event dispatch
* chore: dart code formatting, remove white space
* chore: remove unneeded hashmap for cell context
* fix: rebuild card content
2024-01-25 12:26:18 +08:00
Richard Shiue
a1abcd7626
refactor: database cell controller and builder ( #4398 )
...
* refactor: get row/field data from row cache and field controller in cell controller
* refactor: reorganize cell controller tasks and builder
* refactor: rename cell_builder.dart
* refactor: database editable cell builder
* refactor: database card cell builder
* fix: make it work
* fix: start cell listener and adjust cell style on desktop
* fix: build card cell
* fix: remove unnecessary await in tests
* fix: cell cache validation
* fix: row detail banner bugs
* fix: row detail field doesn't update
* fix: calendar event card
* test: fix integration tests
* fix: adjust cell builders to fix cell controller getting disposed
* chore: code review
* fix: bugs on mobile
* test: add grid header integration tests
* test: suppress warnings, reduce flaky test and group tests
2024-01-24 23:59:45 +08:00
Abhijeet Singh
18a355601a
chore: update translations ( #4481 )
2024-01-24 22:46:11 +08:00
Lucas.Xu
c2fdfb6e89
fix: font shown in AA has _r as a suffix ( #4482 )
2024-01-24 22:45:13 +08:00
Mathias Mogensen
baa7c8d826
feat: reminder on date ( #4288 )
...
* feat: support reminder on date
* feat: support reminder on date in database
* fix: include time static
* fix: do not force unwrap
* chore: clean flutter code
* test: add test for reminder in database
* fix: interpret reminder option
* feat: date and reminder on mobile
* feat: improve notification actions and support open row
* feat: support dates in document
* fix: minor changes + review
* feat: support reminder on mobile in document
* feat: support open row on database reminder mobile
* test: add more tests
* fix: first part of review
* fix: open row responsibility
* fix: abstract application logic from presentation layer
* fix: update reminder on date cell update
* test: fix failing test
* fix: show correct selected day after end date toggled
2024-01-24 15:15:57 +01:00
Mathias Mogensen
8105da1c2b
Fix: mobile improvements ( #4480 )
...
* fix: copy on notifications screen is caught off
* fix: mobile event screen no events copy
* fix: hide notifications toggle from settings
* fix: cannot change type of field in grid
2024-01-24 12:07:02 +01:00
Lucas.Xu
827e41348b
feat: keep the offset of the recent section ( #4466 )
2024-01-23 16:54:04 +08:00
Lucas.Xu
e239ba46aa
feat: customize self host url on launch page ( #4465 )
2024-01-23 16:38:15 +08:00
Lucas.Xu
2554ba81b5
feat: optimize cloud settings on mobile ( #4444 )
2024-01-23 01:37:02 +08:00
Nathan.fooo
84d171b1db
chore: bump client api to fix user session issue ( #4445 )
2024-01-23 01:33:52 +08:00
Lucas.Xu
38902ed599
feat: enable anonymous sign in on mobile ( #4442 )
...
* feat: enable anoymous login on mobile
* feat: support signin with third party serices
2024-01-22 22:36:16 +08:00
Nathan.fooo
90516b6adc
feat: wasm build ( #4412 )
...
* chore: enable wasm build
* chore: bump collab
* chore: fix build
* chore: flowy-document wasm
* chore: fix compile
* chore: fix compile
* chore: fix compile
* chore: fix compile
* chore: fix ci
* chore: fix ci
* chore: fix ci
2024-01-22 13:34:15 +08:00
Lucas.Xu
c4acba8216
fix: mobile sign-in issue ( #4424 )
...
* Revert "chore: remove zip package for windows and macOS (#4404 )"
This reverts commit f612d9b701
.
* Revert "chore: remove zip package for windows and macOS (#4404 )"
This reverts commit f612d9b701
.
* fix: mobile signin
2024-01-21 21:47:14 +08:00
Continy
4404e0d727
chore: update translations ( #4428 )
...
* inlang: update translations
* inlang: update translations
* inlang: update translations
2024-01-20 23:24:10 +08:00
Abhijeet Singh
48c6c635f7
chore: update translations ( #4406 )
...
* Update es-VE.json
* inlang: update translations
* Delete project.inlang/project_id
* inlang: update translations
* Delete project.inlang directory
* Create settings.json
* inlang: update translations
* inlang: update translations
* inlang: update translations
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-01-20 23:23:44 +08:00
Zsombor
332f40c915
choreL: update Hungarian translations ( #4416 )
2024-01-20 23:22:33 +08:00
Lecanora
2b32f0eff0
chore: update french translations for inlang ( #4419 )
2024-01-20 23:21:47 +08:00
Juliano Penna
7d20ca5a77
fix: print correct package name ( #4425 )
2024-01-20 23:18:50 +08:00
Zack
0a0f2adf76
feat: support uploading image to cloud storage ( #4413 )
...
* feat: add object ext
* feat: integrate upload image api
* feat: support uploading local file to cloud
* feat: abstact the CachedNetworkImage as FlowyNetworkImage
* ci: fix tauri ci
* fix: integration test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: nathan <nathan@appflowy.io>
2024-01-20 23:16:18 +08:00
Richard Shiue
4852e5c8d4
fix: don't parse unexpected files while generating protobuf ( #4411 )
2024-01-17 11:20:02 +08:00
Nathan.fooo
65f1db776b
chore: bump version 043 ( #4409 )
2024-01-17 05:55:47 +08:00
Zack
38c3e700e9
feat: initial file upload api ( #4299 )
...
* feat: initial file upload api
* feat: initial file upload api
* fix: add pb index
* feat: remove file name
* feat: read everything to mem
* feat: revamp object storage
* chore: cargo format
* chore: update deps
* feat: revised implementations and style
* chore: use deploy env instead
* chore: use deploy env instead
* chore: use deploy env instead
* refactor: move logic to handler to manager
* fix: format issues
* fix: cargo clippy
* chore: cargo check tauri
* fix: debug docker integration test
* fix: debug docker integration test
* fix: debug docker integration test gotrue
* fix: debug docker integration test docker compose version
* fix: docker scripts
* fix: cargo fmt
* fix: add sleep after docker compose up
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-01-17 02:59:15 +08:00
Abhijeet Singh
15cb1b5f19
chore: update translations ( #4395 )
2024-01-16 15:32:04 +08:00
Lucas.Xu
1bf1d03676
chore: set minimum supported android version to android 10 ( #4402 )
2024-01-16 15:31:27 +08:00
Lucas.Xu
595f1f6ef8
chore: use openai default model ( #4368 )
...
* chore: use openai default model
* feat: update openai mode
2024-01-15 16:26:45 +08:00
Lucas.Xu
c8e9adb81d
fix: unable to use slide gesture to close keyboard ( #4391 )
2024-01-15 16:26:37 +08:00
Lucas.Xu
6d3a7545a6
chore: update editor version ( #4392 )
2024-01-15 16:26:27 +08:00
Lucas.Xu
6739af2be1
fix: the aa menu disappear after clicking the inactive indent itemg ( #4390 )
2024-01-15 15:39:04 +08:00
Nathan.fooo
c41a7aaacf
chore: support localhost and development mode ( #4384 )
...
* chore: update local port for development
* chore: support localhost development
* chore: fix rust test
* chore: update setting
* fix: ci
* fix: ci
* fix: ci
* fix: ci
* chore: fix docker build
* chore: fix ci
2024-01-15 12:53:53 +08:00
ilyes-ced
d200c409d6
fix: removed space under grid ( #4352 )
...
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-01-14 22:56:11 +08:00
Lucas.Xu
cd28dee7bd
chore: bump new version ( #4374 )
2024-01-14 22:55:17 +08:00
Yijing Huang
7e82a08b54
fix: secondary button outline color ( #4381 )
...
* chore: restore the default outline color in SecondaryButton
* chore: improve outline color for learn more button
2024-01-14 22:54:59 +08:00
Jia Hang
f0bd50b246
fix: change copyright year to 2024 ( #4379 )
2024-01-14 22:54:31 +08:00
ferreira-fp
e571eb9881
chore: update translations ( #4370 )
2024-01-14 22:54:10 +08:00
Nathan.fooo
c4f4bcf457
feat: using appflowy cloud as the default cloud type ( #4380 )
...
* feat: using appflowy cloud as the default cloud type
* fix: test
* Update cloud_env.dart
2024-01-13 03:08:07 +08:00
Nathan.fooo
9500abb363
feat: workspace service in user crate ( #4373 )
...
* refactor: user manager
* feat: implement workspace service
* refactor: migrate user data when sign up
* chore: fmt
* chore: enable beta cloud
* chore: update ci
* chore: trim slash
2024-01-12 14:34:59 +08:00
Lucas.Xu
690a3746fa
feat: optimize the align toolbar item ( #4364 )
2024-01-12 10:18:52 +08:00
Nathan.fooo
cd82c13753
feat: Stream collab objects ( #4361 )
...
* feat: stream collab object
* chore: disable snapshot
2024-01-12 06:26:43 +08:00
Lucas.Xu
032a648204
chore: reduce package size ( #4353 )
2024-01-11 21:45:20 +08:00
Abhijeet Singh
f64ee912d0
chore: update translations ( #4354 )
2024-01-11 21:45:07 +08:00
Nathan.fooo
307556b7dd
refactor: deps crates ( #4362 )
...
* refactor: rename flowy-folder-deps to flowy-folder-pub
* chore: rename crates
* chore: move flowy-task to lib-infra
* chore: rename crates
* refactor: user manager dir
2024-01-11 14:42:03 +08:00
Lucas.Xu
dd8b9dd43e
fix: unable to get the device info in test mode ( #4359 )
2024-01-11 14:26:25 +08:00
Nathan.fooo
6e41359fc5
feat: show indicator when importing appflowy data ( #4357 )
...
* feat: show indicator when importing appflowy data
* Update frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_file_import_appflowy_data_view.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: fix analyzer
* chore: fix test
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-01-11 09:44:33 +08:00
Yijing Huang
b1cc4e485b
fix: upload custom theme issue ( #4317 )
...
* fix: FlowyDynamicPlugin encode issue
* chore: improve the default theme color
* fix: learn more button text invisiable
* fix: fix read the wrong theme mode file
* fix: prevent current custom theme being deleted
* chore: improve theme upload UI and error prompts
* chore: delete unnecessary LocaleKeys
2024-01-10 21:21:05 +08:00
Kilu.He
239bf2fa70
refactor: adjust tauri codes ( #4332 )
...
* fix: some bugs
* refactor: delete code that is no longer needed
2024-01-10 19:24:40 +08:00
Peter Dave Hello
a6baabbafc
chore: improve zh-TW translation ( #4345 )
2024-01-10 18:48:05 +08:00
Nathan.fooo
a954b5ffd8
fix: create offline document ( #4350 )
2024-01-10 18:43:13 +08:00
Lucas.Xu
36b88c602c
feat: update privacy policy and add version code ( #4343 )
2024-01-10 18:42:33 +08:00
Nathan.fooo
190fae196f
chore: bump collab ( #4348 )
...
* chore: bump collab
* chore: optimize import
* chore: bump
* chore: disable ai test
2024-01-10 11:15:05 +08:00
Jayaprakash
347698f68f
feat: support aligning the text block using shortcuts ( #4319 )
2024-01-09 20:27:08 +07:00
Lucas.Xu
db2e23172a
feat: support canceling the sign-in event ( #4342 )
2024-01-09 17:09:44 +08:00
Lucas.Xu
dcb070909c
feat: support RTL layout on mobile ( #4335 )
...
* feat: revamp theme mode settings
* feat: support RTL layout on mobile
2024-01-09 10:12:54 +08:00
Mathias Mogensen
332a677d20
feat: improve reference menus ( #4301 )
...
* feat: improve reference menus
* fix: limit page results in reference menus
* fix: custom title for specific type refs
* fix: insert pages
* fix: enable scrolling on item focus change
* fix: enable shift+tab to navigate
* fix: properly offset menu
* fix: review comments
* fix: remove bottom padding on last group
2024-01-08 15:28:36 +01:00
trattaa
75d394fb6e
chore: update translations ( #4320 )
2024-01-08 15:34:25 +08:00
Lucas.Xu
875b9d6cfc
feat: improve mobile touch gesture experience ( #4328 )
2024-01-08 15:06:59 +08:00
occhiodipesce
e9326d49c0
chore: update it-IT translations ( #4325 )
...
* inlang: update translations
* inlang: update translations
2024-01-08 10:11:36 +08:00
Nathan.fooo
4ee6e297c6
chore: bump collab ( #4327 )
2024-01-08 08:21:57 +08:00
Richard Shiue
c4ebccafd4
fix: adjust select option button hover and padding ( #4323 )
2024-01-07 21:16:48 +08:00
Nathan.fooo
ba482a30a3
chore: recreate snapshot table & remove old data ( #4322 )
...
* chore: recreate snapshot table & remove old data
* chore: disable test
* chore: fmt
2024-01-07 13:59:39 +08:00
Nathan.fooo
76416cfdba
test: Import folder test ( #4321 )
...
* fix: import old version appflowy data
* chore: add 037 test
* chore: add default appflowy cloud url
* chore: bump collab
2024-01-07 11:12:05 +08:00
Nathan.fooo
2557e4f3cc
chore: using zstd as collab_db compression method and Deflated as zip file compression method ( #4318 )
2024-01-06 12:46:11 +08:00
Kilu.He
79c912219d
feat: appflowy_web build ( #4302 )
...
* chore: create web folder
* fix: support lib-dispatch and notification compiling to wasm
* refactor: wasm
* refactor: call async evnet
* chore: add web ci
* ci: fix
* ci: fix
* ci: fix
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-01-06 11:50:05 +08:00
Nathan.fooo
89370b4a55
chore: lib-dispatch wasm build ( #4307 )
...
* chore: lib-dispatch wasm build
* chore: add wasm crate
* chore: add wasm demo
* chore: fix test
2024-01-06 00:37:26 +08:00
Baraa Al-Masri
ecbc2601c4
chore: update ar-SA translations ( #4131 )
...
* chore: update translations from inlang
* Resync translations from upstream
2024-01-06 00:34:40 +08:00
TasseDo
f3753435e6
chore: update fr-FR and fr-CA translations ( #4305 )
...
* inlang: update translations
* inlang: update translations
2024-01-05 21:21:57 +08:00
Richard Shiue
1eeb812a1c
refactor: rename database code path from database_view to database ( #4310 )
2024-01-05 17:30:54 +08:00
Lucas.Xu
6dba118413
fix: macos universal build ( #4311 )
2024-01-05 15:28:47 +08:00
Richard Shiue
ee7fc5d77d
fix: number field editor full height ( #4308 )
2024-01-05 12:21:51 +08:00
Nathan.fooo
e7533c149f
chore: bump client api ( #4306 )
2024-01-05 11:49:28 +08:00
maTh
bdec917a35
chore: update de-DE translations ( #4272 )
...
* fix: labels from bottom of list started to translate
* fix: finished the last labels
* fix: Comma
* fix: typo
* fix: better wording for forstDayOfWeek
* fix: better wording for incluceTime
2024-01-05 11:13:54 +08:00
Abhijeet Singh
76a3daecaf
chore: update es-VE translations ( #4267 )
...
* Update es-VE.json
* inlang: update translations
* Delete project.inlang/project_id
* inlang: update translations
* Delete project.inlang directory
* Create settings.json
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-01-05 11:09:02 +08:00
Nathan.fooo
ed1952d6a9
chore: bump client api ( #4303 )
2024-01-05 06:12:21 +08:00
Nathan.fooo
5a87229fe9
chore: Collab wasm build ( #4297 )
...
* fix: ci
* fix: ci
* fix: build
* chore: bump collab
2024-01-05 00:05:38 +08:00
Nathan.fooo
eac878d563
fix: import document from database row ( #4295 )
...
* fix: import document from database row
* chore: update test
* chore: fix test
* chore: fix test
* chore: fix test
* chore: fix local user on appflowy cloud error
* chore: clippy
* chore: bump pubspec version
2024-01-04 08:02:12 +08:00
Nathan.fooo
de08c01c4c
chore: bump version ( #4294 )
...
* chore: bump version
* chore: bump version
2024-01-03 12:35:26 +08:00
Nathan.fooo
7937fd1f3a
fix: 040 bugs ( #4285 )
...
* test: add tests
* chore: set maximum log files
* fix: import row document
* chore: bump client api
* chore: fix analyzer
* chore: fix flutter unit test
2024-01-03 11:41:29 +08:00
maTh
eef5c2bf66
fix: more labels translated to German and improved ( #4261 )
2024-01-01 13:33:28 +08:00
dependabot[bot]
9c769cd7e5
chore: bump @babel/traverse in /frontend/appflowy_tauri ( #4260 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.21.5 to 7.23.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 13:42:43 +08:00
dependabot[bot]
eac58dc212
chore: bump @tauri-apps/cli in /frontend/appflowy_tauri ( #4263 )
...
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri ) from 1.3.1 to 1.5.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/cli.js-v1.3.1...@tauri-apps/cli-v1.5.6 )
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 13:42:11 +08:00
Lucas.Xu
857f645131
fix: windows package output path ( #4265 )
2023-12-31 11:54:55 +08:00
Nathan.fooo
2521611d6a
chore: bump sqlite system deps ( #4262 )
...
* chore: bump sqlite system deps
* chore: bump open ssl
* chore: fix clippy
* chore: remove unused deps
* chore: fix test
2023-12-31 10:23:43 +08:00
Nathan.fooo
5facb61e23
refactor: crates ( #4258 )
...
* chore: rename flowy-folder2 to flowy-folder
* chore: rename flowy-document2 to flowy-document
* chore: fix test
* chore: move lib-infra crate
* chore: remove shared-lib
* chore: fix clippy
2023-12-31 07:29:40 +08:00
Lucas.Xu
2f6a4f8c7b
chore: adjust flutter windows release path ( #4257 )
2023-12-31 02:23:27 +08:00
Lucas.Xu
84b8b92582
chore: upgrade flutter dependencies ( #4256 )
2023-12-30 22:23:01 +08:00
Lucas.Xu
827d7c381e
chore: bump version 0.4.0 ( #4255 )
2023-12-30 15:52:09 +08:00
maTh
b0bf99da34
fix: more labels to German translated and improved ( #4248 )
2023-12-30 15:49:09 +08:00
Yijing Huang
ca50e56474
chore: update fontFamily in button theme ( #4251 )
2023-12-30 15:48:20 +08:00
Nathan.fooo
36cf653d64
chore: support import appflowy data into current workspace ( #4254 )
...
* chore: support import appflowy data into current workspace
* refactor: code
* chore: unused ref
* chore: update url
2023-12-30 13:44:09 +08:00
Nathan.fooo
8ccd1ec72c
chore: remove anon user when sign up with a new user ( #4253 )
...
* chore: remove anon user when sign up with a new user
* chore: clippy
2023-12-30 09:36:22 +08:00
Nathan.fooo
7ba3020ab3
chore: skip create sync plugin when the authenticator for given user … ( #4252 )
...
* chore: skip create sync plugin when the authenticator for given user is local
* chore: bump collab
2023-12-30 07:05:26 +08:00
Nathan.fooo
50694bb589
chore: support Rust 1.75 ( #4246 )
...
* chore: fix wanrings
* chore: update rust version
2023-12-30 01:22:06 +08:00
Nathan.fooo
206ccb2c43
fix: supabase sync ( #4243 )
...
* chore: fix supabse sync
* chore: bump collab
* chore: fmt
* chore: remove unused key
2023-12-29 15:03:24 +08:00
Kilu.He
d2ccec79e4
feat: support block align ( #4219 )
...
* fix: mention bugs
* feat: support to align block range
* fix: inline formula bugs
* fix: adjust UI of color picker
* fix: tab bugs
2023-12-29 13:50:06 +08:00
Nathan.fooo
69469e9989
feat: Import appflowy data ( #4236 )
...
* refactor: traits
* feat: import data
* chore: track database view
* fix: import
* refactor: collab doc state
* refactor: get collab doc state
* feat: batch create collab object
* fix: test
* ci: run docker compose if the server is not up
* chore: bump collab
* chore: update ci
* chore: update ci
* chore: update ci
* chore: implement ui
* chore: implement ui
* chore: implement ui
2023-12-29 13:02:27 +08:00
Richard Shiue
c821b8c4fe
fix: field editor bugs ( #4241 )
2023-12-29 11:35:53 +08:00
Lucas.Xu
93786bad44
fix: disable unsupported buttons ( #4242 )
...
* fix: disable ... button and recover selection after changing text font
* fix: add image block will close keyboard on Android
* fix: the padding of align items are not equal
* fix: callout block issues
2023-12-29 11:35:39 +08:00
Lucas.Xu
f5bfcdcb98
fix: unable to see the text of link menu in dark mode ( #4239 )
2023-12-29 11:18:00 +08:00
Lucas.Xu
d57b61b213
fix: mobile ci ( #4232 )
2023-12-29 11:17:50 +08:00
Yijing Huang
43a3a1e4b2
chore: remove showFlowyMobileBottomSheet and replaced by showMobileBottomSheet ( #4234 )
2023-12-29 09:47:03 +08:00
Yijing Huang
65f3296508
chore: update board package ref version ( #4233 )
2023-12-29 09:46:29 +08:00
Yijing Huang
5cede74c89
fix: remove keyboard when tap outside text field ( #4235 )
2023-12-29 09:46:10 +08:00
Richard Shiue
54fcc4ac5b
fix: notify all views of field type option ( #4229 )
2023-12-29 08:11:26 +08:00
Lucas.Xu
2ca911950c
chore: adjust configuration for google play console ( #4231 )
2023-12-28 21:02:17 +08:00
Abhijeet Singh
462b67def9
chore: update translations ( #4198 )
...
* Update es-VE.json
* inlang: update translations
* Delete project.inlang/project_id
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-12-28 20:47:12 +08:00
Lucas.Xu
30a28b12d1
feat: add image block on mobile ( #4230 )
2023-12-28 20:39:18 +08:00
Lucas.Xu
0b3c904984
feat: add block menu ( #4222 )
...
* feat: add block menu
* fix: android add block issue
2023-12-28 12:37:10 +08:00
maTh
1e16168a3d
fix: better wording for German i18n ( #4227 )
2023-12-28 11:05:23 +08:00
Nathan.fooo
f5db384fc2
chore: bump collab ( #4224 )
...
* chore: bump collab
* chore: fix compile
2023-12-28 03:30:04 +08:00
Richard Shiue
ce58737ec5
fix: bottom sheet updates apply immediately ( #4220 )
...
* fix: mobile field editor
* fix: immediately update select option
* fix: insert left and right field flow
* fix: create row behavior
2023-12-27 23:52:54 +08:00
Richard Shiue
ca7b186325
chore: remove misleading vscode launch task ( #4217 )
2023-12-27 23:28:55 +08:00
Lucas.Xu
d05b633b9b
feat: improve toolbar dark mode ( #4218 )
2023-12-27 20:29:14 +08:00
Richard Shiue
1cde5a0df6
fix: mobile launch review ( #4214 )
...
* fix: text for changing field type
* fix: field name text field autofocus
* fix: don't allow insert left on primary field
* fix: edit field from view setting
* fix: edit non-current database view
* fix: row detail toggle hidden fields button
* fix: database view name autofocus
* fix: mobile date picker
* fix: deleting select option not deleting column
* fix: duplicate and delete view
* fix: mobile tab bar header left padding
2023-12-27 11:56:06 +08:00
Nathan.fooo
df8409178b
refactor: remove singleton db ( #4208 )
...
* refactor: remove singleton db
* chore: fix warning
* chore: fix warning
* chore: update test
* chore: only resotre or backup when init call
* test: fix
* test: fix
* test: fix
* fix: timeout notification
* chore: rename
* chore: rename
* chore: disable test
* chore: remove log
* chore: remove log
* chore: add log
* chore: rename test functions
* chore: add test asset
* chore: bump client api
* chore: disable some tests
2023-12-27 11:42:39 +08:00
Lucas.Xu
121ed5a06e
fix: tooltips and overlay related issues ( #4206 )
...
* fix: align button tooltip
* chore: upgrade Flutter to latest beta version
* chore: bump version 0.4.0
* chore: minor ui update
* chore: update dependencies
* chore: upgrade flutter api
* chore: use beta channel
* chore: disable search bar and optimize toolbar ui
* chore: rename extra info keys
* feat: highlight text again after changing color
* chore: update iOS icon
* fix: lose children issues when converting block type
* chore: update editor version
* chore: update iOS icon and android navigation bar color
* fix: docker build issue
* fix: android keyboard issues
* chore: update icon
2023-12-27 11:11:14 +08:00
Kilu.He
29e80a0f32
refactor: support nested block struct ( #4200 )
...
* refactor: support nested block struct
* fix: pasted bugs
* fix: fix lift node
* fix: unit test
* fix: selection style
* feat: support block color
* fix: turn to block bugs
* fix: code block bugs
2023-12-26 18:15:35 +08:00
Nathan.fooo
a49b009980
tests: more cloud test ( #4204 )
...
* test: add anon user test
* chore: add to runner
* test: fix
* test: fix
* test: add tests
* chore: add test
* chore: fix warn
* chore: fix warn
* fix: build
* fix: test
* chore: rename
* chore: fix test
* chore: fix test
* chore: fix test
* chore: disable test
2023-12-26 02:03:42 +08:00
Ansah Mohammad
9b55f5bc7f
fix: renamed duplicate shortcut commands ( #4196 )
2023-12-24 22:12:16 +08:00
Daniil
0371a28a42
chore: sync russian translation ( #4202 )
2023-12-24 22:10:31 +08:00
Lucas.Xu
ce51491cf6
feat: support menu action in aa toolbar item ( #4201 )
2023-12-24 22:08:49 +08:00
Nathan.fooo
c033d56978
chore: rename folder event ( #4205 )
2023-12-24 07:44:08 +08:00
Jiraffe7
a4a21c7e94
chore: Update Diesel to 2.1.x ( #4197 )
...
* chore: update diesel to 2.1.x
* chore: commit tauri cargo lock file
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-12-23 23:27:15 +08:00
Kilu.He
851296fa0e
fix: document title operation & copy & pasted
...
* fix: pasted html
* fix: document title operation
* fix: code review
* fix: jest test
* fix: copy & pasted
* fix: remove default style when pasted html
* fix: link selection
* fix: rust test
2023-12-23 21:14:32 +08:00
Lucas.Xu
c3b183504f
feat: mobile toolbar revamp ( #4194 )
...
* feat: toolbar ui revamp
* feat: implement bius and blocks
* feat: implement converting heading block
* feat: implement bius logic
* feat: implement numbered/bulleted/quote list logic
* feat: indent/outdent logic
* feat: implement link logic
* feat: toolbar ui improvement
* feat: implement toolbar biu logic
* feat: focus on biu if the selection is not collapsed
* feat: implement changing font logic'
* feat: implement color picker logic
* feat: support customzing text and background color
* fix: draghandler padding
2023-12-23 14:31:49 +08:00
Nathan.fooo
363bb3e45e
test: add tests ( #4199 )
2023-12-23 13:35:24 +08:00
Yijing Huang
acc93a603d
fix: remove italic in inlined code ( #4192 )
2023-12-22 16:28:28 +08:00
Richard Shiue
8045042e78
chore: adjust mobile grid cell design ( #4190 )
2023-12-21 20:41:58 +08:00
Nathan.fooo
1401ba5960
feat: anon user save ( #4185 )
...
* feat: anon user save
* chore: add missing files
* chore: remove error
2023-12-21 14:13:21 +08:00
Richard Shiue
0730a0caf4
fix: select field type option editor overflow ( #4188 )
2023-12-21 12:16:18 +08:00
Richard Shiue
13260e1db8
feat: mobile view editor improvements ( #4186 )
...
* feat: database view editor improvements
* feat: implement calendar settings
* fix: wrong view being opened
2023-12-21 11:51:42 +08:00
Richard Shiue
4fa08fda02
fix: translation into the wrong language ( #4187 )
2023-12-21 11:03:27 +08:00
iMiao
2042394501
chore: update translations ( #4156 )
...
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-12-21 09:34:49 +08:00
Yijing Huang
bbeae74ebd
feat: customized cursor and selection color ( #4168 )
2023-12-21 09:34:25 +08:00
Abhijeet Singh
3aad1c5bcd
chore: update es-VE.json ( #4173 )
2023-12-21 09:33:39 +08:00
Yijing Huang
f760e3d12a
fix: close emoji menu by ESC key ( #4182 )
2023-12-21 09:32:56 +08:00
Yijing Huang
890285bb7b
fix: exclude hyphen in code block ( #4183 )
2023-12-21 09:32:01 +08:00
Aslam
366e28752c
fix: text overflow issue of font family dropdown ( #3348 )
...
* fixed text overflow issue of font family dropdown
* added tooltip delay
* code review fixes: unwanted key removed; tooltip added for all fonts;
delay time reduces;
* Update frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/font_family_setting.dart
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-12-21 09:31:37 +08:00
Nathan.fooo
6ecc3c9076
test: add document sync test on appflowy cloud ( #4163 )
...
* test: add document sync test on appflowy cloud
* chore: add runner
* test: Stream has already been listened to.
* fix: using singleton subscription
* fix: using singleton subscription
2023-12-21 08:12:40 +08:00
Mohammad Zolfaghari
f5a9f2bf4d
fix: persist group order on reopenning AppFlowy ( #4080 )
...
* fix: persist group order on reopenning AppFlowy
Currently if you change groups order, on restarting AppFlowy they
will go back to what they were before.
This was because merge_groups function was not respecting the group
orders which were saved before as group settings.
* refactor: enhance the merge_group function
* refactor: use extend instead of for loop
2023-12-20 12:31:00 +08:00
Richard Shiue
d68c847d59
refactor: database field type option ( #4136 )
...
* refactor: include field type option in FieldPB
* refactor: adapt changes on flutter
* refactor: adapt changes on new tauri grid
* refactor: adapt changes on old tauri grid/board
* chore: merge
2023-12-20 11:11:38 +08:00
Lucas.Xu
9a1ea138fc
feat: sync the icon & title ( #4150 )
...
* feat: sync the icon & title
* feat: diff the view data when refreshing
* fix: unable to update folder
* test: refactor bloc tests
2023-12-20 10:08:35 +08:00
Bowling
b466b425a5
chore: update translations ( #4138 )
2023-12-19 22:43:35 +08:00
Ansah Mohammad
15aefaa956
feat: add confirmation when deleting/restoring a page in the trash. ( #4170 )
...
* feat: added prompt before delete and restore
* feat: added prompts before delete all and restore all
* chore: fixed indendation
* refactor: changed the confirmation dialogue to use NavigatorAlertDialog
* chore: replaced text with localisable string and removed message from confirmationDialog
* refactor: Use alert directly from NavigatorAlertDialog
2023-12-19 22:42:37 +08:00
Lucas.Xu
e7bdce0997
feat: mobile UI improvement ( #4172 )
...
* chore: use 1.0 as default textScaler
* feat: mobile editor ui improvement
2023-12-19 22:31:23 +08:00
Nathan.fooo
44e48712a6
chore: bump client api and collab ( #4162 )
2023-12-19 04:36:24 +08:00
Mathias Mogensen
7d512578b2
refactor: date picker abstraction ( #4159 )
...
* refactor: date picker abstraction
* refactor: move include time button
2023-12-18 13:10:12 +01:00
Kilu.He
0783f94cd6
chore: optimize the experience of the document ( #4152 )
...
* fix: scroll bug of grid
* chore: optimize the experience of the document
* fix: drag folder
* fix: add unit test to provider
2023-12-18 17:44:47 +08:00
Richard Shiue
eef34caf27
feat: revamp mobile database tab bar ( #4160 )
2023-12-18 17:04:20 +08:00
Nathan.fooo
5ef9d55dca
fix: open local folder when fail to init with remote server data ( #4158 )
2023-12-18 03:14:05 +08:00
Richard Shiue
781fbf1b30
refactor: some code organization and date picker ui improv ( #4148 )
...
* chore: use appflowy_editor's platform extensions
* chore: organize code
* chore: improve mobile date picker
2023-12-15 18:20:44 +08:00
Lucas.Xu
60ba775bed
fix: scheme doesn't work on macOS with flutter 3.16 ( #4147 )
...
* fix: scheme doesn't work on macOS with flutter 3.16
* chore: revert code
2023-12-15 16:07:08 +08:00
Richard Shiue
d862455342
feat: add borders on mobile grid ( #4146 )
...
* feat: mobile grid ui improvements
* chore: restore Podfile.lock
2023-12-14 23:15:26 +08:00
Lucas.Xu
d26606d3d3
fix: unable to sync the folder data ( #4141 )
2023-12-14 20:33:00 +08:00
mahynotch
6cece56ca7
chore: update translations ( #4144 )
...
* inlang: update translations
* inlang: update translations
* inlang: update translations
2023-12-14 15:15:05 +07:00
Camus Qiu
2b096e967d
fix: chinese translation error ( #4115 ) ( #4142 )
2023-12-14 15:13:50 +07:00
Ansah Mohammad
7884fd1913
chore: added settings.json in gitignore ( #4130 )
...
* added settings.json in .gitignore
* Stop tracking .vscode/settings.json
2023-12-13 15:26:21 +08:00
Lucas.Xu
3f9b598493
feat: add link preview block ( #4137 )
...
* feat: add link preview block
* test: add integration test
2023-12-13 15:21:38 +08:00
Lucas.Xu
d5b9063f78
chore: revert flutterMode ( #4135 )
2023-12-12 17:01:23 +08:00
watchakorn-18k
b80b222527
chore: update translated into the most recent version in Thai, with extra words fixed. ( #4132 )
...
* Added Thai language
* Complete Thai translation
* feat: Added Thai translation
* chore: Translate more Thai using modern terminology and avoid outdated slang.
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-12-12 10:03:56 +08:00
Nathan.fooo
c175947818
chore: bump up client api ( #4128 )
...
* chore: bump up client api
* chore: bump up collab rev
* chore: bump up client api
2023-12-11 22:25:07 +08:00
Richard Shiue
b7b8713cd9
chore: code cleanup ( #4129 )
2023-12-11 20:49:21 +08:00
Lucas.Xu
81e09ae72e
fix: database memory leaks ( #4126 )
2023-12-11 20:48:58 +08:00
Richard Shiue
4e6643eca8
refactor: order object position and field service ( #4118 )
...
* refactor: create OrderObjectPositionPB
* refactor: use ObjectOrderPosition for creating rows
* refactor: field backend service
* refactor: use field_id for reordering fields
* style: reorder dependencies
* fix: changes on tauri
* feat: insert row above
* chore: don't pass group_id while duplicating a row
2023-12-11 11:19:20 +08:00
Lucas.Xu
7586930ef0
chore: disable material3 ( #4124 )
2023-12-11 10:23:48 +08:00
Richard Shiue
e9a4efb67d
chore: reorganize vscode tasks ( #4125 )
2023-12-11 09:01:12 +08:00
Richard Shiue
eff06a1f74
chore: bump protobuf version ( #4123 )
...
makes it compatible with protoc_plugin 21.x.x
2023-12-10 21:26:53 +08:00
Lucas.Xu
775955df5c
feat: optimize editor memory usage ( #4120 )
2023-12-10 21:26:23 +08:00
Yijing Huang
8cf6ab32f0
fix: mobile UI ( #4121 )
...
* fix: use default splash color
* chore: improve card border UI
2023-12-10 21:25:11 +08:00
Mathias Mogensen
177cca60c4
fix: notes disappears ( #4122 )
2023-12-10 13:44:37 +02:00
Mathias Mogensen
649545cdf3
feat: mobile notifications screen ( #4100 )
...
* fix: update username on mobile header on change
* feat: notifications page
* feat: refactor and refinement
* fix: code review
2023-12-08 21:04:09 +08:00
Henrique Miossi de Araújo
2a421034d9
chore: update pt-BR translations ( #4109 )
2023-12-08 21:02:27 +08:00
Lucas.Xu
ef49cb6577
feat: upgrade to flutter 3.16 ( #4119 )
...
* feat: upgrade to flutter 3.16
* chore: adjust flutter 3.16 new api
* chore: code format
* fix: ci lint
* chore: code format
* chore: dart format
2023-12-08 21:01:54 +08:00
Lucas.Xu
6338ca1417
feat: support building apk on github action ( #4117 )
2023-12-08 15:49:06 +08:00
Nathan.fooo
acb3c795d0
chore: bump client api ( #4112 )
2023-12-07 10:33:25 +08:00
Lucas.Xu
4405b597cd
chore: bump version 0.3.9.1 ( #4113 )
2023-12-07 09:36:12 +08:00
Richard Shiue
a7ce21e941
fix: mobile board card title not updating ( #4110 )
2023-12-07 09:09:18 +08:00
nathan
05bdd052ab
chore: fmt
2023-12-07 08:05:33 +08:00
Nathan.fooo
d86431dfbc
fix: migrate cloud document when the document content is not sync to … ( #4108 )
...
* fix: migrate cloud document when the document content is not sync to local
* chore: clippy
2023-12-07 01:14:02 +08:00
Nathan.fooo
4837d7f7fe
fix: migrate anon user to appflowy cloud ( #4106 )
...
* chore: fix migrate anon user to appflowy cloud
* chore: remove log
* fix: test
* chore: fmt
2023-12-06 22:54:17 +08:00
Kilu.He
d765806337
feat: parity features for flutter grid ( #4082 )
...
* feat: parity features of flutter grid
* feat: replace another virtual scroll component
* fix: fix eslint error
* fix: modify the drag style
* fix: remove log
* fix: add css style for row when context menu display
2023-12-06 14:54:41 +08:00
Lucas.Xu
fe5ce75ea8
fix: minor ui issues ( #4102 )
...
* fix: minor ui issues
* feat: support using emoji as icon
* chore: update langauges
* fix: missing reminder bloc in detail page
* fix: integration test
2023-12-06 13:49:30 +08:00
Richard Shiue
99b2b2712b
test: date group_id generation logic ( #4045 )
2023-12-06 12:06:49 +08:00
Richard Shiue
96af012471
fix: grid width update ( #4101 )
...
* chore: enable checklist on mobile
* fix: width of grid not updating properly
* chore: fix sign-in button color and font
2023-12-06 11:39:25 +08:00
Nathan.fooo
7ad05feb5b
fix: nav title of cloud setting on mobile ( #4098 )
2023-12-06 06:02:45 +08:00
nathan
69d3181a64
fix: icon url
2023-12-06 03:05:07 +08:00
Nathan.fooo
109ebaf989
fix: url icon ( #4097 )
2023-12-06 02:38:50 +08:00
Nathan.fooo
1a13de2ee9
chore: bump collab rev ( #4096 )
2023-12-06 02:04:23 +08:00
Lucas.Xu
48d6967d3b
fix: double click to select / unselect options ( #4094 )
...
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-12-05 20:23:20 +08:00
Lucas.Xu
7d55153475
feat: add quick edit panel ( #4089 )
...
* feat: add quick edit panel
* feat: improve datepicker color
* fix: quick edit field editor overflow
* chore: try to fix mobile ci
* Revert "chore: try to fix mobile ci"
This reverts commit 68f0ccecd6
.
2023-12-05 17:34:42 +08:00
Richard Shiue
d25830aece
feat: mobile grid fab ( #4093 )
2023-12-05 17:24:38 +08:00
Richard Shiue
04eea26a55
fix: hidden board card cannot open as page ( #4090 )
...
* fix: card open in board
* style: super.key and remove unused variables
* chore: more code cleanup
2023-12-05 17:24:21 +08:00
Richard Shiue
25e94da7e7
feat: mobile checklist ( #4088 )
...
* fix: grid header new property font size on desktop
* feat: checklist cell and editor on mobile
2023-12-05 13:39:51 +08:00
Nathan.fooo
2d7a373d77
chore: fix migrate empty document ( #4087 )
...
* chore: fix migrate empty document
* chore: update collab rev
2023-12-05 12:25:15 +08:00
Lucas.Xu
1491fbfb0d
fix: 0.3.9 launch review ( #4076 )
...
* fix: cursor away doesn’t save the change. This behavior is inconsistent with the rest
* fix: emoji doesn’t show fully
* chore: set the default header text style to bold
* fix: add missing divider in time option
* fix: update placeholder cover color
* fix: background color of the change cover button
* fix: remove redundant padding
* fix: use done action instead of return
* fix: incorrect font size used in board and editor
* feat: update appflowy-editor
* fix: document freeze and the toolbar was invisible when hovering the align icon that in the toolbar
* fix: snackbar text is invisiable
* feat: padding of add icon button should be aligned the block
* chore: update icon
* fix: ci issues
* feat: add time picker
2023-12-05 10:46:17 +08:00
Nathan.fooo
0d776a9294
chore: bump up yrs to 0.17.1 ( #4078 )
...
* chore: bump yrs
* chore: update rev
2023-12-05 06:20:07 +08:00
Richard Shiue
d4cef2e866
chore: various database UI fixes ( #4077 )
...
* chore: only activate row detail from primary field
* chore: fix create filter and sort list
* chore: allow reordering rows when active filter
* chore: reduce animations in tab bar
* chore: url accessory tooltip
* feat: use number keyboard for number cell inputs
* chore: mobile grid padding adjustments
* chore: field cell redesign and first field cannot be reordered
* fix: deal with empty fields
* chore: improve appearance of card action sheet
2023-12-04 22:58:02 +08:00
Kilu.He
a070ed2441
feat: support all fields type and filters in grid of tauri
...
* feat: support the single select field actions in grid of tauri
* feat: support multiselect
* feat: support number field and number filter
* feat: support url field
* fix: eslint error
* feat: support checkbox filter
* feat: support checklist field
* fix: adjusting keydown event
* fix: edit record ui
* feat: support date field
* fix: url field bugs
* fix: the bug of the type option wasn't update
* chore: make plural tokens compatible with tauri
* fix: plural key
* fix: optimize get cell performance
* fix: update ts error
* fix: update select option bugs
* fix: grid calculate css
* fix: add DidUpdateFieldSettings
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-12-04 10:33:31 +08:00
Richard Shiue
5fa441cbf5
fix: launch review issues ( #4075 )
...
* chore: add a tooltip for fields in row detail page
* fix: grouping by field makes cell contents disappear
* chore: code cleanup
* chore: env var values in launch.json should be string
* fix: group orders not being saved
* test: fix test
* chore: more code cleanup
* fix: field settings not found
* chore: ellide cell text
* fix: alignment issues in row detail page
2023-12-04 10:22:26 +08:00
Lucas.Xu
4ae679128f
fix: mobile ui issues ( #4074 )
...
* fix: edit field ui issues
* fix: set desktop font weight to w500
2023-12-03 22:12:07 +08:00
Richard Shiue
4d71b42a3d
chore: misc mobile UI improvements ( #4072 )
...
* chore: adjust colors
* chore: adjust card detail padding and text weight
* fix: recent view horizontal padding
* chore: entire row opens row detail page
2023-12-03 12:19:43 +08:00
Richard Shiue
ff3ff9f888
feat: integrate new field editor components ( #4070 )
...
* chore: use the fancy new create field UI
* chore: adjust select option tag text weight
* chore: use new field editor
* chore: remove old field editor
* chore: code cleanup
2023-12-02 22:23:19 +08:00
Lucas.Xu
147080ad27
chore: bump version 0.3.9 ( #4069 )
2023-12-02 21:34:42 +08:00
Richard Shiue
bb4b987681
chore: require always two lines ( #4068 )
2023-12-02 21:33:15 +08:00
Lucas.Xu
415f121720
feat: edit property ( #4065 )
...
* feat: edit property
* feat: disable actions if field is primary
* feat: remove include time
* chore: set title to medium
* fix: flutter analyze
* chore: update built in text style
* chore: update text style
* fix: unable to click the calendar day
2023-12-02 20:39:03 +08:00
Yijing Huang
9824d5980a
fix: mobile bugs fix ( #4059 )
...
* fix: add missing tap gesture
* fix: unify bottom sheet shape and padding
* fix: fail to pop the detail page when add new card
* fix: show card title placeholder when it is empty
* refactor: ThirdPartySignInButtons
* chore: add resizeToAvoidBottomInset in showFlowyMobileBottomSheet
* chore: refactor code
2023-12-02 19:46:02 +08:00
Richard Shiue
5ff6405f7f
chore: optimize recent page views section UI ( #4067 )
...
* chore: adjust text sizing in recent views section
2023-12-02 18:07:07 +08:00
Nathan.fooo
a4e0c5754f
ci: cloud integration test ( #4062 )
2023-12-02 06:47:10 +08:00
Richard Shiue
5f94ba129e
feat: mobile detail page UI revamp ( #4057 )
...
* feat: card detail page ui revamp
* feat: redesign the cells
* chore: code cleanup
* chore: code review
* fix: merge issues
* chore: adjust cell ui size and padding
* fix: dart analyzer
* fix: integration test
* fix: test
2023-12-02 02:03:30 +08:00
Lucas.Xu
af07b53484
feat: new property ui revamp ( #4063 )
...
* feat: implement new property page
* feat: implement date option
* feat: add include time
* feat: add field header
* feat: implement new property page
* feat: add icons
* feat: add color list
* feat: add color list
* feat: integrate new property page
* feat: support creating property with values
* fix: select option doesn't work
* feat: set textinputaction to done
2023-12-01 20:16:43 +08:00
Nathan.fooo
b43b522d97
chore: enable cloud setting on mobile ( #4060 )
...
* chore: enable cloud setting on mobile
* chore: disable ansi
* chore: bump up client api
* chore: bump up client api
2023-12-01 11:17:49 +08:00
Lucas.Xu
0683483fd4
fix: editor page issues ( #4055 )
...
* fix: disable editor in card detail page
* fix: mobile toolbar disappears after editing link
* fix: favorite icon shows incorrectly
* fix: inkWell when pressing on the Trash is different from the rest of our list tiles in the app
* fix: recent view didn't update after deleting view
* fix: trash button too small
* feat: use new bottom sheet style in cover plugin
* feat: use new bottom sheet style in add new page
* feat: use new bottom sheet style in view page option
* feat: use new bottom sheet style in image block
* feat: use new bottom sheet style in settings block and edit link menu
* fix: data picker doesn't show
* fix: flutter analyze
2023-12-01 09:58:36 +08:00
Nathan.fooo
afab3d5374
chore: enable debug with localhost ( #4058 )
2023-12-01 05:47:12 +08:00
Mohammad Zolfaghari
066bba95f5
fix: update auto-update fields on change group ( #3833 )
...
* fix: update auto-update fields on change group
auto-update fields should get updated when on moving row from one
group to another. They where getting updated only on changing row
properties directly.
Also added integration test for changing row groupd related to #3010 .
* style: rust format
* fix: add board group test to runner
* fix: update auto updated fiels only when group has changed
* fix: apply group changeset before move_row
* fix: get from_row before move_row
* fix: groups method changed to get_all_groups
* fix: pass from group id in move group payload
We can't know the from group id from the row itself. Because a row
can exist in multiple groups (group by multiselect).
* fix: MoveGroupRowPayloadPB from_group_id index
2023-12-01 00:24:10 +08:00
Nathan.fooo
d004c94a2f
chore: bump up tauri version ( #4056 )
2023-12-01 00:11:43 +08:00
Lucas.Xu
c0ae803280
feat: hide tabbar when pushing to view page ( #4050 )
2023-11-30 16:56:59 +08:00
Lucas.Xu
d7a67c0efb
feat: support editing database icon ( #4052 )
2023-11-30 16:56:44 +08:00
Nathan.fooo
b307dd30d8
chore: fix macos open crash ( #4051 )
...
* chore: disable native cpu
* chore: update client api
2023-11-30 13:46:10 +08:00
Yijing Huang
068245eec9
chore: improve UI in MobileSignInScreen ( #4048 )
2023-11-30 10:03:25 +08:00
Yijing Huang
6b4d4fef15
feat: mobile board view ( #4030 )
2023-11-30 10:01:29 +08:00
Nathan.fooo
64aa2ba7e4
feat: open appflowy from admin web ( #4047 )
...
* feat: open appflowy from admin web
* feat: add loading indicator
2023-11-30 04:55:13 +08:00
Lucas.Xu
8665a25b39
feat: date picker ui revamp ( #4044 )
...
* feat: date picker editor
* feat: refactor date picker on mobile
* chore: update background color
* feat: date picker UI revamp
* feat: optimize the scroll behavior
* chore: remove unused code
2023-11-29 21:02:04 +08:00
Yijing Huang
551e012147
feat: improve UI in MobileFieldEditor ( #4042 )
2023-11-29 10:38:11 +08:00
Lucas.Xu
7da759c662
feat: support select / multi select option ( #4039 )
...
* feat: implement select option cell
* feat: support adding new select option
* feat: support selecting / deselecting option
* feat: clear search field after adding new property
* feat: support updating option name
2023-11-29 09:38:53 +08:00
Nathan.fooo
8036d070ad
feat: create the default workspace on cloud when using appflowy cloud ( #4040 )
...
* chore: sync strategy for collab type
* chore: update rev id
* chore: update rev id
* ci: fix test
* ci: fix test
2023-11-29 07:49:47 +08:00
Mathias Mogensen
a5ed145aa3
feat: mobile no date optimization ( #4038 )
...
* feat: mobile no date optimization
* fix: code review
2023-11-29 07:19:40 +08:00
Richard Shiue
20b485bcfe
feat: insert a new field to the left or right of an existing one ( #4022 )
...
* feat: allow inserting fields before or after a certain field
* fix: tauri build
* chore: implement frontend
* test: rust-lib tests
* test: integration test
* chore: point to temp collab rev
* chore: bump collab rev
* chore: fix tauri build
* chore: fix the tauri build, for real this time
* fix: new field editor show detail not general
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-11-29 04:42:53 +08:00
Lucas.Xu
94f9349aba
fix: sv.json missing ( #4035 )
2023-11-28 11:46:11 +08:00
Mathias Mogensen
a9ea8fd159
fix: changing visibility of property ( #4032 )
...
* fix: changing visibility of property
* fix: null aware ternary
2023-11-28 11:45:50 +08:00
Mathias Mogensen
1e6762b424
fix: url cell mobile ( #4029 )
2023-11-28 11:45:02 +08:00
Richard Shiue
7c54b6d599
fix: mobile grid issues ( #4026 )
...
* chore: some mobile grid issues
* fix: grid right padding
2023-11-28 11:44:45 +08:00
Nathan.fooo
3e17613f54
tests: AppFlowy Cloud integration test ( #4015 )
...
* chore: save cloud ofnig
* chore: fix .a link warnings
* chore: add cloud test runner
* refactor: test folder
* ci: add test
* ci: add test
* ci: fix
* ci: fix
2023-11-28 10:54:31 +08:00
Richard Shiue
9d61ca0278
feat: delete kanban board groups ( #3925 )
...
* 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
* feat: delete kanban groups
* chore: forgot to save
* chore: fix build and small ui adjustments
* chore: add a confirm dialog when deleting a column
* fix: flutter lint
* test: add integration test
* chore: fix some design review issues
* chore: apply suggestions from Nathan
* fix: write lock on group controller
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2023-11-28 10:43:22 +08:00
Lucas.Xu
3595de5e12
fix: v0.3.8.2 known issues ( #4025 )
2023-11-28 10:29:05 +08:00
Mathias Mogensen
32ca864bf7
fix: open slash menu on adding block above/below ( #4028 )
2023-11-28 02:41:30 +01:00
Mathias Mogensen
bfa9233bd4
fix: mobile improvements for calendar ( #4027 )
2023-11-28 02:13:22 +01:00
Lucas.Xu
c659cf4ff2
fix: mobile UI issues ( #4020 )
...
* fix: color picker overflow
* fix: image picker overflow
* feat: expand list item to 48.0
2023-11-27 13:51:05 +08:00
Richard Shiue
cac3acd553
feat: open a mobile grid row as a page ( #4000 )
...
* chore: restore text cursor color
* chore: open row as a card in mobile
* refactor: clean up code
* chore: code review
* chore: restore c++ shared library
2023-11-27 12:37:38 +08:00
Mathias Mogensen
771dd9979f
feat: mobile database settings rework ( #4016 )
...
* feat: mobile database settings rework
* chore: clean
2023-11-27 12:36:10 +08:00
Lucas.Xu
929508df16
chore: set minimum macos target development target supported to 10.14 ( #4011 )
2023-11-27 10:29:39 +08:00
Lucas.Xu
79b1515c3a
fix: memory leaks ( #3995 )
...
* feat: add memory leak monitor
* fix: memory leaks
* feat: dump call stack in memory leak detector
* chore: disable memory leak detector
2023-11-26 15:10:48 +08:00
Mathias Mogensen
7fb1b4f43f
feat: optimize calendar for mobile ( #3979 )
...
* feat: calendar mobile ui
- Resolves double border on Calendar Cells
- Adds Jump to year quick action for Mobile
- Reduces Cell height in Calendar
- Change out EventList with EventIndicator in Cell
* chore: push card details screen
* fix: navigation to card details
* feat: day events screen update on new event
* fix: changes after merging main
* fix: missing argument
* fix: amend test and remove stack
2023-11-25 15:31:54 +01:00
Nathan.fooo
b3dd5fb8bd
fix: windows callback ( #4006 )
...
* tests: fix supabase integration test
* ci: fix
* chore: fix windows callback
2023-11-25 17:18:31 +08:00
Richard Shiue
29a6eab1ce
fix: select option mouse-click event conflict ( #4003 )
2023-11-24 23:13:52 +08:00
Richard Shiue
c475a5d960
ci: use linux vm for dart unit test ( #3991 )
...
* chore: use the faster linux vm
* chore: download artifact
* chore: make it work
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-24 16:20:25 +08:00
Lucas.Xu
414bb26e56
feat: support changing block background color ( #3998 )
2023-11-24 15:30:20 +08:00
Nathan.fooo
1fad713477
feat: custom server url in application ( #3996 )
...
* chore:test
* chore: update ui
* feat: set appflowy cloud url
* chore: add self host docs
* fix: save user
* fix: sign out when authenticator not match
* fix: sign out when authenticator not match
* fix: db lock
* chore: remove unuse env file
* test: disable supabase cloud test
* test: disable supabase cloud test
* chore: fix save
2023-11-24 11:54:47 +08:00
Richard Shiue
e18e031710
chore: adjust board card UI ( #3954 )
...
* chore: adjust board card UI
* chore: fix accessory popover and add title placeholder
* chore: add pubspec.lock
* chore: fix integration test
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: apply suggestions from Mathias
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-11-24 00:25:12 +08:00
Lucas.Xu
bddaac05ae
fix: unable to login on android when building in release mode ( #3994 )
2023-11-23 23:32:52 +08:00
Richard Shiue
66835a5409
feat: field editing bloc refactor and add mobile field editor ( #3981 )
2023-11-23 16:43:29 +08:00
Lucas.Xu
8afbf28430
feat: improve editing link user experience ( #3990 )
2023-11-23 16:42:36 +08:00
Kilu.He
0427402ba7
fix: adjusting sort UI and support filter and settings ( #3971 )
...
* fix: adjusting sort UI and support filter and settings
* fix: code review
2023-11-23 15:57:08 +08:00
Emil
6973d66263
chore: update Russian translations ( #3933 )
2023-11-23 12:40:27 +08:00
watchakorn-18k
5fea801a88
chore: add Thai language ( #3985 )
...
* Added Thai language
* Complete Thai translation
* feat: Added Thai translation
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-23 12:40:09 +08:00
MarekJAM
8b81889bcf
chore: updated polish translations ( #3959 )
2023-11-23 10:54:34 +08:00
slhmy
800094587b
feat: update simple Chinese translation ( #3963 )
2023-11-23 10:54:13 +08:00
Kaya Zeren
de75e028df
chore: turkish translation update ( #3983 )
...
Existing translation strings are reviewed and missing ones are completed.
2023-11-23 10:39:18 +08:00
Lucas.Xu
9b3c1921e8
fix: login page hint text overflow ( #3987 )
2023-11-23 09:39:40 +08:00
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
Yijing Huang
a7364e1f4a
fix: set cell style nullable ( #3984 )
2023-11-22 10:49:01 +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
Richard Shiue
b00d29d0cd
test: fix integration tests ( #3977 )
2023-11-21 21:50:31 +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
Mathias Mogensen
4a1a143a66
fix: checkbox power toggle missing configuration ( #3941 )
...
* fix: add trigger for checkbox children toggle
* fix: localization of block placeholders
2023-11-17 13:55:25 +08:00
Emil
21bbf87089
chore: update Russian, fix naming conventions and typos ( #3946 )
...
* chore: typos fix
* chore: compliance with naming conventions
2023-11-17 13:53:21 +08:00
Richard Shiue
19d9e7717c
chore: use page icon instead of document icon ( #3952 )
2023-11-17 13:52:33 +08:00
Lucas.Xu
d190850f03
feat: keep the toolbar the same height as the keyboard to optimize the editing experience ( #3947 )
2023-11-17 13:51:26 +08:00
Kilu.He
68de83c611
feat: support modified cell in modal ( #3948 )
...
* feat: support drag fields in modal
* fix: wrong draggable position
2023-11-17 10:56:25 +08:00
Richard Shiue
729b8571b5
chore: fix ungroupedsection being shown ( #3953 )
...
* chore: fix ungroupedsection being shown
* chore: board ui adjustment
2023-11-17 09:27:10 +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