Commit Graph

55 Commits

Author SHA1 Message Date
DuroCodes
80758ef0f2 feat: make sure isSaving is checked on hotkey saving 2026-03-27 16:02:54 -04:00
187cefc74d feat: add save button loader 2026-03-27 19:12:32 +01:00
Duro
05b6d086f3 Merge pull request #2 from DuroCodes/feature/tabs
Tabs Feature
2026-03-21 18:36:23 -04:00
DuroCodes
74ed134d72 fix: remove borders on header/footer 2026-03-21 18:31:12 -04:00
DuroCodes
b18e4cc3c6 fix: remove border bottom for desktop layouts 2026-03-21 18:24:38 -04:00
DuroCodes
bd2ecd475b feat: add SEO stuff 2026-03-21 18:21:24 -04:00
DuroCodes
358cf7a743 style: format some files 2026-03-21 11:55:19 -04:00
DuroCodes
1ec46f13ce fix: fix compound extensions reverting to wrong languages, such as .blade.php -> php (thanks @Tann2019) 2026-03-21 00:08:49 -04:00
DuroCodes
7b2d411372 fix: make LANGUAGES use explicit strings, so it doesn't resolve to string, so the extension set must require all languages. (thanks @jacoobes) 2026-03-20 22:09:26 -04:00
DuroCodes
61dccc773e chore: remove monaco-editor-auto-typings since it doesn't work too well 2026-03-20 16:42:14 -04:00
DuroCodes
3ef531d722 feat: add word wrapping, make editor tabs behave more like a browser tab bar 2026-03-20 16:36:50 -04:00
DuroCodes
e2e702829a feat: add editor tabs 2026-03-20 11:24:34 -04:00
Duro
94f9604284 Merge pull request #1 from DuroCodes/vercel/react-server-components-cve-vu-2f5mum
fix: fix React Server Components CVE vulnerabilities
2026-03-17 11:35:14 -04:00
Vercel
bb89612a5a Fix React Server Components CVE vulnerabilities
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2026-03-13 00:09:58 +00:00
DuroCodes
1a35f33c29 style: rearrange some imports 2026-03-09 20:38:47 -04:00
DuroCodes
bea81b0693 chore: bump next version to fix react RCE 2025-12-03 15:54:08 -05:00
DuroCodes
963d6313a9 style: format tsconfig 2025-09-08 11:12:29 -04:00
DuroCodes
df279436aa fix: use complete JetbrainsMono rather than google fonts so ascii works properly 2025-07-29 17:11:35 -04:00
DuroCodes
7a486809f3 feat: add vercel analytics 2025-07-22 21:37:54 -04:00
DuroCodes
8c3917ce79 fix: remove codeblock preview since discord doesn't support markdown in description 2025-05-27 14:57:19 -04:00
DuroCodes
e974ae7882 fix: fix the codeblock preview hopefully 2025-05-27 14:34:25 -04:00
DuroCodes
843ea6d2e3 feat: add test codeblock preview 2025-05-27 14:31:32 -04:00
DuroCodes
89e3c0ca90 fix: rename sfml -> sfm 2025-05-27 14:02:41 -04:00
DuroCodes
cb3301df44 feat: add sfml support + future custom languages are easier to add 2025-05-25 20:17:57 -04:00
DuroCodes
58f7d524f6 refactor: remove useless import 2025-04-27 17:03:21 -04:00
DuroCodes
f1807dc95c feat: add monaco auto types 2025-04-27 16:10:09 -04:00
DuroCodes
58bf79cc3a fix: fix typescript type checking, optimize load times 2025-04-26 22:27:46 -04:00
DuroCodes
9f1b78dd2d feat: add api; paste-action -> paste 2025-04-26 07:04:26 -04:00
DuroCodes
560832ff5e feat: add better metadata with number of lines and language 2025-04-25 02:09:02 -04:00
DuroCodes
b4ac78df63 feat: generated metadata titles 2025-04-25 02:06:39 -04:00
DuroCodes
9883867913 docs: update readme to be more descriptive 2025-04-23 13:31:15 -04:00
DuroCodes
a5fc78b526 refactor: remove some nesting from handleSave function 2025-04-23 13:22:23 -04:00
DuroCodes
092703a9a0 feat: add save button keybind 2025-04-23 13:10:57 -04:00
DuroCodes
ee4a18e541 refactor: remove useless ui components 2025-04-23 13:07:20 -04:00
DuroCodes
313c3e298a feat: add github link 2025-04-23 13:04:33 -04:00
DuroCodes
f7e1e104d2 fix: fix clicking on input that has filtered content, add dark-squared theme 2025-04-21 20:34:37 -04:00
DuroCodes
462eb4b224 feat: hoverable dropdowns 2025-04-21 18:21:58 -04:00
DuroCodes
60c44e8ab4 fix: remove apple tags since they don't want to work 2025-04-21 11:15:05 -04:00
DuroCodes
4d08cefaec fix: make body full height 2025-04-21 11:10:16 -04:00
DuroCodes
0e9ef24c59 fix: fix ios yellow bar again 2025-04-21 11:09:11 -04:00
DuroCodes
d8cf9849fa fix: remove themeColor from the top of the screen for iOS 2025-04-21 11:06:17 -04:00
DuroCodes
06f4f01f1a feat: make mobile experience better 2025-04-21 11:05:29 -04:00
DuroCodes
26d38488d6 refactor: remove unnecessary imports 2025-04-21 10:10:22 -04:00
DuroCodes
0616f82c26 feat: add more language support 2025-04-20 23:05:32 -04:00
DuroCodes
3cf6a59d22 fix: fix large discord embed image 2025-04-20 21:55:35 -04:00
DuroCodes
e7a833f153 feat: v2 2025-04-20 21:44:08 -04:00
DuroCodes
968ca43d20 fix: fix mega image 2024-08-19 17:35:13 -04:00
DuroCodes
b59f65f53d fix: fix overflow for pages by making body background color the theme color; change default code to 'Hello World' rather than 'No Code Provided' 2024-08-19 08:35:17 -04:00
DuroCodes
42dcf49f85 fix: remove debug log in SaveButton 2024-08-19 07:37:35 -04:00
DuroCodes
3474f223ad fix: fix source link & make save text smaller for mobile 2024-08-19 07:36:29 -04:00