Commit Graph

5460 Commits

Author SHA1 Message Date
bf64b0d2fa fix: use database sync bloc in database page (#5183) 2024-04-23 13:49:51 +08:00
0355ca5d73 feat: expand the view automatically upon opening (#5180)
* chore: remove unused code

* feat: expand the view automatically upon opening
2024-04-22 16:57:51 +08:00
fe32079ab0 feat: code block launch review (#5175)
* feat: code block launch review

* chore: test lock file change

* chore: update version
2024-04-22 10:04:06 +02:00
568311a855 fix: launch review issues 0.5.5 (#5162)
* fix: remove doubel tap to rename

* fix: keep showing the magic link toast

* feat: display workspace name instead of workspace

* feat: set the keyboard type of magic link textfield to email_address

* feat: support switching sign in and sign up

* fix: magic link ui design

* fix: improve sign in error toast

* fix: improve image load failed
2024-04-22 14:04:55 +08:00
fd4783e19a Update translations (#5174)
* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦
2024-04-22 14:04:35 +08:00
c60ed11fe5 fix: add an outline to accessory buttons (#5178) 2024-04-22 14:04:17 +08:00
62c80303c6 chore: update client api (#5177) 2024-04-22 14:03:57 +08:00
83cf8b067c chore: bump client api (#5176) 2024-04-22 12:46:58 +08:00
35ff74cf7c chore: use inferred error instead (#5164) 2024-04-22 09:32:14 +08:00
d8b0c783bf chore: update translation text for wrap cell content (#5172) 2024-04-22 09:27:57 +08:00
9b4fd3bf57 chore: update log 2024-04-19 21:32:36 +08:00
7745e54221 chore: improve link between folder and database (#5024)
* chore: improve link between folder and database

* chore: fix tests

* chore: update collab rev

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-19 17:24:11 +08:00
fab871eedb chore: fix some typos in comments (#5161)
Signed-off-by: careworry <worrycare@outlook.com>
2024-04-18 20:52:58 +08:00
236374ea2e fix: clear the collaborators when the app paused (#5155) 2024-04-18 13:16:29 +08:00
d4fe957f24 fix: unable to open mentioned page on mobile (#5151) 2024-04-18 10:18:26 +08:00
8ccc879ef5 chore: update plugins package version (#5157) 2024-04-18 00:39:34 +02:00
0a5f3e8fa1 feat: use new appflowy-editor-plugins package (#5147)
* feat: use new appflowy-editor-plugins package

* fix: code block slash menu item

* chore: update build runner dependency

* chore: change dependency to pub.dev version

* chore: revert generate: false in pubspec
2024-04-17 10:52:58 +02:00
49e9b8c358 chore: update es-VE translations (#5149) 2024-04-17 08:33:11 +08:00
241bfa9ddd chore: remove field width and visibility (#5119) 2024-04-16 18:20:15 +08:00
edc745e88a chore: update zh_CN translations (#5138)
* Fink 🐦: update translations

* Fink 🐦: update translations
2024-04-15 16:12:31 +08:00
d758e62c1a chore: Bump collab (#5136)
* chore: bump collab

* chore: bump collab

* chore: bump collab

* chore: fix test

* chore: disable supabse test
2024-04-15 14:50:28 +08:00
e9e483291e chore: move responsibility of url valdiation to front-frontend (#5129)
* chore: move responsibility of url valdiation to frontend

* chore: fix test

* chore: fix tauri build
2024-04-15 11:43:02 +08:00
8947a89a24 feat: allow fields to not wrap cell content (#5128) 2024-04-13 16:48:28 +08:00
891fd16a0c refactor: fetch all select options from field type option instead of cell (#5122)
* refactor: fetch all options from type option

* chore: rustfmt

* ci: fix rust ci

* chore: fix clippy
2024-04-13 01:08:47 +08:00
0ebcca63bb chore: update fr-FR translations (#5121) 2024-04-12 23:01:29 +08:00
b4d22bab14 feat: search mvp (#5064)
* feat: implement folder indexer

* feat: sqlite search views using fts5

* feat: add view indexing to user manager

* feat: implement folder indexer

* feat: add sqlite search documents

* feat: add document indexing to user manager

* feat: add document indexing to folder indexer

* chore: update collab rev

* feat: search frontend integration

* refactor: search index

* test: add event test

* chore: fix ci

* feat: initial command palette overlay impl (#4619)

* chore: test search engine

* chore: initial structure

* chore: replace old search request

* chore: enable log for lib-dispatch

* chore: move search manager to core

* feat: move traits and responsibility to search crate

* feat: move search to search crate

* feat: replace sqlite with tantivy

* feat: deserialize tantivy documents

* chore: fixes after rebase

* chore: clean code

* feat: fetch and sort results

* fix: code review + cleaning

* feat: support custom icons

* feat: support view layout icons

* feat: rename bloc and fix indexing

* fix: prettify dialog

* feat: score results

* chore: update collab rev

* feat: add recent view history to command palette

* test: add integration_tests

* fix: clippy changes

* fix: focus traversal in cmd palette

* fix: remove file after merging main

* chore: code review and panic-safe

* feat: index all views if index does not exist

* chore: improve logic with conditional

* chore: add is_empty check

* chore: abstract logic from folder manager init

* chore: update collab rev

* chore: code review

* chore: fixes after merge + update lock file

* chore: revert cargo lock

* fix: set icon type when removing icon

* fix: code review + dependency inversion

* fix: remove icon fix for not persisting icon type

* test: simple tests manipulating views

* test: create 100 views

* fix: tauri build

* chore: create 1000 views

* chore: create util methods

* chore: test

* chore: test

* chore: remove logs

* chore: fix build.rs

* chore: export models

* chore: enable clear cache on Rust-CI

* fix: navigate to newly created views

* fix: force disable setting workspace listener on rebuilds

* fix: remove late final

* fix: missing returns

* fix: localization and minor fixes

* test: add index assert to large test

* fix: missing section param after merging main

* chore: try fix unzip file error

* chore: lower the test

* feat: show hint when result is in trash

* feat: one index_writer per index

* fix: minor changes after merge

* fix: make create_log_filter public after merge

* chore: fix test

* chore: fix test

* chore: flutter analyze

* chore: flutter analyze

* chore: fix tauri build

---------

Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2024-04-12 16:21:41 +08:00
39d8d428a6 fix: rust ci (#5115)
* fix: rust ci

* fix: flutter ci
2024-04-11 20:15:40 +08:00
3a42e94907 chore: update ZH_CN translate (#4180) 2024-04-11 20:02:14 +08:00
a50918fa6a feat: expand share option (#5021)
* feat: expand share option

* chore: optimize the code

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-11 20:01:36 +08:00
1597f7d94c feat: implement magic link sign in (#5036) 2024-04-11 16:33:28 +08:00
b7b4ea2da1 refactor: cell data transform logic (#5039)
* refactor: cell data transform logic

* chore: remove redundant select option event

* chore: adapt tests to changes
2024-04-11 14:49:36 +08:00
828f312294 feat: workspace invite (#4827)
* feat: add rename and change icon for workspace cloud api

* feat: added created at field for UserWorkspacePB

* test: added view check after creating workspace

* fix: allow new_icon to be empty string

* feat: add invitation api cloud services

* chore: cargo clippy

* chore: merge conflict

* feat: add workspace invitation test

* fix: use back old role and af role

* chore: use 1.75 channel rust toolchain

* chore: added error for test case

* chore: added ci var

* chore: cargo clippy
2024-04-11 14:47:34 +08:00
b51ff318a1 feat: double tab edit side panel (#5000)
* feat: double tab edit side panel

* fix: double tap edit only for selected view, check added

* fix: format
2024-04-11 14:47:02 +08:00
f93429de8b chore: commit machine translation (#5110)
* chore: machine translation

* Fink 🐦: update translations
2024-04-11 14:12:31 +08:00
6e3c731162 chore: remove single field listener (#5113) 2024-04-11 13:43:36 +08:00
3de2a20278 feat: add ninja_i18n.yml i18n lint action (#4950) 2024-04-10 21:07:17 +08:00
066a511dc5 feat: relation field improvements (#5070)
* feat: keyboard navigation for relation cell editor

* feat: open related rows

* feat: separated selected and unselected rows

* chore: apply suggestions from code review

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>

* chore: fix launch review issues

* chore: add documentation

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-04-10 20:39:20 +08:00
3bbba2eeb4 fix: import panel exits on esc key (#4259) (#5062) 2024-04-10 15:59:53 +08:00
d35742d34c feat: code block improvements (#5054)
* feat: prettify code block component + copy code

* feat: search for languages in code block

* feat: non-collapsed selection indentation in code block

* fix: focus workaround for language search

* feat: multi selection outdent

* feat: add line numbering

* feat: prefer built in mono font for code block

* fix: add clamping physics to scrollview

* feat: pseudo auto indent and fix rebuild issue

* refactor: consolidate commands

* fix: track cursor in code block

* fix: no need to set selection on updating language
2024-04-10 15:33:00 +08:00
a1a7321f4c fix: regression selected options not scrolling automatically (#5058) 2024-04-10 15:28:26 +08:00
11ed32cf4f fix: remove deploy web in main (#5105) 2024-04-10 13:50:25 +08:00
1909726c9a chore: bump version 0.5.5 (#5107) 2024-04-10 12:27:39 +08:00
12ec90ada0 chore: rename folder builder for re-use (#5020) 2024-04-10 11:40:02 +08:00
17df31a512 fix: windows size overflow (#5103) 2024-04-10 11:36:22 +08:00
1aa4646433 chore: update French translations (#5101) 2024-04-10 11:36:04 +08:00
34cf4da49e chore: enable team workspace (#5102) 2024-04-09 20:05:28 +08:00
ec46a30e6c fix: update last modified on icon change (#4798)
* fix: update last modified on icon change

* fix: clippy

* chore: clean code

* chore: reorder operations

* chore: fix import after merge
2024-04-09 14:05:12 +02:00
8042be6575 fix: only fetch visible recent view (#5090)
* fix: only fetch visible recent view

* fix: flutter analyze
2024-04-09 20:01:29 +08:00
72049d28d5 fix: hide menu resize when collapsed (#5076) 2024-04-09 13:27:23 +02:00
2126e6e449 fix: do not fetch reminders on resize window (#5100) 2024-04-09 13:26:40 +02:00