Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
8f4044a
cs-form: use prop icon for optional properties
damylen Apr 19, 2022
50e55f6
cs-form: wrap group buttons
damylen Apr 19, 2022
d0d0512
cs-graph: restructure card/table folder structure
damylen Apr 19, 2022
4af09b5
cs-graph: added support for element actions for tools
damylen Apr 19, 2022
8b74a18
cs-graph: support for text-actions in documents, restructure document…
damylen Apr 19, 2022
20f89fa
cs-graph: added element context menu to element info
damylen Apr 19, 2022
1d45924
cs-graph: added to-do list tiptap plugin, fixed index for new structure
damylen Apr 19, 2022
58a6446
Merge commit '1d459243665efada7229695a2d18f763da993374' into test/imp…
damylen Apr 19, 2022
048104d
cs-graph: started work on import graph from file
damylen Apr 19, 2022
6c4722a
cs-graph: added settings menu for element element data grid, first fi…
damylen Apr 20, 2022
7515dbb
cs-graph: table bug fixes
damylen Apr 20, 2022
158e299
cs-graph: ask for graph download name in management interface
damylen Apr 21, 2022
50f1bf1
cs-data: added includes property value operator in graph filter
damylen Apr 21, 2022
4b3bfd0
cs-graph: added link to action in context menu
damylen Apr 21, 2022
b530008
cs-graph: extended tool plugins with document actions for documentviewer
damylen Apr 21, 2022
86e22e4
cs-graph: added support for select all in data grid in table view
damylen Apr 21, 2022
9d94dc0
Merge commit 'f8f33110d19f7f888cbfc4fed91ecc0bb5a78b99' into test/fle…
damylen Apr 23, 2022
1c910e8
cs-client: restructured some cs base components to .vue format
damylen Apr 28, 2022
7a72dab
cs-core: added cardsize enum, included filled, rounded properties for…
damylen Apr 28, 2022
c6be5e8
cs-form: added filled/rounded properties to form fields
damylen Apr 28, 2022
41e973e
cs-graph: added fuse search filter option, added _included to meta en…
damylen Apr 28, 2022
42e768b
cs-split-panel: updated split panel gutter hover layout
damylen Apr 28, 2022
1354434
cs-map: added null check in node-chip
damylen Apr 28, 2022
f0f2914
cs-graph: moved getElementCard to ElementCardManager, added card-size…
damylen Apr 28, 2022
0c50c30
cs-graph: element data grid cards includes grouping, card size selection
damylen Apr 28, 2022
a1f8cf6
cs-graph: added search plugins to context menu
damylen Apr 28, 2022
f2d19f0
cs-graph: document viewer/plugin/component updates
damylen Apr 28, 2022
f668edc
cs-graph: class viewer uses graphutils for fitting string
damylen Apr 28, 2022
eaabaa8
cs-graph: refactor entity parser, added context menu actions for sear…
damylen Apr 28, 2022
00c7bbc
cs-graph: updated relation-editor form field layout
damylen Apr 28, 2022
5bb2aac
cs-graph: updated image size in text entities
damylen Apr 29, 2022
57871b6
🐛 cs-graph: fixed incorrect import
damylen Apr 29, 2022
da8392e
cs-graph: search-plugin actions are optional
damylen Apr 29, 2022
d2f547c
cs-graph: added additional dagre layout options
damylen Apr 29, 2022
823cdbf
cs-client: fix header menu layout
damylen May 2, 2022
733edbc
cs-client/core: added syncstore state type, state parser
damylen May 2, 2022
44ce1db
cs-graph: added support for grid viewer plugins + suggestions, import…
damylen May 2, 2022
e4380bd
🐛 cs-graph: fixed import
damylen May 2, 2022
d1b9947
[csnext] Add publish alpha release script
driver-deploy-2 Apr 25, 2022
ecebf30
Merge commit 'd1b994717c5295c76901c0b4c5cd13b960ceca18' into test/fle…
damylen May 2, 2022
d68298b
[cs-layer-server] :lipstick: formatting only
driver-deploy-2 May 2, 2022
7a384b1
cs-graph: performance + bug fixes relation editor
damylen May 2, 2022
e984442
cs-graph: data-grid grouping improvements
damylen May 2, 2022
b7052c6
Merge commit 'd68298b8b7625449fc5902745e2f74c91a9cd671' into test/fle…
damylen May 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"build:docs-all": "yarn build:typedoc && yarn build:docs",
"build:docker": "docker build -t tnocs/csnext .",
"publish:npm": "lerna publish --force-publish=*",
"publish:alpha": "lerna publish --force-publish=* --canary --preid alpha --yes",
"publish:beta": "lerna publish --force-publish=* --canary --preid beta --yes",
"publish:release": "lerna publish from-git --yes",
"publish:feature": "lerna publish --force-publish=* --canary --dist-tag crossfilter --preid beta --yes",
Expand Down
3 changes: 2 additions & 1 deletion packages/cs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"@mdi/font": "6.6.96"
"@mdi/font": "6.6.96",
"vue-template-compiler": "2.6.14"
},
"gitHead": "2dd8a401ccb96079185452d8413f26921fe2063e"
}
116 changes: 0 additions & 116 deletions packages/cs-client/src/components/cs-app/cs-app.css

This file was deleted.

92 changes: 0 additions & 92 deletions packages/cs-client/src/components/cs-app/cs-app.html

This file was deleted.

Loading