Commit Graph

4673 Commits

Author SHA1 Message Date
fb9bc359b8 feat: disable moving page into the database (#3107) 2023-08-03 15:06:02 +08:00
135d8a811e chore: fix historical user open issue (#3106) 2023-08-03 12:07:42 +08:00
03518c951c ci: disable document test (#3104) 2023-08-03 10:33:25 +08:00
03b8f2ccb2 feat: Get started doc migration (#3102)
* feat: migrate empty document

* chore: update collab rev

* chore: fmt
2023-08-03 09:14:52 +08:00
a40c639a96 fix: dispose the listener when the favorite bloc dispose (#3103) 2023-08-03 08:50:56 +08:00
ea0c4e96d2 feat: implement magic link login (#3086)
* feat: implement magic link login

* ci: create env file

* ci: generate flutter env files

* ci: disable inject env

* chore: update table name

* Update frontend/appflowy_flutter/lib/env/env.dart

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>

* chore: fix compile

---------

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-03 08:48:04 +08:00
a1143e24f3 feat: support favorites folder 2023-08-02 21:20:51 +08:00
ff79635b2b fix: height for calendar view in document (#3073) 2023-08-02 18:07:44 +08:00
f0d2cf7da3 fix: insert reference page in nested page 2023-08-01 21:47:20 +08:00
5e2ed56f5b fix: move translation jsons to right folder (#3050) 2023-08-01 14:19:45 +08:00
70963a55f1 chore: add c/cpp/auto options in code langauges 2023-08-01 14:16:01 +08:00
62be81395d fix: missing c++ library when building iOS (#3092) 2023-08-01 14:15:19 +08:00
7c21f61d2e feat: add duplicate in context menu (#2921) 2023-08-01 11:19:48 +08:00
ad4c68a353 chore: update iOS flowy infra UI name (#3091) 2023-08-01 10:07:12 +08:00
355061d415 fix: fix theme color (#3089) 2023-07-31 23:01:24 +08:00
3039944c74 feat: welcome screen UI improvement (#3057) 2023-07-31 23:01:12 +08:00
338e342410 feat: lavender theme refactor 2023-07-31 20:22:56 +08:00
8c544bc8c4 fix: improve readability in callout 2023-07-31 20:18:43 +08:00
266209caeb feat: implement draggable folder (#3083) 2023-07-31 20:06:01 +08:00
eb77346e5a feat: support add cover and icon in tauri document (#3069)
* feat: support add cover and icon

* feat: emoji picker

* feat: emoji picker
2023-07-31 11:39:44 +08:00
f28c5d849c feat: clear date value (#2700)
* chore: Add _ClearDateFieldButton

* chore: Add new DateCellCalendarEvent to clear date

* chore: Add grid_field_clearDate translation token

* refactor: _ClearDateFieldButton -> _ClearDateButton

* fix: Fix dart(unused_element) in _ClearDateButton

* feat: Handle clearDate

* Revert "feat: Handle clearDate"

This reverts commit fd145ef8e9589f3b4aa1a16e5d72c15b6d0b53c4.

* feat: Handle clearDate

* feat: Add clear_flag field

* feat: check clear_flag to clear date

* chore: update exisitng tests

* fix: add mssing import

* refactor: remove check for timeFormatError

* fix: fix margin on _ClearDateButton

* refactor: _ClearDateButton -> ClearDateButton

* test: add clear date backend unit test

* test: add clear date integration test

* test: add clear date to edit time cell test

* chore: mark ClearDateButton visible for testing

* feat: close date editor popover on clear date

* style: make AppFlowyPopover taller

* fix: trim dateStr in _dateStrFromCellData

* fix: don't dismiss CellEditor after clearDate
2023-07-31 10:23:20 +08:00
ea37f46f88 fix: date field created when reference a calendar (#2910)
* fix: date field created when reference a calendar

* fix: make everything one transaction

* chore: apply suggestions from Lucas

* chore: do the same for board

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-31 10:12:26 +08:00
e68d3f1c71 tests: add supabase tests (#3084) 2023-07-30 08:39:01 +08:00
5741feb7cc Add Transaltion section README.md (#2751)
* Add Transaltion section README.md

AppFlowy has a lot of missing translations. 
I thought you could use your community for the missing translation.

* Fix typo and add backticks for readability in README.md

* Update README.md
2023-07-29 15:00:25 +08:00
2cd88594e8 feat: migrate user data to cloud (#3078)
* refactor: weak passed-in params in handler

* refactor: rename struct

* chore: update tables

* chore: update schema

* chore: add permission

* chore: update tables

* chore: support transaction mode

* chore: workspace database id

* chore: add user workspace

* feat: return list of workspaces

* chore: add user to workspace

* feat: separate database row table

* refactor: update schema

* chore: partition table

* chore: use transaction

* refactor: dir

* refactor: collab db ref

* fix: collab db lock

* chore: rename files

* chore: add tables descriptions

* chore: update readme

* docs: update documentation

* chore: rename crate

* chore: update ref

* chore: update tests

* chore: update tests

* refactor: crate deps

* chore: update crate ref

* chore: remove unused deps

* chore: remove unused deps

* chore: update collab crate refs

* chore: replace client with transaction in pooler

* refactor: return error type

* refactor: use anyhow error in deps

* feat: supabase postgrest user signin (wip)

* fix: Cargo.toml source git deps, changed Error to anyhow::Error

* fix: uuid serialization

* chore: fix conflict

* chore: extend the response

* feat: add implementation place holders

* feat: impl get_user_workspaces

* feat: impl get_user_profile

* test: create workspace

* fix: postgrest: field names and alias

* chore: implement folder restful api

* chore: implement collab storate with restful api

* feat: added placeholders for impl: update_user_profile, check_user

* feat: impl: update_user_profile

* feat: impl: check_user

* fix: use UidResponse, add more debug info for serde serialization error

* fix: get_user_profile: use Optional<UserProfileResponse>

* chore: imple init sync

* chore: support soft delete

* feat: postgresql: add migration test

* feat: postgresql migration test: added UID display and colored output

* feat: postgresql migration test: workspace role

* feat: postgresql migration test: create shared common utils

* feat: postgresql migration test: fixed shebang

* chore: add flush_collab_update pg function

* chore: implement datbaase and document restful api

* chore: migrate to use restful api

* chore: update table schema

* chore: fix tests

* chore: remove unused code

* chore: format code

* chore: remove unused env

* fix: tauri build

* fix: tauri build

---------

Co-authored-by: Fu Zi Xiang <speed2exe@live.com.sg>
2023-07-29 09:46:24 +08:00
a885170869 feat: support editor format text color and bg color (#3061) 2023-07-27 20:40:18 +08:00
915ce02157 fix: implement the interface of move nested views (#3042)
* fix: implement the interface of move nested views

* fix: update rust ci ubuntu version

* fix: update rust ci version
2023-07-26 16:49:50 +08:00
6e9a5a16a6 fix: windows relesae job (#3038) 2023-07-25 16:41:03 +08:00
13c72a31b7 fix: cursor for block options on Windows (#3052) 2023-07-25 16:40:25 +08:00
96410b2d32 fix: text overflow when editing a filter 2023-07-25 09:07:21 +07:00
d32c2082b6 feat: support building on iOS platform (#3033) 2023-07-21 15:53:57 +08:00
c368d855c7 feat: enable sort by date + sort fix (#2953) 2023-07-21 15:51:20 +08:00
b1378b4545 feat: customize command shortcuts (#2848) 2023-07-20 16:11:00 +08:00
5ab64f8835 feat: support views drag and drop (#3004) 2023-07-19 17:59:32 +08:00
0fb004aee0 chore: bump version 0.2.7 (#3022)
* chore: bump version 0.2.7

* chore: update language files using inlang machine translation
0.2.7
2023-07-18 19:59:35 +08:00
06bbc06fff fix: focus is clickable if text field is being edited (#3020) 2023-07-18 18:25:25 +08:00
f6edd4b32b fix: pasting a link in a URL grid crashes the app 2023-07-18 17:04:19 +07:00
706a5e784f fix: cannot click on links (#3017) 2023-07-18 15:59:41 +08:00
1f720efc8a chore: clean unnecessary todos (#3018) 2023-07-18 10:47:55 +08:00
778e462523 feat: enable reordering properties from settings 2023-07-18 10:47:42 +08:00
2da37122e4 feat: support toggle list (#3016) 2023-07-18 10:45:20 +08:00
a00dd5498e feat: the application remembers being resized (#2907) 2023-07-18 10:45:06 +08:00
7dcc7c221f fix: row banner overlay (#3009) 2023-07-17 17:39:44 +08:00
bcd116797d chore: added a tooltip to theme mode for toggling theme 2023-07-17 17:39:20 +08:00
70915df5ad fix: add newlines after device info entries for debug info (#3008) 2023-07-17 10:06:43 +08:00
1b582c3870 chore: change github logo (#3003) 2023-07-15 09:46:08 +08:00
26f078128a test: add an option test (#3006) 2023-07-15 09:45:44 +08:00
c65584d23c feat: support navigator and trash page
* refactor: navigator

* feat: support trash
2023-07-14 20:33:22 +08:00
098c085d96 chore: upgrade editor to 1.2.1 (#2997) 2023-07-14 17:08:40 +08:00
39988f6785 fix: field hide/delete icon color in dark mode (#2998) 2023-07-14 17:07:57 +08:00