Commit Graph

404 Commits

Author SHA1 Message Date
Bram Suurd
2ca8a06e96 Merge pull request #39 from BramSuurdje/dependabot/npm_and_yarn/simple-icons-13.4.0
chore(deps): bump simple-icons from 11.15.0 to 13.4.0
2024-08-05 17:20:48 +02:00
Bram Suurd
258ac97068 Merge branch 'main' into dependabot/npm_and_yarn/simple-icons-13.4.0 2024-08-05 17:20:38 +02:00
Bram Suurd
c2dbfe0480 Merge pull request #41 from BramSuurdje/dependabot/npm_and_yarn/sonner-1.5.0
chore(deps): bump sonner from 1.4.41 to 1.5.0
2024-08-05 17:19:49 +02:00
Bram Suurd
5f17cbdd2f Merge pull request #42 from BramSuurdje/dependabot/npm_and_yarn/radix-ui/react-tabs-1.1.0
chore(deps): bump @radix-ui/react-tabs from 1.0.4 to 1.1.0
2024-08-05 17:19:38 +02:00
Bram Suurd
1e2d2235ea chore: Remove unused "@vercel/speed-insights" npm dependency 2024-08-05 17:19:05 +02:00
Bram Suurd
56293e292e refactor: Update StarOnGithubButton component styles for responsiveness 2024-08-05 15:39:21 +02:00
dependabot[bot]
ed6029d708 chore(deps): bump @radix-ui/react-tabs from 1.0.4 to 1.1.0
Bumps [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) from 1.0.4 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-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 13:38:03 +00:00
dependabot[bot]
e270b6ec2e chore(deps): bump sonner from 1.4.41 to 1.5.0
Bumps [sonner](https://github.com/emilkowalski/sonner) from 1.4.41 to 1.5.0.
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/compare/v.1.4.41...v.1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 13:37:57 +00:00
dependabot[bot]
4083486bd3 chore(deps): bump simple-icons from 11.15.0 to 13.4.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 11.15.0 to 13.4.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/11.15.0...13.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 13:37:52 +00:00
Bram Suurd
b666854143 move project to /src directory 2024-08-05 15:36:46 +02:00
Bram Suurd
ea859ecebb chore: Add Dependabot configuration for npm updates 2024-08-05 14:45:20 +02:00
Bram Suurd
55d07ae302 refactor: Remove commented out code in Page component 2024-08-04 14:38:54 +02:00
Bram Suurd
38c7f89c9b refactor: Update button component styles for null variant 2024-08-04 13:52:54 +02:00
Bram Suurd
320bfd8df5 update the defaultimg to match new landing page 2024-08-04 13:48:51 +02:00
Bram Suurd
6f23382cb6 refactor: Update landing page 2024-08-04 13:45:33 +02:00
Bram Suurd
4d383295b5 refactor: Update layout to include Footer component 2024-08-04 13:45:02 +02:00
Bram Suurd
91496e1cca chore: Update maxAge for visited cookie to 7 days 2024-08-04 13:44:53 +02:00
Bram Suurd
45da922009 Updated the button component to use the enhanced buttons from jakobhoeg 2024-08-04 13:44:00 +02:00
Bram Suurd
0c0217ced8 refactor: Update component imports to match new file structure 2024-08-03 16:40:57 +02:00
Bram Suurd
381b1f52ea chore: Update Footer component with umami event tracking for GitHub links 2024-08-03 16:06:56 +02:00
Bram Suurd
ce040cb5e1 feat: Update ScriptItem component margins to match up better with other components 2024-08-03 15:45:14 +02:00
Bram Suurd
8c79c2c984 refactor: Remove background gradient in Page component 2024-08-03 15:40:09 +02:00
Bram Suurd
8db2f53c01 chore: Update analytics script URL to use HTTPS 2024-08-03 15:31:51 +02:00
Bram Suurd
851b372a86 chore: Update tech stack in README.md 2024-08-03 15:10:13 +02:00
Bram Suurd
e52290234e remove unused inport 2024-08-03 15:04:01 +02:00
Bram Suurd
072cfa3f1e chore: Update analytics script URL and remove unused imports 2024-08-03 15:03:50 +02:00
Bram Suurd
e8f52689e1 bun format 2024-08-03 14:48:35 +02:00
Bram Suurd
dabd29e7cb chore: Refactor Navbar component and update links to use siteConfig 2024-08-03 14:47:11 +02:00
Bram Suurd
893a7acbf6 chore: Refactor fetchCategories function and improve code readability 2024-08-03 14:47:05 +02:00
Bram Suurd
fcfe4f8f69 feat: Add API route for fetching categories 2024-08-03 14:46:51 +02:00
Bram Suurd
d07f0b410b chore: Remove CacheControls component 2024-08-03 14:08:24 +02:00
Bram Suurd
5b9bd1a6de chore: Update Navbar component to use siteConfig for links 2024-08-03 14:07:21 +02:00
Bram Suurd
3b7d22b20d feat: Add Footer component to layout. and remove caching of scripts 2024-08-01 21:47:00 +02:00
Bram Suurd
3ee8497d1b Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-07-29 23:43:32 +02:00
Bram Suurd
2d172233ee added support for getting scripts from cache 2024-07-29 23:43:28 +02:00
Bram Suurd
cfcc8b2341 Merge pull request #37 from BramSuurdje/BramSuurdje-patch-2
Bram suurdje patch 2
2024-07-28 16:57:54 +02:00
Bram Suurd
fca75f8a49 Update README.md 2024-07-28 07:57:39 -07:00
Bram Suurd
4fffc72a8e Update README.md 2024-07-28 07:56:55 -07:00
Bram Suurd
2c1992859d Update README.md 2024-07-28 07:55:29 -07:00
Bram Suurd
7eec5fa1b2 Merge pull request #36 from BramSuurdje/edit-readme
Edit readme
2024-07-27 20:16:07 +02:00
Bram Suurd
d351c63187 Update CONTRIBUTING.md 2024-07-27 11:15:07 -07:00
Bram Suurd
43a5dc831a Update CONTRIBUTING.md 2024-07-27 11:14:56 -07:00
Bram Suurd
6a1b71dbb0 Update README.md 2024-07-27 11:14:00 -07:00
Bram Suurd
06f328ecc8 Update README.md 2024-07-27 11:04:16 -07:00
Bram Suurd
9915385422 Update README.md 2024-07-27 11:03:33 -07:00
Bram Suurd
4d4e3806e5 re-did the readme for better readablity and added a contribution guide 2024-07-27 20:02:25 +02:00
Bram Suurd
8a5c2dce35 remove un-used imports 2024-07-14 00:12:40 +02:00
Bram Suurd
349300a6f8 chore: Update ScriptBrowser component with search input styling and clear button 2024-07-14 00:11:30 +02:00
Bram Suurd
8c870ee1e6 Update dropdown menu styles for popover background and opacity 2024-07-13 23:55:46 +02:00
Bram Suurd
ff2f89d82a Add toast when first copying scripts to warn user 2024-07-13 23:46:48 +02:00