Commit graph

262 commits

Author SHA1 Message Date
3ab29155a9
Release Candidate 1.0.0-rc.5 2024-01-04 01:36:46 +01:00
caf9e1e39d
Linting changes 2024-01-04 01:36:35 +01:00
a05711ac01
Add initial /servers route 2024-01-04 01:35:56 +01:00
a6d13c2a1a
Close Socket.io connection after fetching data on server 2024-01-04 01:35:34 +01:00
eb44208419
Including Version number on about page 2024-01-04 00:53:28 +01:00
d2f44db428
CSS tests on about page 2024-01-04 00:53:07 +01:00
a931e232fa
reduce box size for pages, reducing need for manual overrides in page components 2024-01-04 00:51:58 +01:00
0da201f392
Simplify css 2024-01-04 00:51:27 +01:00
68ab7ac583
Reduce need for css overrides by rearanging values in pcss 2024-01-04 00:51:06 +01:00
464efa8cb8
linting changes 2024-01-04 00:01:02 +01:00
275fcac89c
this belongs to e67c19d688 2024-01-03 23:59:32 +01:00
455ff1dfa2
Return token promise instead of token, speeds up page loading a lot 2024-01-03 23:59:15 +01:00
49bb590c00
remove debug logging 2024-01-03 23:58:43 +01:00
e67c19d688
Fix display issues 2024-01-03 23:58:08 +01:00
3a0a552b46
Release Candidate 1.0.0-rc.4 2024-01-03 23:01:32 +01:00
103cfa5872
Apply env var approach to CI and Dockerfile 2024-01-03 23:00:44 +01:00
6e7fe75654
Use env vars instead of file contents (also allows for easier ci testing) 2024-01-03 22:53:51 +01:00
dc27c9bf63
Fix Syntax Error 2024-01-03 21:38:09 +01:00
bdc0833e94
Restart Server after first lighthouse run if it crashed or closed 2024-01-03 21:25:14 +01:00
1d2be60c1e
Fix crash on /services page when credentials file not present 2024-01-03 21:09:58 +01:00
769818b4f4
Release Candidate 1.0.0-rc.3 2024-01-03 20:41:02 +01:00
cedf89e106
linting changes 2024-01-03 20:40:52 +01:00
63197220a6
Add socket.io to package.json 2024-01-03 20:40:05 +01:00
5d8be9d77c
Integrate with Uptime Kuma Socket.io API 2024-01-03 20:39:53 +01:00
ac6d14b4cf
Add credentials.json to gitignore 2024-01-03 20:39:18 +01:00
8ae350db27
Split up Unlighthouse Runs + Build Site in release test step + fix pull request actions 2024-01-02 03:30:14 +01:00
806e4f1277
Fix --no-sandbox export 2024-01-02 03:22:45 +01:00
997f80a16d
Verbose export of --no-sandbox flag 2024-01-02 03:20:33 +01:00
91ca7c489e
Add Chromium --no-sandbox flag 2024-01-02 03:16:41 +01:00
5be5e206f2
Add urls to unlighthouse config 2024-01-02 03:16:05 +01:00
2e257d3bb2
Fix bash process spawning 2024-01-02 03:02:56 +01:00
35c78a50e2
Start server for unlighthouse in dev mode 2024-01-02 02:58:54 +01:00
cad1b814de
Fix indenting for release actions 2024-01-02 02:52:55 +01:00
d2841ac338
Revert 1263f7b984 2024-01-02 02:50:21 +01:00
2c8600c297
Add apt update to dependency install step 2024-01-02 02:47:42 +01:00
1263f7b984
Correct apt package from chromium to chromium-browser 2024-01-02 02:46:33 +01:00
ffd5125d3f
Fix apt install step 2024-01-02 02:42:57 +01:00
90a500c8e8
Add chromium dependency to Unlighthouse install step 2024-01-02 02:41:55 +01:00
1537f8a410
Prettier Changes 2024-01-02 02:39:22 +01:00
e9c805c36b
Release Candidate 1.0.0-rc.2 2024-01-02 02:36:24 +01:00
fb8c4c4fd9
Add unlighthouse to Release + Pull Request Actions, Add Unlighthouse config file 2024-01-02 02:36:13 +01:00
d075b04ac8
Add title and description to placeholder pages 2024-01-02 02:11:51 +01:00
93954c86ee
Add Skeleton UI component from shadcn 2024-01-02 02:11:36 +01:00
f80d56c057
Apply renaming of Card -> ServiceCard to the services page 2024-01-02 02:11:23 +01:00
1a761d60cc
Rename Card to ServiceCard. Add proper icon handling 2024-01-02 02:10:44 +01:00
52593efb62
Dynamically fetch list of icons and services and pass both to the ServiceCard 2024-01-02 02:10:18 +01:00
994c0bd2a0
Split pages.json to severs.json and services.json, move to /static/data/ 2024-01-02 02:09:50 +01:00
466f637207
API endpoint returning /data/services.json 2024-01-02 02:09:23 +01:00
b4f295bf46
API endpoint listing all icons in icons directory 2024-01-02 02:09:07 +01:00
e4cce6239d
Add IconType enum, make Service fields readonly 2024-01-02 02:08:43 +01:00