Commit graph

402 commits

Author SHA1 Message Date
Kacper Kula
1fec2bbd47
fix: dark theme improvements (#183)
* fix: dark theme improvements

* chore: fixing icon a bit more
2025-08-13 12:31:29 +01:00
Kacper Kula
d2141f1ef2
chore: typecheck fixes (#182)
* chore: typecheck fixes

* chore: fixing few missing issues
2025-08-13 11:43:30 +01:00
Kacper Kula
346e358863
feat: dependency upgrade (#181) 2025-08-13 11:20:12 +01:00
Kacper Kula
d79dae458e
chore: better sizing on explorer view (#180) 2025-08-12 19:06:07 +01:00
Kacper Kula
3a19175911
chore: nicer styling for AG Grid (#179) 2025-08-12 19:05:48 +01:00
Kacper Kula
1bf5e8eb8a
feat: JSON visualiser (#178)
* feat: improved JSON visualiser to not analyse big files without confirmation

* chore: fixes

* chore: added changeset
2025-08-12 19:05:00 +01:00
Kacper Kula
403e9f3d0c
Interactive SQL Visualiser (#177)
* chore: reworking plugin internals into modules

* feat: settings module is now working, added debug module, enabled new api module

* chore: restoring external API

* feat: refactoring project to use proper inversion of control

* feat: plugins can now be loaded in any order

* chore: final file migration, all typescript is in modules now

* chore: fixing dependencies of cellParser

* feat: csv and json views are only registered when they are not colliding with other plugins

* feat: fixed library behaviour on canvas

* feat: added ability to hide columns from csv files

* feat: adding global tables support (wip)

* feat: global tables full implementation

* feat: sqlite databases can now be previewed in explorer

* feat: improved explorer view

* feat: highlighting code in the copy code modal

* feat: advanced interactive schema visualiser
2025-08-10 10:21:12 +01:00
Kacper Kula
531d486d06
Feat/sql explorer (#174)
* chore: reworking plugin internals into modules

* feat: settings module is now working, added debug module, enabled new api module

* chore: restoring external API

* feat: refactoring project to use proper inversion of control

* feat: plugins can now be loaded in any order

* chore: final file migration, all typescript is in modules now

* chore: fixing dependencies of cellParser

* feat: csv and json views are only registered when they are not colliding with other plugins

* feat: fixed library behaviour on canvas

* feat: added ability to hide columns from csv files

* feat: adding global tables support (wip)

* feat: global tables full implementation

* feat: sqlite databases can now be previewed in explorer

* feat: improved explorer view

* feat: highlighting code in the copy code modal

* chore: fixing typechecks

* chore: adding missing changeset
2025-08-10 10:08:13 +01:00
Kacper Kula
2bfd2060d7
Feat/global tables new (#173)
* chore: reworking plugin internals into modules

* feat: settings module is now working, added debug module, enabled new api module

* chore: restoring external API

* feat: refactoring project to use proper inversion of control

* feat: plugins can now be loaded in any order

* chore: final file migration, all typescript is in modules now

* chore: fixing dependencies of cellParser

* feat: csv and json views are only registered when they are not colliding with other plugins

* feat: fixed library behaviour on canvas

* feat: added ability to hide columns from csv files

* feat: adding global tables support (wip)

* feat: global tables full implementation

* feat: added changeset

* chore: fixing typechecks
2025-08-10 10:01:08 +01:00
Kacper Kula
7095130ea5
Feat/hide csv columns (#176)
* chore: reworking plugin internals into modules

* feat: settings module is now working, added debug module, enabled new api module

* chore: restoring external API

* feat: refactoring project to use proper inversion of control

* feat: plugins can now be loaded in any order

* chore: final file migration, all typescript is in modules now

* chore: fixing dependencies of cellParser

* feat: csv and json views are only registered when they are not colliding with other plugins

* feat: fixed library behaviour on canvas

* feat: added ability to hide columns from csv files
2025-08-10 09:49:56 +01:00
Kacper Kula
285684dfc4
Refactoring Project to use proper Inversion of Control (#171)
* chore: reworking plugin internals into modules

* feat: settings module is now working, added debug module, enabled new api module

* chore: restoring external API

* feat: refactoring project to use proper inversion of control

* feat: plugins can now be loaded in any order

* chore: final file migration, all typescript is in modules now

* chore: fixing dependencies of cellParser

* feat: csv and json views are only registered when they are not colliding with other plugins

* feat: fixed library behaviour on canvas
2025-08-10 09:34:54 +01:00
Kacper Kula
dfdad63476 chore: fixing documentation pages 2025-06-04 16:21:29 +01:00
Kacper Kula
c70ec3553d
docs: added documentation for charts (#165) 2025-06-04 16:16:56 +01:00
github-actions[bot]
c8e2c8321f
release: Release Next (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-03 15:24:46 +01:00
Kacper Kula
c705af3a83
fix: fixing issue with grid not displaying properly (#161) 2025-06-03 15:12:22 +01:00
github-actions[bot]
0ef2b8d478
release: Release Next (#159)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-28 16:16:30 +01:00
Kacper Kula
77ab515121 chore: trying something new with changeset 2025-05-22 15:28:02 +01:00
Kacper Kula
9f7561a1b1 chore: adding version to the title of the pr 2025-05-22 15:24:08 +01:00
Kacper Kula
b17536ecb8 chore: fixing release 2025-05-22 15:20:40 +01:00
Kacper Kula
f2df5a6494
Merge pull request #155 from h-sphere/chore/scss-split
chore: splitting styles into separate SCSS files
2025-05-22 16:14:14 +02:00
Kacper Kula
8e1a879624 chore: added changelog 2025-05-22 15:09:04 +01:00
Kacper Kula
cdcdb0e3d0
Merge pull request #157 from mAAdhaTTah/fix-filename-with-commas
Fix parsing of filename with commas in it
2025-05-22 16:07:49 +02:00
Kacper Kula
1d2fba65d5 chore: adding changeset 2025-05-22 14:56:19 +01:00
Kacper Kula
672e0fdba6 Merge branch 'main' into chore/scss-split 2025-05-22 14:53:29 +01:00
Kacper Kula
1c5c1a66b7 fixing changelog format 2025-05-22 14:49:45 +01:00
Kacper Kula
6d0af3aa95 chore: enabling setting up github user 2025-05-22 14:44:25 +01:00
Kacper Kula
d765fb7f7f
Merge pull request #97 from h-sphere/feat/define-type
feat: Ability to manually define types for columns
2025-05-22 15:42:28 +02:00
Kacper Kula
e3a24cd3b7 chore: added changelog 2025-05-22 14:40:12 +01:00
Kacper Kula
bb55e000db Merge branch 'main' into feat/define-type 2025-05-22 14:33:51 +01:00
Kacper Kula
a9be30ea0a Merge branch 'main' into chore/scss-split 2025-05-22 14:29:37 +01:00
Kacper Kula
3ebe60785c chore: adding checks to skip when version exists 2025-05-22 14:23:55 +01:00
Kacper Kula
e3b063259d feat: fixing issue with version extraction 2025-05-22 14:20:13 +01:00
Kacper Kula
22ec2f3c09 fix: adding build step 2025-05-22 11:37:16 +01:00
Kacper Kula
238675cbf1 fix: fixing release script 2025-05-22 11:34:15 +01:00
Kacper Kula
4fa0735476
Merge pull request #158 from h-sphere/chore/changeset
chore: added changesets
2025-05-22 12:31:07 +02:00
Kacper Kula
559093e31f chore: added contributing guide and missing package 2025-05-22 11:30:19 +01:00
Kacper Kula
74f9321362 chore: new release mechanism with changesets 2025-05-22 11:22:36 +01:00
mAAdhaTTah
be2cb2dc72
Fix syntax highlighting when filename is quoted
Check if we have quotes and if so, remove them from the highlight.
2025-05-20 09:22:28 -04:00
mAAdhaTTah
63f989e6cf
Fix parsing of filename with commas in it
If the filename is quoted, then it should allow commas in the name.
The parsing of the filename terminates at the next quote.
2025-05-20 08:51:47 -04:00
Kacper Kula
85f00d12f9 chore: splitting styles into separate SCSS files 2025-05-17 19:24:49 +01:00
Kacper Kula
960c7cce24 WIP: changeset 2025-05-17 12:26:17 +01:00
Kacper Kula
64354edaec chore: fixing docs 2025-05-16 23:41:18 +01:00
Kacper Kula
b6c9f6a513 chore: typecheck update 2025-05-16 23:29:55 +01:00
Kacper Kula
759099e4d0 feat: adding boolean, date formats. properly parsing. fixing bunch of issues with ag grid 2025-05-16 23:15:04 +01:00
Kacper Kula
b13960bf48 Merge branch 'main' into feat/define-type 2025-05-16 16:38:48 +01:00
Kacper Kula
cd79bcd4c7
Merge pull request #153 from h-sphere/fix/modifying-columns
fix: fixing column editing + updating dependencies
2025-05-06 16:25:02 +01:00
Kacper Kula
3032f91ebd chore: updated version and changelog 2025-05-06 16:23:17 +01:00
Kacper Kula
29849ea38d fix: extra fixes to csvview 2025-05-06 14:49:35 +01:00
Kacper Kula
5b734ff3eb fix: fix after migrating to newer package version 2025-05-06 14:41:59 +01:00
Kacper Kula
a95a1bd6f9 fix: fixing renaming and deleting columns 2025-05-06 14:41:59 +01:00