Skip to content

Commit 7db2c36

Browse files
authored
Merge pull request #6 from spathon/convert-to-react
Convert from AngularJS to Preact
2 parents 14f7f41 + b6aa34e commit 7db2c36

61 files changed

Lines changed: 3165 additions & 1902 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/static.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Deploy static content to Pages
33

44
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["master"]
58
# Allows you to run this workflow manually from the Actions tab
69
workflow_dispatch:
710

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
.DS_Store
2+
node_modules/
3+
tmp/
4+
dist/
5+
*.log
6+
*.env

.htaccess

Lines changed: 0 additions & 551 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"editor.defaultFormatter": "biomejs.biome",
3+
"editor.formatOnSave": true,
4+
"editor.codeActionsOnSave": {
5+
"source.fixAll.biome": "explicit"
6+
},
7+
"workbench.colorCustomizations": {
8+
"activityBar.activeBackground": "#d65c65",
9+
"activityBar.background": "#d65c65",
10+
"activityBar.foreground": "#15202b",
11+
"activityBar.inactiveForeground": "#15202b99",
12+
"activityBarBadge.background": "#6fd966",
13+
"activityBarBadge.foreground": "#15202b",
14+
"commandCenter.border": "#e7e7e799",
15+
"sash.hoverBorder": "#d65c65",
16+
"statusBar.background": "#cc333f",
17+
"statusBar.foreground": "#e7e7e7",
18+
"statusBarItem.hoverBackground": "#d65c65",
19+
"statusBarItem.remoteBackground": "#cc333f",
20+
"statusBarItem.remoteForeground": "#e7e7e7",
21+
"titleBar.activeBackground": "#cc333f",
22+
"titleBar.activeForeground": "#e7e7e7",
23+
"titleBar.inactiveBackground": "#cc333f99",
24+
"titleBar.inactiveForeground": "#e7e7e799"
25+
},
26+
"peacock.color": "#cc333f"
27+
}

404.html

Lines changed: 0 additions & 157 deletions
This file was deleted.

apple-touch-icon-114x114.png

-2.97 KB
Binary file not shown.

apple-touch-icon-120x120.png

-3.12 KB
Binary file not shown.

apple-touch-icon-144x144.png

-3.9 KB
Binary file not shown.

apple-touch-icon-152x152.png

-4.17 KB
Binary file not shown.

apple-touch-icon-57x57.png

-1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)