Commit Graph

85 Commits

Author SHA1 Message Date
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
Bram Suurd
def079e50e refactor: updated Open Graph API to use NextRequest for title parameter extraction 2024-08-28 15:10:47 +02:00
Bram Suurd
ab5d872f6c refactor: replaced export with const for image size in Open Graph API 2024-08-28 15:09:02 +02:00
Bram Suurd
fddec3c471 refactor: removed unused alt export in Open Graph image API, streamlining code for better maintainability 2024-08-28 15:07:51 +02:00
Bram Suurd
b2fbc49f14 refactor: enhanced Open Graph image generation by updating parameter handling and restructuring the response layout 2024-08-28 15:05:46 +02:00
Bram Suurd
17e27a944d fix: updated generateMetadata to return null for invalid scriptName, improving error handling and SEO consistency 2024-08-28 14:05:55 +02:00
Bram Suurd
9a74626fbb refactor: added error handling to og metadata api route 2024-08-28 14:05:15 +02:00
Bram Suurd
e4bd86e44d refactor: moved fetch to og image route for increased performance on front-end 2024-08-28 13:58:16 +02:00
Bram Suurd
2948a747ec Feat: added og image generation api for script pages. and added nextjs dynamic metadata to script page for better SEO 2024-08-28 13:37:55 +02:00
Bram Suurd
d603311652 refactor: Remove code-copy-button toast success message 2024-08-27 18:58:58 +02:00
Bram Suurd
67e6bc4a0e Revert "refactor: refactor the code base to use more server components"
This reverts commit 3f5e2abd12.
2024-08-26 01:21:56 +02:00
Bram Suurd
4b0c54a1c1 Revert "refactor: Update API endpoints to use baseUrl in page.tsx"
This reverts commit 36da0ec4cb.
2024-08-26 01:20:59 +02:00
Bram Suurd
15bb274818 Revert "Merge pull request #52 from BramSuurdje/feat--server-side-rendering"
This reverts commit 46753ef819, reversing
changes made to d172acc733.
2024-08-26 01:20:40 +02:00
Bram Suurd
ee6243e53c refactor: Remove dynamic import in category route 2024-08-25 21:26:46 +02:00
Bram Suurd
36da0ec4cb refactor: Update API endpoints to use baseUrl in page.tsx 2024-08-25 19:49:48 +02:00
Bram Suurd
0cb6d9d31b refactor: Update og route to use async function for GET request 2024-08-25 19:42:36 +02:00
Bram Suurd
db116e72c2 refactor: Remove runtime configuration from og route 2024-08-25 19:40:29 +02:00
Bram Suurd
3f5e2abd12 refactor: refactor the code base to use more server components 2024-08-25 19:39:25 +02:00
Bram Suurd
d172acc733 feat: Add robots.txt and sitemap.xml files 2024-08-25 15:14:02 +02:00
Bram Suurd
297a09ea98 refactor: Update ScriptBrowser component to use single accordion type 2024-08-25 02:00:51 +02:00
Bram Suurd
1fb0915cf7 fix: resolve issue in ScriptBrowser.tsx with searching 2024-08-25 01:51:17 +02:00
Bram Suurd
e96f1f2a85 refactor: Update CSS padding in page.tsx and Navbar.tsx 2024-08-25 01:17:57 +02:00
Bram Suurd
ce31b324fd feat: update searching mechanism 2024-08-25 01:12:58 +02:00
Bram Suurd
7be6f7d20a refactor: make footer visible in scripts page without scrolling down 2024-08-24 12:38:51 +02:00
Bram Suurd
4eddbde67b refactor: Optimize fetching categories and remove unused code in page.tsx 2024-08-24 11:19:32 +02:00
Bram Suurd
f557b0472d refactor: add loading spinner in page.tsx 2024-08-21 02:38:20 +02:00
Bram Suurd
96dc4085da refactor: Optimize fetching categories and remove unused code in page.tsx 2024-08-21 02:34:22 +02:00
Bram Suurd
96c1ef0e28 refactor: Remove unused code and optimize fetching categories in page.tsx 2024-08-21 02:23:25 +02:00