Skip to content

Commit

Permalink
The Great Transformation (#21)
Browse files Browse the repository at this point in the history
* [WIP] Added webpack + react configuration setup

(credits: https://github.com/enuchi/React-Google-Apps-Script)

Currently in this version the build step is working. The code still needs to be converted to React to be functional.

* Converted the import dialog to React, it builds, still some parts need to be converted

* remove old plain javascript and html files + use materializecss through package to fix typings

* installed external packages (Papaparse, tabulator) + set declarations for google.script.host

* set version 1.1.1 as there are not breaking changes to the user, everything should look the same after this release. Only difference is the build process and the use of React
  • Loading branch information
melledijkstra authored Nov 13, 2023
1 parent e723a3d commit 1e8b668
Show file tree
Hide file tree
Showing 29 changed files with 7,994 additions and 2,890 deletions.
5 changes: 4 additions & 1 deletion .clasp.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{ "scriptId": "1viSsQkJME8IWYt6v-LplS1i-06k4qpZ5Qb9hUuxpofPHUaFtJuQbOo-T" }
{
"rootDir": "dist",
"scriptId": "1viSsQkJME8IWYt6v-LplS1i-06k4qpZ5Qb9hUuxpofPHUaFtJuQbOo-T"
}
10 changes: 3 additions & 7 deletions .claspignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# ignore all files...
**/**

# except for the extensions
!appsscript.json
!dist/*

.git/**
node_modules/**

# this is a generated file that will be inlined within the generated HTML
# no need to deploy it
main.js
11 changes: 1 addition & 10 deletions appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@
"timeZone": "Europe/Amsterdam",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"sheets": {
"macros": [
{
"menuName": "Delete duplicate transaction",
"functionName": "macroDeleteDuplicateTransaction",
"defaultShortcut": "Ctrl+Alt+Shift+5"
}
]
}
"runtimeVersion": "V8"
}
19 changes: 0 additions & 19 deletions babel.config.js

This file was deleted.

118 changes: 0 additions & 118 deletions inline-assets.js

This file was deleted.

9 changes: 0 additions & 9 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit 1e8b668

Please sign in to comment.