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
|
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
|
d8b40721f7
|
chore: Add speed-insights npm package for performance monitoring
|
2024-08-16 23:16:29 +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
|
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 |
|
Bram Suurd
|
48e9b03dec
|
refactor: Improve conditional rendering in ScriptItem component for better clarity on item usage instructions
|
2024-08-09 02:56:44 +02:00 |
|
Bram Suurd
|
e19bd22267
|
refactor: Update ScriptItem component to use TooltipTrigger className for styling consistency
|
2024-08-09 02:52:12 +02:00 |
|
Bram Suurd
|
93a0fe7773
|
refactor: Update Badge component to include warning and failure variants
|
2024-08-09 02:44:28 +02:00 |
|
Bram Suurd
|
96f862edd9
|
run bun format
|
2024-08-09 02:32:54 +02:00 |
|
Bram Suurd
|
bbefd7cb42
|
Update the database by creating separate tables for alerts and default login details. Add a tab for default login details, and implement badges for updatable scripts and scripts requiring privileged access.
|
2024-08-09 02:32:06 +02:00 |
|
Bram Suurd
|
8a2d92a4bb
|
refactor: Remove unused code in MostViewedScripts component
|
2024-08-09 00:40:29 +02:00 |
|
Bram Suurd
|
860c016e93
|
Refactor: Optimize the database model for more efficient storage of Alpine installation details.
|
2024-08-09 00:29:31 +02:00 |
|
Bram Suurd
|
73d80b2514
|
run prettier format
|
2024-08-09 00:03:31 +02:00 |
|
Bram Suurd
|
7f343c3b42
|
refactor: Update NumberTicker component to use Number constructor for formatting
|
2024-08-09 00:02:40 +02:00 |
|
Bram Suurd
|
c266a50d61
|
refactor: Add CodeCopyButton component for copying code snippets
|
2024-08-08 01:04:59 +02:00 |
|
Bram Suurd
|
23098003ae
|
refactor: Remove unused code in utils.tsx
|
2024-08-07 22:35:29 +02:00 |
|
Bram Suurd
|
2adfbdbdb8
|
refactor: Improve code readability and add copy code button in ScriptItem component
|
2024-08-07 22:35:18 +02:00 |
|
Bram Suurd
|
9c3e258d51
|
remove click to copy text
|
2024-08-07 19:32:22 +02:00 |
|
Bram Suurd
|
8cf7b05a9f
|
refactor: Update ScriptItem component to improve code readability
|
2024-08-07 16:26:33 +02:00 |
|
Bram Suurd
|
3fff4906eb
|
refactor: copy code button
|
2024-08-07 16:21:20 +02:00 |
|
Bram Suurd
|
c1ad36ef2a
|
refactor: Update utils.tsx to include handleCopy function and dependencies
|
2024-08-07 16:21:04 +02:00 |
|
Bram Suurd
|
534fc1575f
|
refactor: Update Page component to include full-height layout
|
2024-08-06 03:28:14 +02:00 |
|
Bram Suurd
|
7e5bee733c
|
refactor: Update Navbar component to remove cookie and redirect
|
2024-08-06 03:26:29 +02:00 |
|
Bram Suurd
|
3b63bfb18f
|
refactor: Update default theme to "dark" in layout.tsx and page.tsx
|
2024-08-05 17:46:37 +02:00 |
|
Bram Suurd
|
3b28d0cd67
|
refactor: Remove react-icons/fa import from siteConfig.tsx
|
2024-08-05 17:25:33 +02:00 |
|
Bram Suurd
|
f23be5e077
|
refactor: Update Navbar component to remove cookie and redirect
|
2024-08-05 17:25:20 +02:00 |
|
Bram Suurd
|
56293e292e
|
refactor: Update StarOnGithubButton component styles for responsiveness
|
2024-08-05 15:39:21 +02:00 |
|
Bram Suurd
|
b666854143
|
move project to /src directory
|
2024-08-05 15:36:46 +02:00 |
|