Commit Graph

461 Commits

Author SHA1 Message Date
hkc 90d1966779
Switched from e.key to e.code, fixes #68 2023-01-16 14:26:04 +03:00
Noel 0c78b83b30
remove full path from vite config 2022-05-15 18:51:32 -07:00
Noel 479354fe2c
remove .env 2022-05-15 18:49:18 -07:00
Noel e9e18e3501
add environment variable subsitution with `.env` files and system env 2022-05-15 18:47:07 -07:00
ThatOneCalculator fd6b91977b refactor: ♻️ Comments to pug 2022-04-08 08:47:18 -07:00
ThatOneCalculator 5bb8c3441b refactor: ♻️ Config to TS 2022-04-08 08:11:16 -07:00
ThatOneCalculator 535530c34f feat: Add free font option 2022-04-07 22:23:04 -07:00
ThatOneCalculator 21ec4c1ef0 perf: Add vite-plugin-compression for gzip 2022-04-07 19:35:47 -07:00
ThatOneCalculator d683701360 perf: Remove all fonts except woff2 2022-04-07 19:32:31 -07:00
ThatOneCalculator 0e1bb82944 fix: 🐛 Add lang to html 2022-04-07 19:30:39 -07:00
ThatOneCalculator f1ccf6a836 fix: 🐛 Metadata 2022-04-07 19:28:25 -07:00
ThatOneCalculator fa07222803 fix: 🐛 Favicon 2022-04-07 19:20:48 -07:00
ThatOneCalculator 3cfda99765 fix: 🐛 Favicon 2022-04-07 19:15:31 -07:00
ThatOneCalculator d96287c206 fix: Lighthouse accesibility 2022-04-07 19:15:11 -07:00
Kainoa Kanter 7be6aa6cf2
deps: 🔥 remove parcel 2022-04-07 17:54:51 -07:00
ThatOneCalculator 6f55b59d7b build: 🏗️ Switch to Vite for build system 2022-04-07 17:49:34 -07:00
ThatOneCalculator f001286f5b refactor: 💄 Share button to top bar 2022-04-04 12:14:25 -07:00
ThatOneCalculator 648b6aac4e feat: Share button = copy to clipboard if no sharenav 2022-04-04 11:59:26 -07:00
ThatOneCalculator fff67c1a43 feat: Share button 2022-04-04 11:49:03 -07:00
ThatOneCalculator 4f62e7f4ee feat: 🚧 Share button 2022-04-04 11:34:08 -07:00
ThatOneCalculator 6ee88465fa feat: 🔖 v1.1.1
Upgrade deps
2022-04-04 10:42:04 -07:00
ThatOneCalculator be7617476f refactor: ♻️ Still use extraSVGAttrs with new method 2022-04-04 00:40:19 -07:00
ThatOneCalculator bbccfc4314 refactor: ♻️ Render icon method 2022-04-04 00:35:27 -07:00
ThatOneCalculator a2b6392b03 refactor: 🎨 Pug formatting 2022-04-04 00:22:17 -07:00
ThatOneCalculator 407a4997f6 fix: 🥚 Add `.htmlnanorc` for comments 2022-04-04 00:18:27 -07:00
ThatOneCalculator 0081ddeafa feat: 🥚 Inspect element suprise 2022-04-04 00:13:07 -07:00
ThatOneCalculator ee5e9a1ca3 feat: Markdown mode keybind (Ctrl + M) 2022-04-03 23:56:38 -07:00
ThatOneCalculator 667e00b894 fix: 🐛 Disable markdown button when viewing paste 2022-04-03 23:44:57 -07:00
ThatOneCalculator 8d6e3b6378 feat: 💄 Fade for hiding and colors 2022-04-03 23:43:06 -07:00
ThatOneCalculator bd718fadde refactor: ♻️ use `toggle()` for changing classes 2022-04-03 23:33:28 -07:00
ThatOneCalculator 3eb141ec72 refactor: 🎨 Make editor.value var 2022-04-03 22:28:38 -07:00
ThatOneCalculator cbd21b6bb2 feat: Markdown button 2022-04-03 22:26:32 -07:00
ThatOneCalculator fa78dd4246 fix: 🔥 Remove fire animation until parcel is fixed 2022-04-03 20:03:15 -07:00
ThatOneCalculator 1bd6d3721a fix: ⚗️ Try secondary calc 2022-04-03 19:37:13 -07:00
ThatOneCalculator d260e338f5 style: ⚗️ Try `math.div()` 2022-04-03 19:36:19 -07:00
ThatOneCalculator 658538fd61 build: ⬆️ Upgrade parcel 2022-04-03 19:34:20 -07:00
ThatOneCalculator 67f753c0d6 fix: ⚗️ Test CSS fix 2022-04-03 19:33:37 -07:00
ThatOneCalculator 4a921a947e fix: 💄 Particle animation 2022-04-03 19:11:39 -07:00
ThatOneCalculator d543cfc154 feat: 🔊 Alert user if single view 2022-04-03 19:09:05 -07:00
ThatOneCalculator 5021a3df8d fix: 🚨 Remove `/` for division outside of `calc()` 2022-04-03 19:04:04 -07:00
ThatOneCalculator 95d45b09d6 feat: 🔖 v1.1.0 2022-04-03 18:56:09 -07:00
ThatOneCalculator 9a2ccf73c3 feat: Single view paste icon 2022-04-03 18:54:18 -07:00
Dominic Harris a78713c24a
🐛 fix: Add lang to html 2022-03-28 15:19:03 -04:00
Dominic Harris f3e135df46
feature: A little less padding on button wrapper 2022-03-28 13:48:11 -04:00
Dominic Harris f2eb61fa0e
feature: Rounded corners 2022-03-28 09:30:00 -04:00
Dominic Harris 0e0e6daf8f
feature: Single view pastes works on the frontend 2022-03-27 15:21:54 -04:00
Dominic Harris 871dcc5c38
feature: Single view pastes work on the backend 2022-03-26 08:37:07 -04:00
Dominic Harris dc5c178152
♻️ refactor: Remove useless API call 2022-03-25 21:25:03 -04:00
Kainoa Kanter 1b4da8955d
deps: 📦 Move parcel to dev deps 2022-03-25 16:07:44 -07:00
Kainoa Kanter e11a496e8c
refactor: Further minify highlight.js 2022-03-25 15:27:01 -07:00