Commit Graph

487 Commits

Author SHA1 Message Date
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
Bram Suurd
d8b40721f7 chore: Add speed-insights npm package for performance monitoring 2024-08-16 23:16:29 +02:00
Bram Suurd
be02aa8d4c remove default package-lock.json 2024-08-16 01:17:59 +02:00
Bram Suurd
7148fd50db chore: Add installCommand property to Script interface 2024-08-16 01:17:01 +02:00
Bram Suurd
c23102220a Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-08-16 01:13:44 +02:00
Bram Suurd
21cfb32e57 chore: Componentized many items in the ScriptItem component to simplify future edits. 2024-08-16 01:11:45 +02:00
Bram Suurd
1a53337f95 chore: Update key in MobileNav component to use categoryId instead of collectionId 2024-08-15 19:24:24 +02:00
Bram Suurd
719bdba7ad chore: clean up types file and sort all items in types to make more sense. 2024-08-15 19:21:30 +02:00
Bram Suurd
beeeed6ea5 chore: Remove unused NextRequest parameter in GET function 2024-08-15 19:20:29 +02:00
Bram Suurd
d7b3197758 Merge pull request #44 from BramSuurdje/dependabot/npm_and_yarn/simple-icons-13.5.0
chore(deps): bump simple-icons from 13.4.0 to 13.5.0
2024-08-12 13:39:17 +02:00
Bram Suurd
eb9f7cb05c Merge branch 'main' into dependabot/npm_and_yarn/simple-icons-13.5.0 2024-08-12 13:39:10 +02:00
Bram Suurd
63f562309c Merge pull request #45 from BramSuurdje/dependabot/npm_and_yarn/tailwindcss-3.4.9
chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9
2024-08-12 13:38:54 +02:00
Bram Suurd
487109d9d9 Merge branch 'main' into dependabot/npm_and_yarn/tailwindcss-3.4.9 2024-08-12 13:38:41 +02:00
Bram Suurd
9d179e8ffc Merge pull request #47 from BramSuurdje/dependabot/npm_and_yarn/eslint-9.9.0
chore(deps-dev): bump eslint from 8.57.0 to 9.9.0
2024-08-12 13:38:24 +02:00
Bram Suurd
3a815aaf0e Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.9.0 2024-08-12 13:38:17 +02:00
Bram Suurd
06cc79d3c5 Merge pull request #46 from BramSuurdje/dependabot/npm_and_yarn/types/node-22.2.0
chore(deps-dev): bump @types/node from 20.12.12 to 22.2.0
2024-08-12 13:37:56 +02:00
Bram Suurd
1b03b81d2b Merge branch 'main' into dependabot/npm_and_yarn/types/node-22.2.0 2024-08-12 13:37:49 +02:00
Bram Suurd
b44eff44ce Merge pull request #48 from BramSuurdje/dependabot/npm_and_yarn/radix-ui/react-slot-1.1.0
chore(deps): bump @radix-ui/react-slot from 1.0.2 to 1.1.0
2024-08-12 13:37:24 +02:00
dependabot[bot]
1102da7098 chore(deps): bump @radix-ui/react-slot from 1.0.2 to 1.1.0
Bumps [@radix-ui/react-slot](https://github.com/radix-ui/primitives) from 1.0.2 to 1.1.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:35:52 +00:00
dependabot[bot]
a5f990a113 chore(deps-dev): bump eslint from 8.57.0 to 9.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:35:44 +00:00
dependabot[bot]
1bc9866d46 chore(deps-dev): bump @types/node from 20.12.12 to 22.2.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 22.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:35:34 +00:00
dependabot[bot]
7ae00e6e69 chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.9.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.9)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:35:27 +00:00
dependabot[bot]
9c21fc9a38 chore(deps): bump simple-icons from 13.4.0 to 13.5.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 13.4.0 to 13.5.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.4.0...13.5.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:35:18 +00:00
Bram Suurd
b19de6f514 Update README.md 2024-08-11 15:56:56 -07:00
Bram Suurd
d7634bf04b update defaultimg 2024-08-12 00:53:17 +02:00
Bram Suurd
ef30704415 Update README.md 2024-08-11 15:52:13 -07:00
Bram Suurd
49bc99b13a refactor: Remove unused mouse.ts file 2024-08-10 16:17:23 +02:00
Bram Suurd
416df4895e refactor: Remove unused code in utils.ts 2024-08-10 16:15:20 +02:00