Migrated to pnpm
Martin Berg Alstad
2023-07-30 14:25:49 +02:00
10f07ac525Migrated to pnpm
martin
2023-07-30 13:58:27 +02:00
c1380023a1Update build to output generated at
h600878
2023-07-24 20:22:25 +00:00
de8305e797Refactor replaceOperators function to use chain methods
martin
2023-07-24 22:21:43 +02:00
91615e98e2Update build to output generated at
h600878
2023-07-24 18:56:29 +00:00
449673800dFixed loading icon loading at mount
martin
2023-07-24 20:55:49 +02:00
94f539e40aUpdate build to output generated at
h600878
2023-07-24 18:48:39 +00:00
7656d35227Changed the main entry file in Vite's rollupOptions from 'app.html' to 'index.html'.
martin
2023-07-24 20:47:55 +02:00
bfcb860cfcRemove static HTML pages in favor of dynamic routing
martin
2023-07-24 20:44:32 +02:00
0b5e8b601eUpdate build to output generated at
h600878
2023-06-03 16:13:23 +00:00
58fb93fef0Updated dependencies
martin
2023-06-03 18:12:13 +02:00
02e5457c17Update build to output generated at
h600878
2023-05-15 21:27:08 +00:00
ae1ec571f8Removed .d imports
Martin Berg Alstad
2023-05-15 23:26:23 +02:00
4768319bd8Update build to output generated at
h600878
2023-04-22 20:27:01 +00:00
fb391a5808Changed api path
Martin Berg Alstad
2023-04-22 22:26:15 +02:00
aa816eade3Update build to output generated at
h600878
2023-04-22 20:13:01 +00:00
f8ff336ec3Updated : to | in keywords
Martin Berg Alstad
2023-04-22 22:12:15 +02:00
c17cfa2468Update build to output generated at
h600878
2023-04-15 21:25:55 +00:00
122789c72aUpdated : to |
Martin Berg Alstad
2023-04-15 23:25:17 +02:00
c29aa8380dUpdate build to output generated at
h600878
2023-04-15 21:06:40 +00:00
d58e1a454cFixed input not encoding on load
Martin Berg Alstad
2023-04-15 23:06:01 +02:00
5994398e9dUpdate build to output generated at
h600878
2023-04-15 20:59:03 +00:00
fbc6611137The actual input will be stored in the url instead of the api call, moved some code to it's own component
Martin Berg Alstad
2023-04-09 11:42:13 +02:00
7f6c405890Set ts compiler to strict, refactored a bit
Martin Berg Alstad
2023-04-08 19:24:10 +02:00
292da46769Added version to fetch props. Renamed interfaces to a declaration file
Martin Berg Alstad
2023-04-08 12:05:08 +02:00
3245769977Added switch between fetchurls on DEV, updated dependencies
Martin Berg Alstad
2023-04-07 15:57:35 +02:00
f6197fd142Changed OR char, and added environmental variabels for urls
Martin Berg Alstad
2023-04-06 23:40:51 +02:00
Hide intermediate button should follow url
Martin Berg Alstad
2023-03-06 21:32:33 +01:00
793d2d84acUpdate build to output generated at
h600878
2023-03-05 22:53:47 +00:00
191ba2c793Added button to hide intermediate values
Martin Berg Alstad
2023-03-05 23:53:10 +01:00
448f090099Update build to output generated at
h600878
2023-03-04 22:31:36 +00:00
c14c21bfa8Removed console.log
Martin Berg Alstad
2023-03-04 23:30:47 +01:00
476c662b14Update build to output generated at
h600878
2023-02-23 22:16:11 +00:00
332a492971Fixed checkmarks showing in menu all the time
Martin Berg Alstad
2023-02-23 23:15:20 +01:00
634b2104b2Update build to output generated at
h600878
2023-02-22 21:55:47 +00:00
41c64624d9Merge remote-tracking branch 'origin/master'
Martin Berg Alstad
2023-02-22 22:55:04 +01:00
35b8e05242Updated dependencies, fixed remove button not showing when the expression is recieved from url, added hideIntermediate from url
Martin Berg Alstad
2023-02-22 22:54:53 +01:00
690df4c793Update build to output generated at
h600878
2023-02-11 10:08:24 +00:00
Initial commit
Martin Berg Alstad
2023-02-09 20:45:57 +01:00
3533b9bc9bFixed fetcherror, when expression ends with operator and atleast one space
Martin Berg Alstad
2023-02-08 18:01:53 +01:00
6f39c27154Added simplify, hide and sort to url path, and load at first render
Martin Berg Alstad
2023-01-29 17:50:47 +01:00
153f9bf797Refactoring and added link to docs
Martin Berg Alstad
2023-01-24 23:32:36 +01:00
8aa5be5435Fixed fetch url
Martin Berg Alstad
2023-01-22 00:08:20 +01:00
ad1e961de6Users can use | as or, added info in how to and keywords
Martin Berg Alstad
2023-01-21 20:23:48 +01:00
5d05d828a2Fixed error on load and search path should be removed when user clicks x
Martin Berg Alstad
2023-01-21 11:55:56 +01:00
4c95704f86When simplifying, the expression will be added to the url, and start a fetch on load if present
Martin Berg Alstad
2023-01-21 11:44:12 +01:00
1ddbe435b1Added link to simplify truths page, and backlink to home
Martin Berg Alstad
2023-01-18 22:09:18 +01:00
a93e082765Encoding of the expression in the uri
Martin Berg Alstad
2023-01-16 20:59:02 +01:00
18a644bd8fAdded loading Icon while fetching, fetch error on screen, refactored tertiary ifs to show, errorBox component, accessibility
Martin Berg Alstad
2023-01-14 15:05:42 +01:00
15c79d6365Don't break words in header
Martin Berg Alstad
2023-01-14 15:03:54 +01:00
d2d75721d9Menu will always close when clicking outside the menu, press Escape to close open menu
Martin Berg Alstad
2023-01-14 15:03:31 +01:00
996f9fac8cRemoved unnecessary return type
Martin Berg Alstad
2023-01-14 15:02:24 +01:00
e37c19d882Moved export function
Martin Berg Alstad
2023-01-14 15:01:41 +01:00
9901629615Made SVGs click-though-able
Martin Berg Alstad
2023-01-14 15:01:24 +01:00
df4909af6fFixed checkmark not updating
Martin Berg Alstad
2023-01-12 23:34:39 +01:00
2a58aedd9aStarted implementing menu component
Martin Berg Alstad
2023-01-12 23:29:33 +01:00
15220b923eAdded diff and xlsx, added dialog box, center error box, added download button
Martin Berg Alstad
2023-01-11 23:45:43 +01:00
f8c56aabc6Added dialog component
Martin Berg Alstad
2023-01-11 23:44:35 +01:00
efee2c4262Added button component
Martin Berg Alstad
2023-01-11 23:44:04 +01:00
f026f2a5e7fixed table not updating, added switch and output box, fixed some css
Martin Berg Alstad
2023-01-10 22:52:27 +01:00