AppFlowy/frontend/appflowy_flutter/integration_test
Richard Shiue efc857d752
chore: some ui improvements (#2791)
* chore: some ui improvements

* fix: integration test

* feat: language selector on welcome page (#2796)

* feat: add language selector on welcome page

* feat: add hover effect and refactor layout

* test: add basic languge selector testing

* chore: increate place holder width

* fix: add catch error for setLocale and finish the testing

* chore: update comment

* feat: refactor the skip login in page and add tests

---------

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

* feat: row document (#2792)

* chore: create orphan view handler

* feat: save icon url and cover url in view

* feat: implement emoji picker UI

* chore: config ui

* chore: config ui again

* chore: replace RowPB with RowMetaPB to exposing more row information

* fix: compile error

* feat: show emoji in row

* chore: update

* test: insert emoji test

* test: add update emoji test

* test: add remove emoji test

* test: add create field tests

* test: add create row and delete row integration tests

* test: add create row from row menu

* test: document in row detail page

* test: delete, duplicate row in row detail page

* test: check the row count displayed in grid page

* test: rename existing field in grid page

* test: update field type of exisiting field in grid page

* test: delete field test

* test: add duplicate field test

* test: add hide field test

* test: add edit text cell test

* test: add insert text to text cell test

* test: add edit number cell test

* test: add edit multiple number cells

* test: add edit checkbox cell test

* feat: integrate editor into database row

* test: add edit create time and last edit time cell test

* test: add edit date cell by selecting a date test

* chore: remove unused code

* chore: update checklist bg color

* test: add update database layout test

---------

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

* test: fix test

* test: add create select option test

---------

Co-authored-by: Yijing Huang <hyj891204@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-06-16 15:32:28 +08:00
..
util chore: some ui improvements (#2791) 2023-06-16 15:32:28 +08:00
board_test.dart chore: enable codecov action (#2741) 2023-06-11 14:19:44 +08:00
cover_image_test.dart fix: unable insert a reference database (#2798) 2023-06-15 16:33:44 +08:00
database_cell_test.dart chore: some ui improvements (#2791) 2023-06-16 15:32:28 +08:00
database_field_test.dart test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
database_filter_test.dart test: filter integration (#2821) 2023-06-16 14:32:32 +08:00
database_row_page_test.dart chore: some ui improvements (#2791) 2023-06-16 15:32:28 +08:00
database_row_test.dart feat: row document (#2792) 2023-06-14 22:16:33 +08:00
database_setting_test.dart feat: row document (#2792) 2023-06-14 22:16:33 +08:00
database_share_test.dart test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
document_test.dart fix: create document (#2701) 2023-06-05 13:10:14 +08:00
document_with_database_test.dart fix: unable insert a reference database (#2798) 2023-06-15 16:33:44 +08:00
empty_document_test.dart feat: integrate new editor (#2536) 2023-05-16 14:58:24 +08:00
import_files_test.dart test: add integration test 2023-06-12 20:13:25 +08:00
language_test.dart feat: language selector on welcome page (#2796) 2023-06-14 19:14:41 +08:00
open_ai_smart_menu_test.dart feat: integrate new editor (#2536) 2023-05-16 14:58:24 +08:00
runner.dart test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
share_markdown_test.dart fix: the markdown file name doesn't update after renaming the document (#2777) 2023-06-12 14:29:09 +08:00
switch_folder_test.dart chore: optimize the integration test UI 2023-06-12 21:53:39 +08:00