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
|
118ed5539e
|
Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts
|
2024-08-27 18:59:02 +02:00 |
|
Bram Suurd
|
d603311652
|
refactor: Remove code-copy-button toast success message
|
2024-08-27 18:58:58 +02:00 |
|
Bram Suurd
|
b00d5fc2e0
|
Merge pull request #54 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.436.0
chore(deps): bump lucide-react from 0.428.0 to 0.436.0
|
2024-08-26 14:45:09 +02:00 |
|
Bram Suurd
|
5512c70fcd
|
Merge pull request #55 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.6
chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6
|
2024-08-26 14:44:58 +02:00 |
|
dependabot[bot]
|
d6008f1a55
|
chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.5 to 14.2.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.6/packages/eslint-config-next)
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-26 12:44:35 +00:00 |
|
Bram Suurd
|
90fe18c817
|
Merge pull request #56 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.6
chore(deps): bump next from 14.2.5 to 14.2.6
|
2024-08-26 14:44:24 +02:00 |
|
Bram Suurd
|
8304d94dfd
|
refactor: Remove unused ESLint plugins and update dependencies
|
2024-08-26 14:43:17 +02:00 |
|
dependabot[bot]
|
0bea065b60
|
chore(deps): bump next from 14.2.5 to 14.2.6
Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.5...v14.2.6)
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-26 12:07:10 +00:00 |
|
dependabot[bot]
|
48ad9b809a
|
chore(deps): bump lucide-react from 0.428.0 to 0.436.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.428.0 to 0.436.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.436.0/packages/lucide-react)
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-26 12:06:28 +00: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
|
147e4a478a
|
Revert "refactor: Remove react-helmet dependency from package.json"
This reverts commit 93bfbaf5a8.
|
2024-08-26 01:21:21 +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
|
16cd755799
|
Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts
|
2024-08-26 01:20:07 +02:00 |
|
Bram Suurd
|
e7e200ae45
|
Revert "Merge pull request #53 from BramSuurdje/feat--server-side-rendering"
This reverts commit 53e912d881, reversing
changes made to 46753ef819.
|
2024-08-26 01:19:32 +02:00 |
|
Bram Suurd
|
6dacf54221
|
refactor: Remove dynamic import in category route
|
2024-08-26 01:18:25 +02:00 |
|
Bram Suurd
|
53e912d881
|
Merge pull request #53 from BramSuurdje/feat--server-side-rendering
refactor: Remove dynamic import in category route
|
2024-08-25 21:28:53 +02:00 |
|
Bram Suurd
|
ee6243e53c
|
refactor: Remove dynamic import in category route
|
2024-08-25 21:26:46 +02:00 |
|
Bram Suurd
|
46753ef819
|
Merge pull request #52 from BramSuurdje/feat--server-side-rendering
Feat server side rendering
|
2024-08-25 19:56:34 +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
|
93bfbaf5a8
|
refactor: Remove react-helmet dependency from package.json
|
2024-08-25 19:41:31 +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
|
22767e3bf4
|
chore: add cmdk npm dependency version 1.0.0
|
2024-08-25 01:14:33 +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 |
|
Bram Suurd
|
29f2d71b90
|
Merge pull request #49 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.5
chore(deps-dev): bump eslint-config-next from 14.2.1 to 14.2.5
|
2024-08-19 14:11:38 +02:00 |
|
Bram Suurd
|
4c0bc6320c
|
Merge pull request #50 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.428.0
chore(deps): bump lucide-react from 0.376.0 to 0.428.0
|
2024-08-19 14:11:17 +02:00 |
|
Bram Suurd
|
9719e53e82
|
Merge pull request #51 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.5
chore(deps): bump next from 14.2.1 to 14.2.5
|
2024-08-19 14:11:06 +02:00 |
|
dependabot[bot]
|
b1b5cc5f10
|
chore(deps): bump next from 14.2.1 to 14.2.5
Bumps [next](https://github.com/vercel/next.js) from 14.2.1 to 14.2.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.1...v14.2.5)
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-19 12:09:55 +00:00 |
|
dependabot[bot]
|
a1f7023959
|
chore(deps): bump lucide-react from 0.376.0 to 0.428.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.376.0 to 0.428.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.428.0/packages/lucide-react)
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-19 12:09:45 +00:00 |
|
dependabot[bot]
|
9b0cc3dd3a
|
chore(deps-dev): bump eslint-config-next from 14.2.1 to 14.2.5
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.1 to 14.2.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next)
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-19 12:09:37 +00:00 |
|
Bram Suurd
|
527be1ffab
|
chore: Add dynamic export to page.tsx and Navbar.tsx
|
2024-08-17 00:20:29 +02:00 |
|
Bram Suurd
|
9588ddc7cb
|
chore: Fix fetch API options in page.tsx and MobileNav.tsx
|
2024-08-17 00:14:53 +02:00 |
|
Bram Suurd
|
d1eb7459d8
|
chore: Add dynamic export to page.tsx and Navbar.tsx
|
2024-08-17 00:10:29 +02:00 |
|
Bram Suurd
|
36dd442695
|
chore: Update npm dependency to latest stable version
|
2024-08-17 00:03:28 +02:00 |
|