Commit Graph

7 Commits

Author SHA1 Message Date
Boris Bo Wang
c4bbdf3ca5
refactor: copyAndPaste module into selection module (#114)
* refactor: copyAndPaste module into selection module

* fix: lint error
2023-08-01 15:21:42 +08:00
Boris Bo Wang
60c91c2ab4
feat: copy paste supports (#70)
* feat: updated updateRecord to support transactionKey parameter

* feat: implemented copy and paste API functionality

* feat: support copy and paste

* feat: support clear selection

* chore: fix lint

* fix: attachment field convertStringToCellValue

* fix: paste attachment field
2023-07-28 13:55:24 +08:00
Boris Bo Wang
e2b18ea959
feat: electron app (#97)
* refactor: roeorganized dependency versions and their placements

* fix: import path

* chore: remove useless code

* chore: changed socket port to 3000 and resolved dependencies for successful build and launch

* feat: add electron repo
2023-07-24 20:56:41 +08:00
tea artist
3cf6a43d4e
refactor: use zod for all table structure schema (#94)
* refactor: standardize sdk model api call

* refactor: use zod for all table structure schema
2023-07-20 22:51:28 +08:00
Boris Bo Wang
19062e8503
ci: enable continuous integration (#88)
* fix: handle lint error

* ci(ci-packages): adjust the execution order to build first

* chore: add dev and build scripts to openapi

* chore: add dev and build scripts to db-main-prisma

* chore: add scripts in icons and openapi

* fix: successfully run all hopefully successful single tests

* chore: sync dependencies

* fix: circular dependency

* fix: build error

* fix: test error

* ci: disabled part of the github workflow

* fix: db file
2023-07-14 18:58:08 +08:00
Boris Bo Wang
482543e9eb
feat: add field editor to sdk (#87)
* feat: add field editor to sdk

* feat: replacing field edtior in the SDK

* fix: remove useless code and new url attribute for attachment
2023-07-13 15:45:50 +08:00
Boris Bo Wang
999167e54f
feat: standalone openapi package (type safe) (#84)
* feat: standalone openapi package (type safe)

* feat: replace getRecords Schema

* feat: added unit tests and adjusted file naming conventions for zodschema

* fix: handle errors in nextjs
2023-07-11 17:37:54 +08:00