Commit Graph

599 Commits

Author SHA1 Message Date
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
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
a4bdfb7860 Merge pull request #83 from BramSuurdje/dependabot/npm_and_yarn/eslint-9.13.0
chore(deps-dev): bump eslint from 8.57.1 to 9.13.0
2024-10-21 15:58:38 +02:00
Bram Suurd
3d97a6d20e Merge pull request #84 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.453.0
chore(deps): bump lucide-react from 0.452.0 to 0.453.0
2024-10-21 15:58:24 +02:00
dependabot[bot]
704d2ad9be chore(deps): bump lucide-react from 0.452.0 to 0.453.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.452.0 to 0.453.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.453.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-10-21 11:29:37 +00:00
dependabot[bot]
fda86c1663 chore(deps-dev): bump eslint from 8.57.1 to 9.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.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.1...v9.13.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-10-21 11:29:33 +00: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
4b65f54ab1 Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-10-19 10:46:02 +02:00
Bram Suurd
e3eed233db Update README.md 2024-10-17 11:04:50 +02:00
Bram Suurd
63946cf5aa Merge pull request #82 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.452.0
chore(deps): bump lucide-react from 0.446.0 to 0.452.0
2024-10-14 15:12:34 +02:00
Bram Suurd
059b2b20fb Merge pull request #81 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.15
chore(deps): bump next from 14.2.11 to 14.2.15
2024-10-14 15:12:25 +02:00
dependabot[bot]
3a71823982 chore(deps): bump lucide-react from 0.446.0 to 0.452.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.446.0 to 0.452.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.452.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-10-14 12:10:19 +00:00
dependabot[bot]
9fe3beacba chore(deps): bump next from 14.2.11 to 14.2.15
Bumps [next](https://github.com/vercel/next.js) from 14.2.11 to 14.2.15.
- [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.11...v14.2.15)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 12:10:12 +00: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
c35fd733a6 chore: remove ESLint config TypeScript recommended rules 2024-10-10 22:06:58 +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
70669ae5b4 chore: enhance ESLint config for TypeScript support and update package dependencies in package.json 2024-10-10 22:01:01 +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
3eceec9992 chore: remove package-lock.json and update bun.lockb to reflect dependency changes 2024-10-10 21:53:26 +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
0f936cdd58 feat: add prettier-plugin-organize-imports for better import management 2024-10-10 21:52:52 +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
d7eac9b66b Merge pull request #70 from BramSuurdje/dependabot/npm_and_yarn/sharp-0.33.5
chore(deps): bump sharp from 0.33.4 to 0.33.5
2024-10-02 17:29:46 +02:00
Bram Suurd
0fd2b67570 Merge pull request #72 from BramSuurdje/dependabot/npm_and_yarn/tailwindcss-animated-1.1.2
chore(deps-dev): bump tailwindcss-animated from 1.0.1 to 1.1.2
2024-09-30 19:34:56 +02:00
Bram Suurd
c2e82fa516 Merge pull request #75 from BramSuurdje/dependabot/npm_and_yarn/eslint-9.11.1
chore(deps-dev): bump eslint from 9.9.1 to 9.11.1
2024-09-30 19:34:44 +02:00
Bram Suurd
19a756311b Merge pull request #76 from BramSuurdje/dependabot/npm_and_yarn/lucide-react-0.446.0
chore(deps): bump lucide-react from 0.441.0 to 0.446.0
2024-09-30 19:34:33 +02:00
dependabot[bot]
f37d515dce chore(deps): bump lucide-react from 0.441.0 to 0.446.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.441.0 to 0.446.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.446.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-09-30 11:42:31 +00:00
dependabot[bot]
e040182c9e chore(deps-dev): bump eslint from 9.9.1 to 9.11.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.11.1.
- [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/v9.9.1...v9.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 11:42:11 +00:00
dependabot[bot]
ce729800dd chore(deps-dev): bump tailwindcss-animated from 1.0.1 to 1.1.2
Bumps [tailwindcss-animated](https://github.com/new-data-services/tailwindcss-animated) from 1.0.1 to 1.1.2.
- [Release notes](https://github.com/new-data-services/tailwindcss-animated/releases)
- [Commits](https://github.com/new-data-services/tailwindcss-animated/compare/1.0.1...v1.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 11:52:10 +00:00
dependabot[bot]
d734c4e1ba chore(deps): bump sharp from 0.33.4 to 0.33.5
Bumps [sharp](https://github.com/lovell/sharp) from 0.33.4 to 0.33.5.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 11:51:59 +00:00
Bram Suurd
9603c258e4 chore(deps): updated build script to use Node.js 21 and npm ci for better dependency management 2024-09-17 11:57:39 +02:00
Bram Suurd
d487b35216 Merge pull request #66 from BramSuurdje/dependabot/npm_and_yarn/eslint-config-next-14.2.11
chore(deps-dev): bump eslint-config-next from 14.2.8 to 14.2.11
2024-09-17 11:51:32 +02:00
Bram Suurd
0053e77c8e Merge pull request #65 from BramSuurdje/dependabot/npm_and_yarn/next-14.2.11
chore(deps): bump next from 14.2.9 to 14.2.11
2024-09-17 11:51:20 +02:00