Commit graph

24 commits

Author SHA1 Message Date
Neshura
2ec2f70772
Finished replacing components
Closes #17, #15
2022-12-16 00:11:30 +01:00
Neshura
d60c6ca3b5
Repalced CSS Themes with styled-components on index, about and games 2022-12-15 23:20:26 +01:00
Neshura
8ecf388122
removed unneeded import 2022-12-15 21:35:45 +01:00
Neshura
5616975351
Utilising localStorage for theme saving 2022-12-15 21:24:38 +01:00
Neshura
21e613891e
Added styled-components + various
Includes changes due to NextJS version bump and attempts at storing theme via cookie
2022-12-14 19:35:27 +01:00
Neshura
ff2b6aa2c1
Various changes
Added support for images as well as a distinct loading style
2022-12-11 18:39:09 +01:00
Neshura
dbe55d76f5
Extraceted Service types from LinkList.tsx 2022-12-11 18:38:43 +01:00
Neshura
c81606fa91
removed comment, switched to _document.tsx 2022-12-11 17:47:19 +01:00
Neshura
6014189be3
reworked container data fetching
Currently it would log "container not found" even if the container was found
2022-12-11 17:24:03 +01:00
Neshura
7daa8c9295
Removed Debug logging 2022-12-11 17:14:23 +01:00
Neshura
bff352a395
Replace foreach with for 2022-12-11 17:11:02 +01:00
Neshura
3a617f9291
More logging 2022-12-11 17:00:34 +01:00
Neshura
a27f7457aa
Fix attempt for Container name checking 2022-12-11 16:48:09 +01:00
Neshura
3bd10e1f94
Debug Logging added 2022-12-11 16:44:15 +01:00
Neshura
c1d6f5d62e
Fixed docker container name checking 2022-12-11 16:37:59 +01:00
Neshura
3303008ec3
incremental Data Fetching using useSWR
not quite like I want but should be good enough
2022-12-11 16:30:11 +01:00
Neshura
fff04d019a
Small Syntax changes for containers API 2022-12-10 21:18:55 +01:00
Neshura
8426640271
Potentially fixes #1 2022-12-10 03:12:08 +01:00
Neshura
6af8cb3e1b
Large Code Rewrite
Added 2 API Endpoints for use with useSWR, removed the service and status fetching from getStaticProps, rewrote status fetching to use async (WIP, needs testing)
2022-12-10 03:02:03 +01:00
Neshura
89a8278dbe
Changed naming from LinkList to EntryList 2022-12-10 03:00:40 +01:00
Neshura
9f22f4c198
Updated pages.json references 2022-12-09 22:36:42 +01:00
Neshura
b0619167d6
Disabled zomboid API endpoint
File moved to data folder
2022-12-09 22:08:06 +01:00
Neshura
989357f5a2
Removed unused import 2022-12-09 22:00:54 +01:00
Neshura
ba88a7adc5
Content Migration from websites repo 2022-12-03 21:02:13 +01:00