Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0842c0c
added basic plugin support
niftyvictor Oct 27, 2025
93556db
make components overridable
niftyvictor Oct 27, 2025
1f5f7e6
Merge branch 'feat/dashboard-redesign' into feat/plugins
niftyvictor Oct 27, 2025
aba87e1
added implementation support and override support
niftyvictor Oct 29, 2025
b8c0dc0
temp commit
niftyvictor Nov 8, 2025
dded7d7
fix plugin structure
niftyvictor Nov 9, 2025
ade7850
export plugin init create function
niftyvictor Nov 9, 2025
a470611
cleanup
niftyvictor Nov 9, 2025
560e006
add base implementation and cleanup and fixes
niftyvictor Nov 9, 2025
5d7880b
add split component support
niftyvictor Nov 9, 2025
43c50ed
feat: move auth and user related functions to override-able impl
deepjyoti30-st Nov 10, 2025
c41fdf2
Merge branches 'feat/plugins' and 'feat/plugins' of github.com-supert…
deepjyoti30-st Nov 10, 2025
ba0bb83
feat: restructure roles and hooks related functions into interface
deepjyoti30-st Nov 10, 2025
436c8ce
Merge branch 'feat/dashboard-redesign' into feat/plugins
niftyvictor Nov 10, 2025
8440e74
feat: extract analytics/search and tenants API calls to implementation
deepjyoti30-st Nov 11, 2025
cca14f6
feat: modify more api functions to make them override-able
deepjyoti30-st Nov 13, 2025
3b0064b
feat: re-define api functions on implementation layer to make them re…
deepjyoti30-st Nov 17, 2025
817bb41
feat: move API related methods to implementation to make them overrid…
deepjyoti30-st Nov 17, 2025
6869b9a
fix: issues with build failing
deepjyoti30-st Nov 19, 2025
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
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
"project": true,
"ecmaFeatures": {
"jsx": true
},
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea


# build stuff - temporarily
/dist
123 changes: 0 additions & 123 deletions build/asset-manifest.json

This file was deleted.

Binary file removed build/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion build/index.html

This file was deleted.

Binary file removed build/logo192.png
Binary file not shown.
Binary file removed build/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions build/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions build/robots.txt

This file was deleted.

10 changes: 0 additions & 10 deletions build/static/css/main.css

This file was deleted.

1 change: 0 additions & 1 deletion build/static/css/main.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/787.bundle.js

This file was deleted.

Loading
Loading