Commit 4ef1e65
committed
refactor: modernize codebase, remove Angular and legacy dependencies
- Remove Angular 1.x, jQuery, Gulp, Bower, Skel framework
- Replace with vanilla JS (app.js, gauge.js, i18n.js)
- Add runtime i18n with ?lang= query param support
- Simplify CSS from ~4000 to ~900 lines
- Add simple Node.js build script (scripts/build.js)
- Convert .po translations to JSON format
- Update GitHub Actions workflows for new build
- Change Firebase public dir from app/ to dist/
Dependencies reduced from ~680 to 13 packages.1 parent 80f2c2d commit 4ef1e65
File tree
25 files changed
+2838
-4523
lines changed- .github/workflows
- scripts
- src
- css
- js
- translations
25 files changed
+2838
-4523
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments