-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge develop branch into main (v3.0.0 -> v3.2.0) (#68)
* Issue#56 (#58) * [WIP] remove material-react-table and use tabulator-tables instead + remove @mui/icons-material package which was slowing down bundling a lot. It is now super fast * setup of custom table with material UI + excluding specific rows from importing now working (more testing needed) * fix for vitest with custom import path * update import paths with alias * sonar smells cleanup * added project version to about dialog * changes to make development go smoother * remove comment on webpack analyzer
- Loading branch information
1 parent
d074a51
commit cbe203d
Showing
43 changed files
with
1,124 additions
and
670 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"rootDir": "dist", | ||
"scriptId": "...add scriptId here...", | ||
"parentId": [ | ||
"...spreadsheet/doc url ID here (if needed)..." | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.