Commit Graph

112 Commits

Author SHA1 Message Date
Bram Suurd
0e28c8d33a Update logo source path in Navbar component to maintain consistency across the application 2024-11-01 17:53:02 +01:00
Bram Suurd
ed546b8c3f Remove unused SpeedInsights import from layout.tsx for cleaner codebase and better readability 2024-11-01 17:50:58 +01:00
Bram Suurd
5c69d906cf MAJOR: change several files so they are compatible with gh-pages 2024-11-01 17:10:25 +01:00
Bram Suurd
bdb51f2999 fix: replace <p> tags with <div> in ScriptBrowser 2024-11-01 13:07:13 +01:00
Bram Suurd
2fe81ac0b2 fix: wrap alert content in a span for improved formatting in Alerts component 2024-11-01 13:06:58 +01:00
Bram Suurd
487a009cff fix: update script count in Proxmox VE description from 150+ to 200+ 2024-11-01 12:56:13 +01:00
Bram Suurd
169a28f425 fix: update apostrophe in Tteck's GitHub link for better HTML escaping 2024-10-29 20:23:20 +01:00
Bram Suurd
5d7cd1d12b feat: add thank you dialog for Tteck 2024-10-29 20:18:37 +01:00
Bram Suurd
00986fac07 chore: update to react 19 and Nextjs 15 2024-10-29 19:24:59 +01:00
Bram Suurd
6a3c923dab refactor(ScriptPage): replace Spinner with Loader2 component 2024-10-26 13:32:05 +02:00
Bram Suurd
5b32cb6a80 refactor(Buttons): reorganize URL transformation function 2024-10-26 12:39:37 +02:00
Bram Suurd
c9103638d4 Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-10-26 12:36:58 +02:00
Bram Suurd
b4d6d23af6 refactor(Buttons): remove redundant URL transformation logic from source URL computation for clarity and maintenance 2024-10-26 12:36:55 +02:00
Bram Suurd
ded1eabd2a feat(Spinner): add Spinner component and integrate it into ScriptPage for improved loading indication 2024-10-26 12:24:50 +02:00
Bram Suurd
f280849f6b chore(ScriptBrowser): replace Image component with img tag 2024-10-25 00:42:59 +02:00
Bram Suurd
805fcf8b2d chore(ScriptItem): replace Image component with img tag for consistency and remove unnecessary props 2024-10-25 00:40:18 +02:00
Bram Suurd
c543baab54 chore(ScriptInfoBlocks): disable prefetching for script links to enhance loading performance 2024-10-24 11:10:31 +02:00
Bram Suurd
1504a6e134 chore(ScriptBrowser): disable prefetching for script links to improve loading behavior 2024-10-24 11:09:48 +02:00
Bram Suurd
a6037dd454 Revert "chore(api): replace Image component with img tag across several components"
This reverts commit cac787e10f.
2024-10-24 11:04:59 +02:00
Bram Suurd
cac787e10f chore(api): replace Image component with img tag across several components 2024-10-24 11:01:27 +02:00
Bram Suurd
0f37bfa721 chore(api): remove unused dynamic rendering configuration from categories route and script page 2024-10-24 10:52:45 +02:00
Bram Suurd
bdd5e2a64f chore(Navbar): fix screen reader text placement 2024-10-23 18:02:29 +02:00
Bram Suurd
dc795a8dcb chore(Navbar): add screen reader text for better accessibility on navigation buttons 2024-10-23 17:51:03 +02:00
Bram Suurd
df5007825d chore(api): force dynamic rendering for categories route to enhance response behavior 2024-10-22 20:05:50 +02:00
Bram Suurd
1b8a78e83d chore(api): add revalidation to categories GET request for improved caching control 2024-10-22 20:03:51 +02:00
Bram Suurd
f37657b9e1 chore(script): add dynamic export to ScriptPage for improved rendering behavior 2024-10-22 20:00:56 +02:00
Bram Suurd
5e5fe412e2 chore(layout): add preconnect links for PocketBase and GitHub API to improve loading performance 2024-10-22 19:58:12 +02:00
Bram Suurd
cfda73b816 fix: sort scripts by title in ScriptBrowser component for improved accessibility and organization 2024-10-19 10:49:39 +02:00
Bram Suurd
65f78a79bc fix: update button variant from secondary to outline in ScriptInfoBlocks component 2024-10-14 08:46:11 +02:00
Bram Suurd
103863ed99 Prettier Format 2024-10-12 11:41:13 +02:00
Bram Suurd
4b4c22cc52 fix: update CopyButton onClick to ensure value is converted to string for consistent copy functionality 2024-10-10 22:45:12 +02:00
Bram Suurd
859032cdb3 fix: clean up layout component by removing extra characters and correct import path for Particles component in page.tsx 2024-10-10 22:09:50 +02:00
Bram Suurd
90a51fa26d refactor: change type annotations from 'any' to 'string' for improved type safety in handleCopy function and related components 2024-10-10 22:06:15 +02:00
Bram Suurd
c1956d4d21 feat: update image import in OG route to use Next.js Image component for improved performance and styling 2024-10-10 22:00:52 +02:00
Bram Suurd
b0fce8d48f refactor: clean up unused imports in ScriptBrowser, ScriptInfoBlocks, CommandMenu, MobileNav, and Navbar components 2024-10-10 21:53:03 +02:00
Bram Suurd
72f5095632 refactor: remove unused ModeToggle import from Navbar 2024-10-10 21:47:08 +02:00
Bram Suurd
b9086de5d9 fix: remove unused transition prop from RootLayout, correct Footer rendering issue for better layout management 2024-10-10 21:45:29 +02:00
Bram Suurd
0101076cdc feat: integrate theme toggle into Navbar, remove standalone ModeToggle component for cleaner code structure. add quicklinks to github 2024-10-10 21:45:22 +02:00
Bram Suurd
e9043f7a77 feat: add display for script item type in CommandMenu for improved information visibility 2024-10-10 21:28:35 +02:00
Bram Suurd
9fad260af0 feat: enhance script info blocks with new styling and date display using CalendarPlus icon 2024-10-10 21:26:48 +02:00
Bram Suurd
a6f3333fcb feat: add manifest file for Proxmox VE Helper-Scripts with app metadata and icons configuration 2024-09-14 19:46:13 +02:00
Bram Suurd
a82c27a1de Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-09-14 19:25:52 +02:00
Bram Suurd
2426120a31 fix: update Footer component for better alignment and update attribution text 2024-09-14 19:25:33 +02:00
Bram Suurd
465c13575c changed urls from old to new across repo 2024-09-10 09:58:45 +02:00
Bram Suurd
65ea37915e Revert "feat: add middleware for redirecting requests to proxmoxve-scripts.com if the hostname does not match"
This reverts commit a4a4ed2f5e.
2024-09-08 11:30:37 +02:00
Bram Suurd
a4a4ed2f5e feat: add middleware for redirecting requests to proxmoxve-scripts.com if the hostname does not match 2024-09-08 11:29:12 +02:00
Bram Suurd
878edb37e4 Revert "feat: add middleware to redirect requests from old domain to new domain" 2024-09-08 02:19:07 +02:00
Bram Suurd
6c904d3b02 feat: add middleware to redirect requests from old domain to new domain 2024-09-08 02:08:47 +02:00
Bram Suurd
b351f1ad1c refactor: revert to old image generation image. 2024-08-28 15:20:03 +02:00
Bram Suurd
a7c9bf7225 refactor: increased image dimensions and added object-fit style 2024-08-28 15:15:51 +02:00