12 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
10f07ac525 Migrated to pnpm 2023-07-30 13:58:27 +02: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
58fb93fef0 Updated dependencies 2023-06-03 18:12:13 +02:00
Martin Berg Alstad
3245769977 Added switch between fetchurls on DEV, updated dependencies 2023-04-07 15:57:35 +02:00
Martin Berg Alstad
35b8e05242 Updated dependencies, fixed remove button not showing when the expression is recieved from url, added hideIntermediate from url 2023-02-22 22:54:53 +01:00
Martin Berg Alstad
15220b923e Added diff and xlsx, added dialog box, center error box, added download button 2023-01-11 23:45:43 +01:00
Martin Berg Alstad
13be22be57 Started moving over truth-table.tsx from h600878.GitHub.io 2023-01-07 16:01:53 +01:00
Martin Berg Alstad
79887d55ba 404 page, robots- and security.txt 2022-12-23 14:57:53 +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