Commit Graph

23 Commits

Author SHA1 Message Date
d64e2497a8 Updated deps.
Fixed type errors.
2024-07-18 16:30:03 +02:00
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
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
ae1ec571f8 Removed .d imports 2023-05-15 23:26:23 +02:00
7f6c405890 Set ts compiler to strict, refactored a bit 2023-04-08 19:24:10 +02:00
292da46769 Added version to fetch props. Renamed interfaces to a declaration file 2023-04-08 12:05:08 +02:00
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
1ddbe435b1 Added link to simplify truths page, and backlink to home 2023-01-18 22:09:18 +01:00
15c79d6365 Don't break words in header 2023-01-14 15:03:54 +01:00
d2d75721d9 Menu will always close when clicking outside the menu, press Escape to close open menu 2023-01-14 15:03:31 +01:00
996f9fac8c Removed unnecessary return type 2023-01-14 15:02:24 +01:00
2a58aedd9a Started implementing menu component 2023-01-12 23:29:33 +01:00
f8c56aabc6 Added dialog component 2023-01-11 23:44:35 +01:00
efee2c4262 Added button component 2023-01-11 23:44:04 +01:00
1ae98c3942 removed dark: from css and fixed wrong classes 2023-01-10 22:51:11 +01:00
4084522528 Fixed onTyping function being called on every type 2023-01-10 22:50:29 +01:00
fc67148815 Added switch 2023-01-10 22:49:19 +01:00
13be22be57 Started moving over truth-table.tsx from h600878.GitHub.io 2023-01-07 16:01:53 +01:00
91efb8e14e Added list of apis to card, changed link to only cover headline 2022-12-22 13:09:40 +01:00
ac8d7936da Changed link colour to cyan and changed cards to be same w and h, with centered text 2022-12-21 21:58:15 +01:00
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
6798840a6b Started with a simple homepage 2022-12-21 13:56:42 +01:00
5e8aefe665 Initial commit 2022-12-04 17:51:05 +01:00