9 Commits

Author SHA1 Message Date
Martin Berg Alstad
0528645838 Updated dependencies.
Added prettier and formatted.
Fixed bug causing back button to not show at all times.
2024-02-25 00:18:02 +01:00
martin
bfcb860cfc Remove static HTML pages in favor of dynamic routing
Deleted static HTML files (404.html and simplify-truths.html) and implemented dynamic routing with '@solidjs/router'; website pages are now rendered dynamically via routing in app.tsx, which reduces unnecessary file redundancy. Moved the truth-table.tsx component to a new pages directory, adjusting the import statements accordingly. Updated vite.config.ts to point to the new app.html instead of the removed files. Finally, the esbuild packages were updated to their latest versions in package-lock.json.
2023-07-24 20:44:32 +02:00
Martin Berg Alstad
ae1ec571f8 Removed .d imports 2023-05-15 23:26:23 +02:00
Martin Berg Alstad
7f6c405890 Set ts compiler to strict, refactored a bit 2023-04-08 19:24:10 +02:00
Martin Berg Alstad
292da46769 Added version to fetch props. Renamed interfaces to a declaration file 2023-04-08 12:05:08 +02:00
Martin Berg Alstad
1ddbe435b1 Added link to simplify truths page, and backlink to home 2023-01-18 22:09:18 +01:00
Martin Berg Alstad
b62f2611ea Changed font to mono, added footer with source-code, card use flex-wrap and should not overlap with anything else 2022-12-21 15:47:08 +01:00
Martin Berg Alstad
6798840a6b Started with a simple homepage 2022-12-21 13:56:42 +01:00
Martin Berg Alstad
5e8aefe665 Initial commit 2022-12-04 17:51:05 +01:00