e91dee5059
Updated link to source code to point to gitea
Deploy / Build (push) Successful in 3m47s
Deploy / Deploy (push) Successful in 55s
2024-09-29 11:40:17 +02:00
0d62eb876a
Removed node and pnpm setups. Updated checkout to v4
Deploy / Build (push) Successful in 3m0s
Deploy / Deploy (push) Successful in 52s
2024-09-29 11:27:37 +02:00
af1c2f8bb2
Rewritten github actions script to gitea actions
Deploy / Build (push) Failing after 2m54s
Deploy / Deploy (push) Has been skipped
2024-09-29 11:10:37 +02:00
06ce4eb784
SimpleAnalytics
2024-06-19 13:28:33 +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
ecd9f50029
Implemented failure function algorithm with a simple interface
2023-09-10 19:46:41 +02:00
1ae2757573
Updated path to portfolio
2023-08-14 16:39:16 +02:00
7c77a11d44
Migrated to pnpm
2023-07-30 14:25:49 +02:00
10f07ac525
Migrated to pnpm
2023-07-30 13:58:27 +02:00
de8305e797
Refactor replaceOperators function to use chain methods
2023-07-24 22:21:43 +02:00
449673800d
Fixed loading icon loading at mount
2023-07-24 20:55:49 +02:00
7656d35227
Changed the main entry file in Vite's rollupOptions from 'app.html' to 'index.html'.
2023-07-24 20:47:55 +02: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
58fb93fef0
Updated dependencies
2023-06-03 18:12:13 +02:00
ae1ec571f8
Removed .d imports
2023-05-15 23:26:23 +02:00
fb391a5808
Changed api path
2023-04-22 22:26:15 +02:00
f8ff336ec3
Updated : to | in keywords
2023-04-22 22:12:15 +02:00
122789c72a
Updated : to |
2023-04-15 23:25:17 +02:00
d58e1a454c
Fixed input not encoding on load
2023-04-15 23:06:01 +02:00
fbc6611137
The actual input will be stored in the url instead of the api call, moved some code to it's own component
2023-04-09 11:42:13 +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
3245769977
Added switch between fetchurls on DEV, updated dependencies
2023-04-07 15:57:35 +02:00
f6197fd142
Changed OR char, and added environmental variabels for urls
2023-04-06 23:40:51 +02:00
f13b74a94f
Updated to next version of backend
2023-03-19 23:13:09 +01:00
401e5bda08
Don't focus search bar on touch screens
2023-03-15 19:59:51 +01:00
e6dc365632
Hide intermediate button should follow url
2023-03-06 21:32:33 +01:00
191ba2c793
Added button to hide intermediate values
2023-03-05 23:53:10 +01:00
c14c21bfa8
Removed console.log
2023-03-04 23:30:47 +01:00
332a492971
Fixed checkmarks showing in menu all the time
2023-02-23 23:15:20 +01:00
41c64624d9
Merge remote-tracking branch 'origin/master'
2023-02-22 22:55:04 +01: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
ad43db8286
Added on pull_request
2023-02-11 11:04:50 +01:00
0e515fd38e
Updated dependencies
2023-02-09 21:13:39 +01:00
ddfd5e9df2
Updated dependencies
2023-02-09 21:10:35 +01:00
395a22dcfd
Updated node to v18
2023-02-09 21:05:57 +01:00
2f6ab5e0ce
Merge remote-tracking branch 'origin/master'
2023-02-09 20:58:01 +01:00
f9c8d5c6f8
Moved keywords to it's own component
2023-02-09 20:57:13 +01:00
ffb17d65a8
Changed main to master
2023-02-09 20:46:44 +01:00
526711461e
Initial commit
...
Initial build file for github actions
2023-02-09 20:45:57 +01:00
3533b9bc9b
Fixed fetcherror, when expression ends with operator and atleast one space
2023-02-08 18:01:53 +01:00
6f39c27154
Added simplify, hide and sort to url path, and load at first render
2023-01-29 17:50:47 +01:00
153f9bf797
Refactoring and added link to docs
2023-01-24 23:32:36 +01:00
8aa5be5435
Fixed fetch url
2023-01-22 00:08:20 +01:00
ad1e961de6
Users can use | as or, added info in how to and keywords
2023-01-21 20:23:48 +01:00
5d05d828a2
Fixed error on load and search path should be removed when user clicks x
2023-01-21 11:55:56 +01:00
4c95704f86
When simplifying, the expression will be added to the url, and start a fetch on load if present
2023-01-21 11:44:12 +01:00
1ddbe435b1
Added link to simplify truths page, and backlink to home
2023-01-18 22:09:18 +01:00
a93e082765
Encoding of the expression in the uri
2023-01-16 20:59:02 +01:00
18a644bd8f
Added loading Icon while fetching, fetch error on screen, refactored tertiary ifs to show, errorBox component, accessibility
2023-01-14 15:05:42 +01:00