Lucas.Xu
043c68a333
fix: downgrade the folder path to io.appflowy.appflowy ( #3344 )
2023-09-12 14:31:05 +08:00
Yijing Huang
f639d51c11
feat: auth pages improvement for mobile and desktop platform ( #3217 )
2023-09-12 10:32:26 +08:00
Lucas.Xu
71071b60b2
feat: improve performance of document page ( #3357 )
2023-09-12 10:29:41 +08:00
Kilu.He
608255fa0f
chore: Ensure Cargo.lock Is Updated Alongside Changes to Cargo.toml ( #3361 )
...
* ci: add cargo check workflow
* ci: test cargo.toml
2023-09-11 18:59:35 +08:00
Carlos Silva
f8b0a26acc
chore: pt-PT & pt-BR translation updated ( #3353 )
2023-09-11 15:24:08 +08:00
Mayur Mahajan
133dab934b
feat: add csharp in codeblock ( #3371 )
2023-09-11 15:02:57 +08:00
fangwufeng-v
a81670c447
feat: new grid ( #3167 )
...
* feat: implement database database service by functions
* feat: define database data type
* feat: basic grid store and component
* feat: data communication mechanism and simple table ui. Can add new filed and update field name.
* feat: add grid text cell and grid checkbox cell
* feat: single select cell and multiselect cell
* refactor: fix code review problems
* feat: add new row
* feat: fix tsc error
2023-09-11 10:27:56 +08:00
Richard Shiue
35f84e42cc
fix: one-frame glitch when deleting all sorts ( #3330 )
2023-09-10 15:50:49 +08:00
Yijing Huang
2f6df6a17d
chore: remove default ImageFilter ( #3349 )
2023-09-08 10:09:16 +08:00
Richard Shiue
8bcc6384f2
refactor: different TypeOption between DateTime and LastModified/CreatedAt ( #3356 )
...
* fix: stringify date cell includes time if true
* refactor: LastModified and CreatedAt type option
* chore: frontend implementation
* chore: some adjustments and fix tests
* fix: integration tests
* chore: timestamp type option ui
2023-09-08 10:07:24 +08:00
Nathan.fooo
a0fc4b86b0
chore: update collab libs rev ( #3342 )
2023-09-06 16:00:23 +08:00
Nathan.fooo
790580eea4
chore: update cargo build profile ( #3332 )
2023-09-05 09:31:23 +08:00
Lucas.Xu
3db9024a2d
chore: release 0.3.1 ( #3326 )
...
* chore: update editor version
* fix: export name (with CJK) doesn't match the document name
* chore: bump version 0.3.1
2023-09-04 17:28:19 +08:00
Nathan.fooo
a821740469
refactor: remove http server ref ( #3327 )
2023-09-04 15:50:38 +08:00
Lucas.Xu
af0ae2e375
feat: enable heading in the table plugin ( #3325 )
2023-09-04 13:35:11 +08:00
Nils Jacobsen
7d6fa0b159
chore: update inlang.config.js and language files
2023-09-04 13:33:56 +08:00
Richard Shiue
b73a34ed94
refactor: remove date cell persistence ( #3095 )
...
* refactor: remove date cell persistence
* refactor: use i64 rather than String in DateChangeset
* chore: code cleanup
* fix: tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-02 11:50:16 +08:00
Richard Shiue
f3aaff77b9
chore: per-view field visibility UI ( #3296 )
...
* chore: default field settings if not exist
* chore: field settings listeners and services
* chore: don't need to updateFieldInfos
* feat: per-view field visibilty UI
* fix: remove unresolved imports
2023-09-02 00:42:46 +08:00
Vedant Pandey
9b7ff375b2
fix: trigger option selection on tap down ( #2915 )
...
* fix: trigger option selection on tap down
* chore: add TODO comment
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-09-01 22:58:21 +08:00
Richard Shiue
18498c0479
feat: field settings application domain ( #3284 )
...
* chore: default field settings if not exist
* chore: field settings listeners and services
* chore: don't need to updateFieldInfos
* chore: load default field settings if none found
* chore: update collab ref
* chore: fix remidner compile errors
* fix: fix tests
* chore: update tauri project setting
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-01 22:40:17 +08:00
Nathan.fooo
c652c32575
feat File storage ( #3306 )
...
* refactor: file upload
* refactor: support upload plan
* test: add tests
2023-09-01 22:27:29 +08:00
Mohammad Zolfaghari
df8642d446
feat: support table plugin ( #3280 )
2023-09-01 14:45:21 +08:00
Nathan.fooo
abb6eff23d
fix: disable sync if keys aren't provided ( #3304 )
2023-09-01 11:32:45 +08:00
Nathan.fooo
3b4f8e53a2
feat: storage file ( #3303 )
2023-08-31 16:40:40 +08:00
Nathan.fooo
4847b8b114
chore: enable discord and github login ( #3293 )
2023-08-31 15:45:01 +08:00
Lucas.Xu
e8f124b97c
feat: support editing name when creating page ( #3297 )
2023-08-30 22:16:12 +08:00
Lucas.Xu
f73d59fb57
feat: support text align and block align ( #3292 )
...
* feat: support text align and block align
* test: add test
2023-08-30 17:21:32 +08:00
Nathan.fooo
897d7980f6
chore: remove jwt secret env variable ( #3291 )
2023-08-30 11:51:33 +08:00
Mayur Mahajan
b88aed887a
fix: paste multiple lines in codeblock ( #3151 )
...
* fix: paste multiple lines in codeblock
* fix: works with non collapsed selection
* chore: localize code block
* test: multiline paste in codeblock
* chore: remove unused import
* fix: only hanlde code block paste command if all the selected nodes are code block
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-08-30 09:58:56 +08:00
Alex Wallen
4e863bc87f
feat: add hover color to question bubble like mockup ( #3222 )
2023-08-29 21:03:58 +02:00
nathan
507554a596
chore: only show email if supabase is enabled
2023-08-29 09:52:41 +08:00
Nathan.fooo
0806436c19
chore: share database via csv ( #3285 )
...
* chore: share database via csv
* fix: flutter test
2023-08-28 23:20:56 +08:00
Nathan.fooo
1205f0ebf7
chore: enable edit user email ( #3286 )
2023-08-28 21:00:55 +08:00
Aryan Arora
26e56194ea
fix: nightmode support for no recents text on the emoji menu ( #3239 )
2023-08-28 17:09:20 +08:00
Nathan.fooo
4e67282f2b
feat: Data sync on signup ( #3283 )
...
* chore: sync all data
* chore: sync database row and document in the row
* chore: sync inline view id
* chore: sync row and document in row
* fix: tests
* fix: migrate document in row
* chore: retry when create collab fail
* fix: invalid secret cause rerun application
* chore: fix clippy warnnings
2023-08-28 13:28:24 +08:00
Lucas.Xu
41ec2d992e
feat: improve CJK IME support ( #3278 )
2023-08-28 10:58:26 +08:00
Richard Shiue
f0e4f3db61
chore: per-view field settings ( #3199 )
...
* chore: field-setting entities-events-notifications
* chore: update field settings
* chore: add tests
* chore: add docs
* chore: use an enum for field visibility
* chore: clippy warnings
* fix: deps fields
* chore: collab merge main
* chore: collab ref
* test: fix tests
* fix: tauri bump collab rev
2023-08-27 22:31:32 +08:00
Lucas.Xu
6634a0ecb3
chore: update supabase version and setup new deeplink for linux ( #3272 )
2023-08-25 18:06:23 +08:00
Lucas.Xu
255f30590f
feat: add custom context menu items for copy, cut, and paste commands
2023-08-24 22:23:50 +08:00
Nathan.fooo
1ba7224088
docs: improve documentation ( #3265 )
2023-08-24 14:00:34 +08:00
Richard Shiue
4d7c0a7c67
chore: use vendored openssl
2023-08-23 14:55:36 +08:00
Lucas.Xu
a0481e8020
chore: bump version 0.3.0 ( #3252 )
2023-08-23 10:43:18 +07:00
Lucas.Xu
affd253e21
feat: support AppImage ( #3248 )
...
* feat: add build deb shell script
* feat: update release.yml
* chore: add flatpak readme
* feat: support appimage builder
* feat: support appimage builder
* Update release.yml
2023-08-23 08:46:11 +08:00
Alex Wallen
773b09c2f7
fix: create release regardless of run ( #3256 )
2023-08-22 11:00:01 -10:00
Nathan.fooo
ea37128359
fix: reopen the application lost the theme ( #3254 )
2023-08-22 22:41:52 +08:00
Richard Shiue
e9f31ea0f8
fix: arrow keys on field name text field ( #3162 )
2023-08-22 22:38:07 +08:00
Richard Shiue
72363921b0
fix: use empty event title and add placeholder ( #3234 )
...
* fix: use empty event title and add placeholder
* chore: update frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: remove unnecessary visible for testing
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* fix: typo on suggested changes
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-22 22:30:41 +08:00
Nathan.fooo
7fa15615df
chore: enable continue last session after logout ( #3253 )
2023-08-22 21:19:04 +08:00
Amir Lavasani
ad596b3165
feat: add the Persian language translations ( #3242 )
2023-08-22 14:48:42 +07:00
Lucas.Xu
724fc895e1
feat: format the selected text to url if available ( #3245 )
2023-08-22 14:46:27 +07:00