Commit Graph
296 Commits
Author SHA1 Message Date
Braks c560a312b8 chore(docs): Banner size & gap 2022-04-04 21:42:48 +02:00
Braks 2a7c58f22a chore(docs): update meta img 2022-04-04 21:42:48 +02:00
Braks 9c902b00fb chore(docs): type fix 2022-04-04 21:42:48 +02:00
Braks 59ac64564a feat(docs): disable pan on mobile 2022-04-04 21:42:48 +02:00
Braks 3c48913090 feat(docs): responsive pos of elements 2022-04-04 21:42:48 +02:00
Braks 73ce6f207b chore(docs): place components.d.ts in .vitepress dir 2022-04-04 21:42:48 +02:00
Braks d1a9abbf6f chore(docs): add description to config 2022-04-04 21:42:48 +02:00
Braks 6276022eea chore(docs): preprocess css 2022-04-04 21:42:48 +02:00
Braks c05c737776 feat(docs): layout styles 2022-04-04 21:42:48 +02:00
Braks 9b08271696 fix: remove vue from dev-deps
* fix default prop types
2022-04-04 21:42:48 +02:00
Braks 39683ca3ac feat(docs): Add page footer 2022-04-04 21:42:48 +02:00
Braks 0d2c165802 feat(docs): Add auto import plugin 2022-04-04 21:42:48 +02:00
Braks 4cc319981f feat(docs): add docsearch plugin 2022-04-04 21:42:48 +02:00
Braks 6c7fde01c9 update(docs): dark mode colors for home 2022-04-04 21:42:48 +02:00
Braks 3bbe92a4ea feat(docs): replace vitepress with vuepress
* vitepress too limited
2022-04-04 21:42:48 +02:00
Braks 13aae6aa3f update(docs): mobile styles 2022-04-04 21:42:48 +02:00
Braks 39df62f133 update(docs): footer 2022-04-04 21:42:48 +02:00
Braks e27ab86249 feat(docs): Add additional demo 2022-04-04 21:42:48 +02:00
Braks 31cb99b7c8 feat(docs): Nested demo 2022-04-04 21:42:48 +02:00
Braks 6fd1ebc3c1 update(docs): fitview on breakpoint change 2022-04-04 21:42:48 +02:00
Braks 349ecf8254 update(examples): remove logs 2022-04-04 21:42:48 +02:00
Braks 631a764152 feat(docs): Add windicss scrollbar plugin 2022-04-04 21:42:48 +02:00
Braks 6cb13f1646 update(docs): split features into separate files 2022-04-04 21:42:48 +02:00
Braks 4e8b03d059 feat(docs): RGB demo coloring 2022-04-04 21:42:48 +02:00
Braks 39c8f60818 update(docs): RGB demo 2022-04-04 21:42:48 +02:00
Braks 611aee5269 update(docs): Color transitions 2022-04-04 21:42:48 +02:00
Braks 4d668f8b6d feat(docs): add data script
* fetches npm & github info
* add vite plugin icons
2022-04-04 21:42:48 +02:00
Braks 9230f3279e feat(docs): Add icons 2022-04-04 21:42:48 +02:00
Braks 36e3299681 update(docs): Add windicss
* remove unused files
2022-04-04 21:42:48 +02:00
Braks e71b9d5e48 feat(docs): Add vitepress for docs & docs workspace 2022-04-04 21:42:48 +02:00
Braks 98d7053951 update(docs): Remove docs dir
* Docs are in a dedicated repo now

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-15 20:07:03 +01:00
Braks 9f329c8802 feat(docs): Add docs index page
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 15:42:05 +01:00
Braks 066155b9f7 feat: copy default theme css file separately to dist
* to enable overwriting the default theme export it separately
* add rollup plugin copy for copying the css file

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 15:42:05 +01:00
Braks 1b0602dcce update(docs): README.md
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 15:42:05 +01:00
Braks 412a84a898 update(docs): styling of sidebar and header
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>

update(docs): target server generation

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 15:42:05 +01:00
Braks ea7db92b6e fix: draggable not updating on nodes
* remove alias for dagre

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 09:43:31 +01:00
Braks aaf5f608f5 feat: add path alias for src
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 09:38:02 +01:00
Braks 5437d48325 fix: custom node example not fitting view
* fit view can't work (for the onLoad event) for elements assigned after the host has mounted (onMounted hook) as we can't calculate a rect of elements that don't exist at flow creation
* in this case just trigger fit view __after__ elements have been created/passed to the flow

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 08:54:35 +01:00
Braks a8f7cc2389 fix: zoom pane not scaling
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 08:54:35 +01:00
Braks 3931a59524 fix(docs): dedupe and add alias for vue
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-06 08:54:35 +01:00
Braks ae0772b6d4 update(docs): fix view height 2021-11-06 08:54:35 +01:00
Braks 67876cdd1b update(docs): disable ssr 2021-11-06 08:54:35 +01:00
Braks c21ad948c8 update: use yarn instead of pnpm 2021-11-06 08:54:35 +01:00
Braks e99dfc3dd2 update(docs): Add all examples 2021-11-06 08:54:35 +01:00
Braks 61779638ac update(dist): Remove rollup and use vite to build lib
* Remove custom tsconfig paths to avoid resolving issues on published package
2021-11-06 08:54:35 +01:00
Braks 64df75d405 feat(docs): Initial commit for docs in nuxt 3 2021-11-06 08:54:35 +01:00