ascarbek
6304c7d95b
chore: remove floating menu functions
2023-03-10 16:59:11 +06:00
ascarbek
ad0a6d01d2
chore: remove offset top
2023-03-09 23:04:31 +06:00
ascarbek
f556e50be4
fix: page rename position
2023-03-09 22:54:38 +06:00
ascarbek
593446bffe
fix: nav item popup overflow
2023-03-09 22:22:55 +06:00
ascarbek
91e5219627
chore: move constants
2023-03-09 16:12:27 +06:00
ascarbek
2d8182c503
chore: save offset top of nav items
2023-03-09 15:16:41 +06:00
ascarbek
0a3231cd9a
chore: add tauri clean
2023-03-07 13:28:49 +06:00
ascarbek
aab62f4048
Merge branch 'upstream-main' into feat/appflowy_tauri_3
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx
# frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_controller.ts
2023-03-07 13:25:56 +06:00
ascarbek
79c1568295
chore: refactor row hook
2023-03-06 20:01:41 +06:00
ascarbek
c8569d3c62
chore: move cell hook into custom cell component
2023-03-06 17:47:37 +06:00
ascarbek
3635b6b63e
chore: create cell component for each field type
2023-03-06 17:39:11 +06:00
ascarbek
7ca4da0966
fix: change IDatabaseField fix eslint errors
2023-03-06 16:13:43 +06:00
ascarbek
557a524648
fix: remove warnings
2023-03-06 11:35:23 +06:00
ascarbek
88eeb6bd36
fix: post merge fix
2023-03-06 00:01:59 +06:00
ascarbek
d1c29ec3e7
fix: post merge fixes
2023-03-05 23:43:59 +06:00
ascarbek
fb8a81eca5
Merge remote-tracking branch 'origin/feat/appflowy_tauri_3' into feat/appflowy_tauri_3
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/components/layout/NavigationPanel/NavigationPanel.tsx
2023-03-05 23:38:19 +06:00
ascarbek
e297769ac2
fix: highlight active page
2023-03-05 23:34:46 +06:00
ascarbek
543846c241
fix: nav panel and main panel animation on hide menu
2023-03-05 23:22:43 +06:00
ascarbek
84f41cec76
fix: min width for nav panel
2023-03-05 22:28:33 +06:00
ascarbek
3afca2b482
fix: new folder trash overflow
2023-03-05 22:19:46 +06:00
Nathan.fooo
45045beeb9
chore: rename document test ( #1925 )
2023-03-05 19:19:40 +08:00
Nathan.fooo
7e7cee4bf4
chore: add tauri database group test ( #1924 )
...
* chore: add tauri database group test
* chore: add more tests
* chore: enable run all tests
* chore: rename test folder
2023-03-05 16:26:27 +08:00
Nathan.fooo
8e22ef2230
chore: observer app change ( #1922 )
2023-03-05 16:13:06 +08:00
nathan
b417fb5fdf
ci: compile error
2023-03-04 19:27:18 +08:00
Nathan.fooo
0b2dc415af
Merge branch 'feat/appflowy_tauri_3' into feat/appflowy_tauri_3
2023-03-04 19:18:17 +08:00
Nathan.fooo
6aa9ba28d6
Feat/tauri folder ( #1921 )
...
* refactor: folders item
* fix: show get stared page if it's not login
* chore: expose debug pages
2023-03-04 16:15:24 +08:00
Nathan.fooo
205b0fc4a5
Fix/tauri login state ( #1919 )
...
* fix: redux serializableCheck
* chore: read login state
* fix: show loading page while checking user state
* chore: cell data parser
2023-03-04 11:03:16 +08:00
ascarbek
d0558e4da1
fix: ci warning
2023-03-03 19:18:15 +06:00
Nathan.fooo
0f3c6d6a04
Feat/appflowy tauri 3 ( #1914 )
2023-03-03 20:38:31 +08:00
ascarbek
7839ad26c4
fix: initially authenticated and serializable fix
2023-03-03 18:37:50 +06:00
ascarbek
075bf8f2fc
Merge branch 'upstream-feat/appflowy_tauri_3' into feat/appflowy_tauri_3
...
# Conflicts:
# frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx
2023-03-03 17:17:11 +06:00
ascarbek
11649ef16d
chore: (unstable) using controllers
2023-03-03 17:14:58 +06:00
nathan
24340f3091
chore: fix tauri build
2023-03-03 19:06:57 +08:00
nathan
a2bdb08a84
chore: setup auto login
2023-03-03 17:58:45 +08:00
nathan
9b0fccbdda
chore: update tokio version
2023-03-03 10:04:53 +08:00
nathan
c35db5c2a2
fix: high cpu usage
2023-03-02 19:47:37 +08:00
ascarbek
08bb4e4116
Merge remote-tracking branch 'origin/feat/appflowy_tauri_3' into feat/appflowy_tauri_3
2023-03-01 18:41:32 +06:00
nathan
2e4df44c29
chore: add get single select type option data
2023-03-01 20:16:25 +08:00
nathan
f58c91fb3f
fix: filter notification with id
2023-03-01 19:05:56 +08:00
nathan
fd135fb664
chore: set tracing log to debug level
2023-03-01 18:45:52 +08:00
nathan
c74308999d
chore: delete/create row
2023-03-01 18:23:39 +08:00
ascarbek
e5a1bd2c52
chore: change log class arguments
2023-03-01 16:04:51 +06:00
nathan
a3f4dfacba
chore: add delete field test
2023-03-01 14:17:17 +08:00
nathan
3619fadf57
chore: add edit / create field test
2023-03-01 14:04:59 +08:00
Nathan.fooo
f6957fb160
Feat/appflowy tauri 2 ( #1902 )
...
* chore: rename classes to models
* refactor: add effects and reducers folder
* chore: update user data storage path
* chore: subscribe callback
* chore: nav items persist, board layout (#1879 )
* chore: load workspace items, load folders and pages from workspace, load raw document data, load raw grid data
* chore: clear folders and pages before load, new folder event
* chore: update folder name backend call
* chore: folder expand animation
* chore: hide arrow on empty folder
* chore: Board page layout, board store, board sample data
* chore: board block item
* chore: test db id
* chore: persist new page, persist page rename, create workspace on read error
* chore: boardblockitem details btn
* chore: boardblockitem multiselect data and colors
* chore: board item drag
* chore: drag start on move
* chore: remove databaseId
* chore: remove databaseId
* chore: import service classes into auth hook
* chore: sign out option
* chore: login page event
* chore: signup event
* chore: make workspace hook to use service
* chore: page and folder hooks use backend services
* chore: new folder use backend service
* chore: error handler page
* chore: try catch hooks to show error page
* chore: install i18n package and use flutters i18n files
* fix: signin signup margin
* chore: fix compile errors
* chore: remove unused codes
* chore: open workspace after user register
* chore: open workspace after user register
* chore: add create grid demo
* chore: load the cell data
* chore: print the cell data
* chore: fix project errors
* fix: tauri UI issues (#1899 )
* chore: load workspace items, load folders and pages from workspace, load raw document data, load raw grid data
* chore: clear folders and pages before load, new folder event
* chore: update folder name backend call
* chore: folder expand animation
* chore: hide arrow on empty folder
* chore: Board page layout, board store, board sample data
* chore: board block item
* chore: test db id
* chore: persist new page, persist page rename, create workspace on read error
* chore: boardblockitem details btn
* chore: boardblockitem multiselect data and colors
* chore: board item drag
* chore: drag start on move
* chore: remove databaseId
* chore: remove databaseId
* chore: import service classes into auth hook
* chore: sign out option
* chore: login page event
* chore: signup event
* chore: make workspace hook to use service
* chore: page and folder hooks use backend services
* chore: new folder use backend service
* chore: error handler page
* chore: try catch hooks to show error page
* chore: install i18n package and use flutters i18n files
* fix: signin signup margin
* fix: new page overflow with folder
* fix: sign out button
* fix: sign out icon
* chore: floating navigation panel
* refactor: notify with error
* chore: config window size
* fix: test demo error
* chore: update tests
---------
Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-28 22:42:41 +08:00
Nathan.fooo
4a81fed6e4
fix: group with not support field test ( #1890 )
2023-02-27 19:00:00 +08:00
Nathan.fooo
61fd608200
Feat/view map database ( #1885 )
...
* refactor: rename structs
* chore: read database id from view
* chore: fix open database error because of create a database view for database id
* chore: fix tests
* chore: rename datbase id to view id in flutter
* refactor: move grid and board to database view folder
* refactor: rename functions
* refactor: move calender to datbase view folder
* refactor: rename app_flowy to appflowy_flutter
* chore: reanming
* chore: fix freeze gen
* chore: remove todos
* refactor: view process events
* chore: add link database test
* chore: just open view if there is opened database
2023-02-26 16:27:17 +08:00
Nathan.fooo
f76d722b4c
Feat/database view ( #1875 )
...
* chore: rename structs
* chore: add todos
* chore: hidden database id
* refactor: add database folder, prepare to extract the view
* refactor: rename grid-model to datbase-model
* ci: fix warnings
2023-02-21 15:47:51 +08:00
Nathan.fooo
8a2f5fe789
Feat/tauri database effects ( #1863 )
...
* feat: config database view effects
* chore: add tests
* chore: config jest
* chore: config jest windows
* ci: wanrings
* chore: config folder effect
2023-02-19 14:59:04 +08:00
Nathan.fooo
51041f6860
CI: Appflowy tauri ci ( #1851 )
...
* chore: add notification parser
* chore: rename classes to models
* refactor: add effects and reducers folder
* chore: update eslint version
* chore: run npx eslint --fix src
* fix: ParserOptions.project error by ignore linting the .eslintrc.cjs
* ci: add tauri lint
* ci: disable ubuntu and windows tauri ci
* ci: install
---------
Co-authored-by: Annie <anqi.annie.wang@gmail.com>
2023-02-13 19:24:16 +08:00