Commit graph

29 commits

Author SHA1 Message Date
westtle
7852ecce86 added minified css and js 2024-02-15 11:19:35 +07:00
westtle
3f592a82bb added style for print 2024-02-14 21:58:17 +07:00
westtle
e5057a2ac3 aria-hidden and tabindex -1 in .settings to be loaded in javascript
this way people can still tab and use a screen reader when both css and js are disabled.
i don't know who or why you would even want to do that, but oh well.
2024-02-13 22:15:16 +07:00
westtle
46e73cf978 change aria-describedby for settings toggle when expanded / collapsed. 2024-02-13 15:19:42 +07:00
westtle
517341c75b changed appearance of settings
i forgot to commit the changes one by one but this is some of the things i did: changed some .class in html, fixed some bugs, making the whole settings position fixed, added more javascript, and more.
2024-02-11 16:36:41 +07:00
westtle
2d1ffc09d3 added dark theme 2024-02-07 09:28:11 +07:00
westtle
725157bd21 renamed script.js to simple-note.js 2024-02-07 02:31:19 +07:00
westtle
a6f47c3c63 added clear note functionality 2024-02-07 02:25:56 +07:00
westtle
3e9e2692f9 added download note functionality 2024-02-07 02:08:51 +07:00
westtle
0175bc73c2 created settings.js file 2024-02-07 02:02:34 +07:00
westtle
82b3f17840 used localStorage for saving and loading note 2024-02-07 02:00:09 +07:00
westtle
f7d2b21a0d used separate function for settingsToggle 2024-02-07 00:02:06 +07:00
westtle
276ac119a9 added open/close functionality to settings toggle 2024-02-06 23:47:44 +07:00
westtle
54bf941153 removed style.min.css and script.min.js 2024-01-27 20:47:46 +07:00
westtle
0d3a03f2fe converted indentation to spaces 2024-01-26 21:01:43 +07:00
unknown
6bf8f9f9c4 updated minified files 2023-02-03 23:40:47 +07:00
unknown
a3a20e4309 fixed setTimeout in delete all button 2023-02-03 23:39:41 +07:00
unknown
d3c891c383 changed variable name for localStorage 2023-02-03 23:15:22 +07:00
unknown
954274e153 added & changed some comments 2023-01-07 23:10:59 +07:00
unknown
4104ab2393 added minified css & js 2022-12-17 23:43:05 +07:00
unknown
d349bf955f tiny changes for downloadNote() function 2022-12-17 22:58:15 +07:00
unknown
e2cc53de80 fixed the delete button 2022-12-17 22:55:11 +07:00
unknown
745d9c1d9c semicolon 2022-12-17 22:34:03 +07:00
unknown
33330e9eed renamed 'noteText' to 'noteBody' 2022-12-17 22:32:25 +07:00
unknown
4edd3cc17a shorten function for local storage 2022-12-17 22:31:32 +07:00
unknown
52173bb901 renaming 'saveToLocal' to 'downloadNote' 2022-12-17 22:27:38 +07:00
unknown
b8651f707b shorten all the function in script.js 2022-12-17 22:25:07 +07:00
unknown
28bcf149a2 shorten querySelector for all element in script.js 2022-12-17 22:17:34 +07:00
westtle
764bcf5b58 first init / release 2022-07-26 13:40:22 +07:00