Richard Shiue
9330df4ce1
fix: overlapped scrollbar in calendar ( #3075 )
...
* fix: height for calendar view in document
* fix: hide overlapped scrollbars
* chore: merge remote branch 'upstream/main' into fix-#2618
2023-08-08 16:58:04 +08:00
Richard Shiue
7cdd47757b
chore: database tab bar ui improvements ( #3093 )
...
* chore: tab bar ui polish
* chore: toolbar buttons ui
* chore: minor padding radius and spacing adjustment
* fix: padding issues
* chore: add view button size and padding
* chore: the carelessness is real
* fix: dark mode colors
* fix: selected icon color
2023-08-08 16:57:25 +08:00
Lucas.Xu
e2dd179001
Merge pull request #3140 from LucasXu0/url_protocol_in_windows_installer
2023-08-08 12:19:56 +07:00
Mathias Mogensen
35a47bfe5d
feat: tabs shortcuts ( #3112 )
2023-08-08 13:09:17 +08:00
Lucas.Xu
9dc209bda7
fix: loading status widget on the signup page flickers.
2023-08-08 11:24:06 +08:00
Lucas.Xu
104851d330
chore: optimize the logout button
2023-08-08 10:58:14 +08:00
Lucas.Xu
a1db5bff5c
fix: user page inside setting overflow
2023-08-08 10:46:52 +08:00
Lucas.Xu
453346e69c
fix: the minHeight of the personal header is too small
2023-08-08 10:32:08 +08:00
Kilu.He
923285bfcf
feat: support mention a page ( #3117 )
2023-08-08 10:07:59 +08:00
Lucas.Xu
0de8b92db6
fix: deeplink doesn't work in windows exe installer
2023-08-08 10:06:29 +08:00
Nathan.fooo
125bcbc9db
fix: rebuild application when setting the theme or font ( #3139 )
2023-08-08 09:08:24 +08:00
Nathan.fooo
ef9596f4ab
chore: enable single instance desktop application on windows ( #3136 )
2023-08-07 23:30:14 +08:00
Nathan.fooo
3c04b72932
fix: push to sign in screen when logout ( #3127 )
...
* fix: push to sign in screen when logout
* chore: show historical login users
* chore: open historical user
* chore: show historical user
* chore: reload app widget with unique key
* chore: add tooltip for user history
2023-08-07 22:24:04 +08:00
StarAtt
a3bea472bf
chore: update zh-TW translations ( #3131 )
2023-08-07 20:59:36 +08:00
Dan Zheng
5ac7b8e165
fix: automatically wrap the date, number or URL cells.
2023-08-07 17:58:24 +08:00
Lucas.Xu
95a938657b
feat: support windows supabase deeplink callback ( #3133 )
2023-08-07 17:54:50 +08:00
Richard Shiue
fbb1753350
fix: euro currency number format ( #3115 )
2023-08-07 17:49:03 +08:00
Lucas.Xu
c6401da0b5
feat: support customizing the supabase auth path ( #3130 )
2023-08-07 14:31:20 +08:00
Lucas.Xu
f724185f1c
chore: Support CI build universal macOS package ( #3124 )
...
* fix: macos release build
* feat: support build arm64 macOS package on CI
* feat: support build arm64 macOS package on CI
2023-08-06 16:06:43 +08:00
Nathan.fooo
63a12a1d2b
test: add subscription test ( #3126 )
2023-08-06 15:54:18 +08:00
Mihir
890f7573f3
fix: favorite selection and context menu doesn't work ( #3114 )
2023-08-06 12:31:47 +08:00
Nathan.fooo
6f159e741b
refactor: remove shared instance KV ( #3123 )
...
* refactor: remove shared instance KV
* test: enable document test
2023-08-06 11:51:03 +08:00
Nathan.fooo
9a72f31d60
feat: show loading indicator when loading data from remote ( #3120 )
...
* chore: show circle indicator if fetch the data from remote
* chore: fix the lb warnings
* chore: create sdk-build for macOS
2023-08-05 15:02:05 +08:00
Mayur Mahajan
ab7acbd5de
chore: german translation for new property and shortcuts ( #3116 )
...
* chore: translation for new property nd shortcuts
* Update frontend/resources/translations/de-DE.json
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2023-08-04 20:46:09 +02:00
Lucas.Xu
b7dfc85208
fix: macos release build ( #3118 )
2023-08-04 21:22:28 +08:00
Kilu.He
16a01e11ed
feat: support updating the view name and icon through document ( #3099 )
...
* feat: support updating the view name and icon through document
* fix: store expand pages
* fix: refactor text link
* fix: update cargo.toml
* fix: update test
* fix: update event map
* fix: move deal with icon codes to a single file
* fix: delete useless code from flutter
* fix: document banner
* fix: build error
* fix: update rust library
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-08-04 19:27:14 +08:00
Lucas.Xu
70914e6228
chore: support building universal macos package ( #3110 )
2023-08-03 20:02:44 +08:00
Lucas.Xu
45cbd70bf4
chore: bump version 0.2.8 ( #3105 )
2023-08-03 15:07:01 +08:00
Lucas.Xu
fb9bc359b8
feat: disable moving page into the database ( #3107 )
2023-08-03 15:06:02 +08:00
Nathan.fooo
135d8a811e
chore: fix historical user open issue ( #3106 )
2023-08-03 12:07:42 +08:00
Nathan.fooo
03518c951c
ci: disable document test ( #3104 )
2023-08-03 10:33:25 +08:00
Nathan.fooo
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
Lucas.Xu
a40c639a96
fix: dispose the listener when the favorite bloc dispose ( #3103 )
2023-08-03 08:50:56 +08:00
Nathan.fooo
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
Mihir
a1143e24f3
feat: support favorites folder
2023-08-02 21:20:51 +08:00
Richard Shiue
ff79635b2b
fix: height for calendar view in document ( #3073 )
2023-08-02 18:07:44 +08:00
Lucas.Xu
f0d2cf7da3
fix: insert reference page in nested page
2023-08-01 21:47:20 +08:00
Richard Shiue
5e2ed56f5b
fix: move translation jsons to right folder ( #3050 )
2023-08-01 14:19:45 +08:00
Mayur Mahajan
70963a55f1
chore: add c/cpp/auto options in code langauges
2023-08-01 14:16:01 +08:00
Lucas.Xu
62be81395d
fix: missing c++ library when building iOS ( #3092 )
2023-08-01 14:15:19 +08:00
Vedant Pandey
7c21f61d2e
feat: add duplicate in context menu ( #2921 )
2023-08-01 11:19:48 +08:00
Lucas.Xu
ad4c68a353
chore: update iOS flowy infra UI name ( #3091 )
2023-08-01 10:07:12 +08:00
Yijing Huang
355061d415
fix: fix theme color ( #3089 )
2023-07-31 23:01:24 +08:00
Yijing Huang
3039944c74
feat: welcome screen UI improvement ( #3057 )
2023-07-31 23:01:12 +08:00
Yijing Huang
338e342410
feat: lavender theme refactor
2023-07-31 20:22:56 +08:00
Aman Negi
8c544bc8c4
fix: improve readability in callout
2023-07-31 20:18:43 +08:00
Lucas.Xu
266209caeb
feat: implement draggable folder ( #3083 )
2023-07-31 20:06:01 +08:00
Kilu.He
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
dejvizelo
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
Richard Shiue
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