Lucas.Xu
6edb184bfb
refactor: mobile view page ( #5288 )
...
* refactor: mobile view page
* fix: provider not found
* chore: add page style integration tests
* fix: android title bar padding
* fix: unable to click mentioned page on Android
* fix: font family not available log
2024-05-09 13:32:35 +08:00
Richard Shiue
dbbdc13d96
fix: database row page breadcrumbs on smaller screens ( #5289 )
2024-05-08 22:05:50 +08:00
TyrantRey
eeddf341e1
chore: translate english to traditional chinese ( #5278 )
...
* chore: update translations with Fink 🐦
* chore: remove unused translations
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-05-08 10:37:48 +08:00
Dekotale
aaa72fc143
chore: update translations with Fink 🐦 ( #5249 )
...
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-05-08 10:37:36 +08:00
Lucas.Xu
6220680ce0
feat: support system default font family on desktop ( #5279 )
...
* fix: add permission check before selecting image in image block
* feat: use system default font on desktop
* fix: set appbar icon size to 30
* feat: add default font family on desktop
2024-05-07 19:44:00 +08:00
Nathan.fooo
b4279f8004
fix: ws connect with invalid token ( #5282 )
...
* chore: bump client api
* chore: fix potentail ws connect with invalid token
* fix: cargo clippy
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-05-07 17:37:11 +08:00
Nathan.fooo
dc813d85a8
chore: disable ai summary ( #5277 )
2024-05-07 12:38:44 +08:00
Lucas.Xu
aa4fe2ba50
fix: color selection compatible with older versions ( #5276 )
...
* fix: color selection compatible with older versions
* chore: add a cover color function
2024-05-07 12:13:52 +08:00
Nathan.fooo
a5b5a1f679
chore: bump client api ( #5275 )
2024-05-07 10:34:11 +08:00
Lucas.Xu
287c69a4fb
fix: assert on uploading image on macos ( #5272 )
2024-05-07 09:11:35 +08:00
Mathias Mogensen
c4f6703b76
fix: launch review improvements ( #5263 )
...
* fix: recent views fix
* fix: text button font color
* fix: sidebar scrollbar inset
* fix: account settings launch review
* fix: open + menu on mobile provider issue
* fix: code review
* fix: push view improvement
2024-05-06 18:13:17 +08:00
Nathan.fooo
3bdc8c222c
chore: drop old user awarenss when open workspace ( #5271 )
2024-05-06 18:12:56 +08:00
Lucas.Xu
560529f7d9
fix: korean IME issue on Windows ( #5267 )
2024-05-06 16:23:13 +08:00
Lucas.Xu
9f44ae959a
fix: the cursor will jump up when creating a new document on desktop. ( #5269 )
...
* fix: the cursor will jump up when creating a new document on desktop
* fix: the titlbar flashes when switching to another page
* fix: unit test
* fix: default font family copy
2024-05-06 15:50:32 +08:00
Lucas.Xu
b2c366f6ae
chore: remove debug print ( #5268 )
2024-05-06 13:34:59 +08:00
Nathan.fooo
3a9de61599
chore: update yrs version ( #5262 )
...
* chore: update yrs version
* chore: update client api
2024-05-06 11:30:13 +08:00
Lucas.Xu
266a2a53ab
feat: request permission again if the user denied the photo permission ( #5251 )
...
* fix: clear the email field after sending email
* fix: ask permission before picking image
* feat: improve photo permission UI design
* chore: update translations
* fix: android photo permission
* chore: update translations
* fix: awareness meta data decode error
2024-05-06 11:27:55 +08:00
Richard Shiue
d52042fa4f
fix: open-row-as-full-page-related launch review issues ( #5266 )
2024-05-06 10:50:28 +08:00
Nathan.fooo
a69e83c2cb
feat: Implement summary field for database row ( #5246 )
...
* chore: impl summary field
* chore: draft ui
* chore: add summary event
* chore: impl desktop ui
* chore: impl mobile ui
* chore: update test
* chore: disable ai test
2024-05-05 22:04:34 +08:00
Richard Shiue
999ffeba21
chore: bump appflowy-board rev ( #5260 )
2024-05-05 11:16:09 +08:00
Lucas.Xu
cb15018825
fix: google fonts not found exceptation ( #5255 )
2024-05-03 13:41:21 +08:00
Lucas.Xu
22e89fd197
fix: minor UI issues ( #5253 )
...
* fix: the desktop cover didn't sync with the mobile cover
* fix: remove unnecessary space when editing the title
* fix: recent view border issue
* fix: double focus on the title and doc
2024-05-03 09:13:11 +08:00
Lucas.Xu
554c821db9
fix: the desktop cover didn't sync with the mobile cover ( #5252 )
2024-05-03 09:12:49 +08:00
Richard Shiue
2eb88821ca
fix: open row as full page launch review issues ( #5254 )
...
* perf: improve getting database speed
* fix: navigate to incorrect origin database view from full-width row
* fix: import row detail page action placement
2024-05-02 22:00:35 +08:00
Stefan Weiberg
813d024810
chore: update German translations and fixing English labels ( #5233 )
...
* chore: update translations with Fink 🐦
* chore: update translations with Fink 🐦
2024-05-02 14:10:36 +08:00
nathan
401ce7dfea
chore: fix test
2024-05-02 13:46:15 +08:00
Lucas.Xu
cadb177acd
chore: upgrade editor version ( #5244 )
2024-05-02 12:10:46 +08:00
Lucas.Xu
016e131bd3
feat: adjust toolbar count based on the screen size ( #5243 )
2024-05-02 12:08:35 +08:00
Nathan.fooo
7831d8d4ab
refactor: database row and cell notification ( #5237 )
...
* refactor: database row and cell notification
* chore: clippy
* chore: fix test
2024-05-02 11:42:33 +08:00
Mathias Mogensen
e1e8747f15
feat: support mention page on mobile ( #5158 )
...
* feat: support mention page on mobile
* chore: clean up toggle notifier
* fix: changes after merge
* fix: depends on inherited widget error
* fix: amend after merge
* feat: add icon to search
* chore: slight style changes
* chore: revert podfile change
* ci: fix disposal
2024-05-02 02:10:56 +02:00
Lucas.Xu
6bfac6b80a
feat: improve immersive cover style ( #5241 )
2024-05-01 22:24:55 +08:00
Chirag Bargoojar
a971f3c6d2
fix: new group clear splash ( #5214 )
...
* fix: splash color for clear btn
* fix: translation for New group
* fix: complete rest of the issue
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-05-01 11:59:45 +02:00
Richard Shiue
1d73174b0c
fix: export created at and last modified cells to csv ( #5235 )
...
* fix: export created at and last modified cells to csv
* fix: export csv test
2024-05-01 12:24:11 +08:00
Lucas.Xu
10a1571910
chore: revert auto expand feature ( #5232 )
2024-04-30 22:04:12 +08:00
Lucas.Xu
4d860cc404
feat: support inviting members ( #5118 )
...
* feat: support inviting members
* chore: update memeber error log
* feat: invite as member
2024-04-30 21:38:46 +08:00
Nathan.fooo
9a8109f5f8
chore: update client api and collab ( #5231 )
2024-04-30 20:40:03 +08:00
Mathias Mogensen
4981baac13
feat: settings my account ( #5223 )
...
* feat: my account settings page
* test: amend tests
* chore: remove unused code
* test: remove widget tests
* fix: text color on select buttons
* test: clean and remove unused test helpers
* test: fix test after refactor
2024-04-30 14:09:08 +02:00
Richard Shiue
f3544375c9
fix: kanban UX bugs ( #5227 )
...
* chore: improve title editing behavior
* chore: fix editable text field
* chore: fix autoscroll
2024-04-30 17:35:03 +08:00
Lucas.Xu
33802fa62d
feat: immersive page style on mobile ( #5135 )
2024-04-30 16:55:15 +08:00
Kilu.He
6d0598b101
feat: parse folder collab and display document title/icon/cover ( #5222 )
...
* feat: support web document and cypress test
* fix: support blocks
* fix: support table and outline
* fix: update nginx
* fix: support document title, icon, cover
fix: mock test folder
2024-04-30 11:32:26 +08:00
Richard Shiue
e0d6b194bf
fix: some database bugs ( #5210 )
...
* fix: open logic for url cell in database
* fix: row date created not working
* fix: help my toasts are burnt
* chore: quote style and add comment
2024-04-29 17:34:18 +08:00
Kilu.He
9135fb94ad
feat: support web document and cypress test ( #5116 )
...
* feat: support web document and cypress test
* fix: support blocks
* fix: support table and outline
* fix: update nginx
2024-04-29 14:32:14 +08:00
Richard Shiue
969726ef73
feat: open a row as a full page ( #5111 )
...
* feat: open a row as a full page
* chore: don't set latest open view
* chore: fix calendar open
* chore: disable in relation
* chore: code cleanup
* chore: fix merge conflicts
2024-04-29 13:44:42 +08:00
Lucas.Xu
3c446d5e78
feat: use font name instead of name_regular ( #5163 )
2024-04-29 11:41:25 +08:00
Lucas.Xu
3fce5eebf8
fix: migrate OKRs issues ( #5215 )
...
* fix: disable color paraser when pasting texts
* fix: compile error
* fix: register hotkeys in init function
* fix: improve settings hotkey
* chore: update editor
* fix: view title overflow
* fix: integration test
* chore: improve auto expanding animation
* chore: bump version 0.5.6
* chore: enable collab workspace
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-04-29 11:41:09 +08:00
Richard Shiue
119fb03342
feat: mobile floating toolbar animation ( #5170 )
2024-04-29 10:33:57 +08:00
Richard Shiue
0b94e2b25d
fix: kanban card icon not displaying ( #5181 )
2024-04-29 09:30:51 +08:00
Nathan.fooo
044dad1d3e
chore: bump client api ( #5217 )
...
* chore: bump client api
* chore: fix compile
* chore: fix compile
2024-04-27 21:55:12 +08:00
Richard Shiue
d4278a7549
chore: update documentation for type option cell-related traits ( #5207 )
2024-04-27 10:20:32 +08:00
Stefan Weiberg
d467dcd68a
chore: update translations with Fink 🐦 ( #5200 )
...
* chore: update translations with Fink 🐦
* chore: update translations with Fink 🐦
2024-04-26 20:11:46 +08:00