ogerly
0f7312d21b
vue-advanced-chat implemented and game page set up
2023-06-15 15:54:34 +02:00
Wolfgang Huß
00c10cc1a7
Refine footer links and donation link and fix their tests
2022-10-28 11:50:15 +02:00
Wolfgang Huß
e15a071991
Fulfill the suggestions of Ulf
2021-08-10 18:48:02 +02:00
Wolfgang Huß
d4012ee3ca
Fix error 'window is undefined' that may appear
...
- Avoid possible errors, because of 'window' is only defined on browser side but not in NodeJS on client side. Check for 'typeof window' is neccessary, because if it's not defined at all you can't check for 'window !== undefined' without the same error 'window is undefined'.
2021-08-09 14:02:48 +02:00
Wolfgang Huß
37cb8a2afb
Fix linting
2021-08-05 16:24:50 +02:00
Wolfgang Huß
aa454893ce
Refactor pageParams, third step
...
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00
Wolfgang Huß
e8a0a5d13c
Refactor pageParams, second step
2021-08-03 20:07:39 +02:00
Wolfgang Huß
97fdb7cd5c
Refactor pageParams
2021-08-03 15:30:58 +02:00
Wolfgang Huß
df1e622094
Implement internal page component, first step
2021-08-02 13:48:57 +02:00
Wolfgang Huß
59dd7ba104
Implement configuration of footer link list
2021-07-29 16:54:52 +02:00