Commit Graph

8 Commits

Author SHA1 Message Date
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
4084522528 Fixed onTyping function being called on every type 2023-01-10 22:50:29 +01:00
13be22be57 Started moving over truth-table.tsx from h600878.GitHub.io 2023-01-07 16:01:53 +01:00