Commit Graph

59 Commits

Author SHA1 Message Date
b6872f03b8 fix: don't send empty data 2023-01-03 16:23:26 +01:00
8aca291c2f fix: limit max data size sent to view 2022-11-28 06:48:31 +01:00
a774334031 use lz-string to compress share code 2022-11-27 15:43:57 +01:00
1dcc7c81c7 add about info from package.json 2022-11-25 05:22:40 +01:00
57dce6af3d fix: url decode error 2022-11-24 23:37:46 +01:00
57b7b9e9fe add spa redirection for github-pages 2022-11-24 21:35:54 +01:00
898d144a0b fix: use base64Url 2022-11-24 13:26:16 +01:00
699d66c1ce fix base64 for unicode characters 2022-11-24 12:14:42 +01:00
4e37eec6ec update help modal info 2022-11-24 10:57:45 +01:00
e541dd11b6 fix init code run 2022-11-24 10:38:01 +01:00
52f49c8a95 share modal behaviur; add route run; codeService 2022-11-24 10:31:27 +01:00
38be5e93c9 add share modal; move ESC key logic to modal window 2022-11-23 20:21:12 +01:00
850b16e113 add ModalWindow component 2022-11-23 08:31:58 +01:00
cd80bf5e70 fix typo 2022-11-21 22:10:41 +01:00
9cc9c36ad4 fix typo 2022-11-21 07:07:24 +01:00
3302b0cf6f style: align items in settings 2022-11-21 06:02:35 +01:00
4f3269ba87 fix splitter styles 2022-11-18 06:11:24 +01:00
9995b50b77 add pre-commit hook: lint 2022-11-18 01:42:25 +01:00
c9a08bbf56 remove top margin in result view 2022-11-18 01:40:16 +01:00
aad9dd3482 fix lint errors 2022-11-18 01:23:24 +01:00
40fef38017 apply added settings in app 2022-11-17 23:01:31 +01:00
5c5bc50731 keep settings in storage 2022-11-17 22:04:39 +01:00
ce551d4a5b add settings template; turn off save shortcut 2022-11-17 11:19:48 +01:00
3b14e91ea0 apply scss in help view 2022-11-17 08:36:39 +01:00
8595448814 add scss support 2022-11-17 08:03:57 +01:00
f1cb09af3e fix backdrop-filter on safari; add missing preventDefault 2022-11-17 08:00:39 +01:00
88d7de9ef1 make user-select none by default 2022-11-17 07:34:47 +01:00
b77373eef5 add few things in manifest.json 2022-11-17 06:28:43 +01:00
bb718b7c8d remove quotes from manifest config 2022-11-17 05:39:01 +01:00
587e0c0c66 add pwa shortcuts 2022-11-17 05:19:29 +01:00
e6f184e1db add help window 2022-11-17 04:27:21 +01:00
d77b443059 keep code in localStorage 2022-11-17 03:03:24 +01:00
1472405c01 move initial code to config 2022-11-17 02:52:08 +01:00
b95a585ce1 move code editor to separate component 2022-11-17 02:48:56 +01:00
ff314389b6 move result to separate component 2022-11-17 02:22:59 +01:00
bac03f0be9 enable pwa manifest on dev 2022-11-15 11:55:05 +01:00
3203d45048 fix stringify array 2022-11-15 11:51:09 +01:00
e53679ff26 add console.log automaticaly to 1-lvl expressions 2022-11-15 11:44:04 +01:00
900db4fb3e move title and description to package.json 2022-11-15 08:12:26 +01:00
db7d592c59 change pwa theme color 2022-11-15 07:49:00 +01:00
01e49b7d38 add stringify formating for bigint 2022-11-15 05:36:04 +01:00
accd3d2155 add settings view 2022-11-15 05:21:56 +01:00
73f729250b fix: style - remove splitter border 2022-11-15 04:50:47 +01:00
20b29131d9 add pwa icons and basic config 2022-11-15 03:54:57 +01:00
17af7fa80b add vite-plugin-pwa 2022-11-15 02:27:37 +01:00
35b9897a27 remove base tag for domain 2022-11-15 01:42:22 +01:00
fbfd3ec2cc fix production build - run code when component is mounted 2022-11-15 01:17:14 +01:00
8a2523e9da add gh-pages workflow 2022-11-14 06:12:02 +01:00
d20933bdec fix: dont update result if data is empty 2022-10-27 09:40:42 +02:00
8da666e141 copy worker code from old app 2022-10-27 07:12:09 +02:00