6 Commits

Author SHA1 Message Date
Martin Berg Alstad
06ce4eb784 SimpleAnalytics 2024-06-19 13:28:33 +02:00
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
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