Nathan.fooo
a9c06632ad
ci: tauri build ( #2485 )
...
* ci: tauri build
* ci: tauri build
* chore: update appflowy-collab version
* ci: fix build
* ci: tauri with pnpm
* ci: fix build
* ci: comment out includetime
* chore: add the --quiet option (to only output errors and not warnings) to the configuration file
* ci: enable linux platform
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-05-10 13:27:50 +08:00
Nathan.fooo
32bd0ffca2
feat: migrate flowy-database ( #2373 )
...
* feat: add flowy-database2
* chore: config type option data
* chore: impl type option
* feat: config group
* fix: group compile
* feat: add sort
* chore: setting
* chore: insert with specific type
* chore: custom group
* chore: rename any map
* chore: use group setting
* chore: update
* chore: open database event
* chore: update database editor
* chore: update
* chore: update view editor
* chore: update
* chore: update view editor
* chore: sort feat
* chore: update handler
* chore: update
* chore: config handler event
* feat: impl handlers
* feat: impl handlers
* chore: layout setting
* feat: impl handlers
* chore: remove flowy-folder ref
* chore: integrate flowy-database2
* feat: get cell
* chore: create database with data
* chore: create view
* chore: fix dart compile
* fix: some bugs
* chore: update
* chore: merge develop
* chore: fix warning
* chore: integrate rocksdb
* fix: rocksdb compile errros
* fix: update cell
* chore: update the bundle identifier
* fix: create row
* fix: switch to field
* fix: duplicate grid
* test: migrate tests
* test: migrate tests
* test: update test
* test: migrate tests
* chore: add patch
2023-04-28 14:08:53 +08:00
Alex Wallen
e2009c063b
feat: Create a "view" for all database references in a document ( #2083 )
...
* feat: add archive for compression
* feat: add service to manage zipped work spaces
* feat: export service in barrel file
* feat: ignore .ephemeral directory
* feat: add first compressed workspace file
* fix: directory path was wrong
* feat: add a somewhat useful test
* fix: move to same file (delete later)
* fix: use script path vs. working directory for CI
* fix: read from asset bundle instead of file system
* fix: workaround to run integration in multiple files on desktop (flutter/flutter#101031
* feat: remove .ephemeral from .gitignore, no longer created
* feat: document test changes
* fix: lucas suggestion
* feat: mark assets as excluded in pubspec.yaml
* feat: add class for build utilities
* feat: add script runner for release builds
* feat: add build script as task in flowy project
* fix: typo in pubspec.yaml
* chore: use constants for exclude tag
* feat: add appversion as argument to build tool
* feat: use dart script in release.yml
* chore: remove task
* fix: careless error
Co-authored-by: Mihir <84044317+squidrye@users.noreply.github.com>
* feat: add translations for view of
* fix: typo in getAllDatabase
* feat: add view of database
* fix: remove unused import
* fix: use effective dart typing
* fix: insertPage marked as async, should return future
* fix: Remove multi-line string
* fix: ref can be null
* fix: unused imports caused analyzer to fail
* feat: also fix. Add empty document as option and change name to _name
* chore: move referenced database tests to empty document test file
* feat: add test utilities
* feat: add new integration test on an empty document
* feat: register test in runner
* fix: missing reference in insert_page_command
* fix: analyzer errors
---------
Co-authored-by: Mihir <84044317+squidrye@users.noreply.github.com>
2023-04-04 12:50:22 +08:00
Nathan.fooo
9dc8e9d934
fix: modify same database by duplicate view ( #2121 )
2023-03-28 12:57:35 +08:00
Nathan.fooo
59a1910b3c
Refactor/database classes ( #1913 )
2023-03-03 18:31:30 +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
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
Nathan.fooo
e77fef3a19
chore: remove invalid revisions ( #1816 )
2023-02-07 14:30:25 +08:00
Nathan.fooo
3491ffdd08
Fix/read app ( #1808 )
...
* fix: filter out the apps that are deleted
* chore: format code style
* chore: fix clippy wanrings
2023-02-06 21:42:01 +08:00
Nathan.fooo
1df2619c9f
docs: update code documentation ( #1804 )
...
* docs: update code documentation
* chore: fix bloc test
* chore: reduce lock granularity
* chore: fix bloc test
2023-02-06 15:59:30 +08:00
Nathan.fooo
4b605b6373
chore: update vscode task ( #1790 )
2023-02-03 14:13:33 +08:00
Nathan.fooo
069519589e
Fix/grid group ( #1787 )
...
* ci: config rust log
* chore: rename flowy-sdk to appflowy-core
* fix: create group after editing the url
* fix: start listen on new group
* chore: add tests
* refactor: mock data
* ci: update command
2023-02-02 23:02:49 +08:00
Nathan.fooo
7a750e5255
chore: listen backend notification from Tauri ( #1743 )
2023-01-27 17:17:51 +08:00
Nathan.fooo
347245aaa1
Refactor/dart notification ( #1740 )
...
* refactor: notification send
* refactor: rename dart-notify to flowy-notification
* ci: fix clippy wanrings
* ci: fix rust code converage
2023-01-26 15:40:23 +08:00
Nathan.fooo
67f07463f0
refactor: tauri folder ( #1738 )
2023-01-24 14:01:30 +08:00
Nathan.fooo
d77c41013f
chore: build tauri from vscode launch ( #1720 )
...
* chore: build tauri from vscode launch
* fix: unit test
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-18 11:22:13 +08:00
Nathan.fooo
ceb39a4fd9
chore: add tauri build config ( #1717 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 21:54:25 +08:00
Nathan.fooo
f64346c955
Feat/tauri ( #1716 )
...
* feat: support tauri desktop
* chore: support call flowy sdk command
* chore: switch to svelte
* chore: gen js protobuf
* chore: import js protobuf
* chore: call flowy sdk handler
* chore: update scipts
* chore: create index.ts
* chore: track files
* chore: gen ts event
* chore: replace application icon
* chore: migrate to react
* chore: fix wanrings
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
Nathan.fooo
149c2a2725
Ci/build scripts ( #1487 )
...
* chore: rename flowy_dev name
* chore: rename tasks
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-26 22:18:39 +08:00
Sean Riley Hawkins
69e3aed6b5
Android vscode workflow ( #912 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* feat: ⭐ configured android vscode workflow
* chore: clean up android vscode
* fix: fixed typo
* chore: remove unused code
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-01 12:27:09 +08:00
appflowy
074c497d57
fix: fix some bugs
2022-08-22 17:45:15 +08:00
appflowy
c4514e421a
chore: move card from one column to another
2022-08-18 21:44:22 +08:00
appflowy
055868bae3
chore: build board card ui
2022-08-12 16:30:08 +08:00
appflowy
2661a6a4ae
chore: update operation documentation
2022-07-24 10:14:51 +08:00
Lucas.Xu
98f8a3a35c
fix: fail to execute profile task in VSCode
2022-07-04 14:29:46 +08:00
tsuiyuenhong
fd6208100c
chore: support debugging rust in vscode
2022-06-21 20:25:52 +08:00
tsuiyuenhong
27bd4bb242
chore: fix linux(aarch64) build
2022-06-21 18:44:06 +08:00
tsuiyuenhong
993d1a8a27
chore: support debugging rust in vscode(macos)
2022-06-19 22:00:33 +08:00
appflowy
64e43fa1f3
chore: remove rust/dart generated files
2022-06-19 10:40:55 +08:00
appflowy
824c7c0e8d
refactor: clean script
2022-06-19 09:42:25 +08:00
Nathan.fooo
c1b2614c6e
Merge pull request #560 from ENsu/add_flutter_clean
...
fix: add flutter clean
2022-06-17 10:23:24 +08:00
Ian Su
402a29eb64
fix: add flutter clean
2022-06-17 09:05:31 +08:00
nathan
228fae7be4
chore: update vscode setting
2022-06-16 10:45:47 +08:00
appflowy
777547229c
fix: build appflowy from VS Code
2022-06-15 22:28:33 +08:00
MikeWallaceDev
38ca33d2b6
fix: Fix the launch configuration and tasks
...
Fixed the "AF: Build Dart Only" launch configuration.
Renamed the "Flutter Pub" task to "Flutter Pub Get" so it's clearer
Fixed the default build task
2022-06-10 20:16:15 -04:00
MikeWallaceDev
c93b2a8635
refactor: simplify launch settings
...
delete duplicate .vscode folder in app_flowy
rename launches and tasks
2022-06-09 21:38:20 -04:00
appflowy
f4b206d196
chore: config test log
2022-04-12 11:13:35 +08:00
nathan
ceaf1ccc21
feat: fix windows build erros
2022-02-17 16:32:10 +08:00
appflowy
aecf29ddca
chore: support compile af on frontend/ directory
2022-02-15 10:10:47 +08:00