CanbiZ
a59f1cce8f
Update index.tsx
2025-01-23 09:44:53 +01:00
CanbiZ
405b844c37
Update index.tsx
2025-01-23 09:42:50 +01:00
CanbiZ
c7a0009d9a
Update index.tsx
2025-01-23 09:35:24 +01:00
CanbiZ
9f29a66bb7
Update index.tsx
2025-01-23 09:33:34 +01:00
CanbiZ
70ef075ccd
Update index.tsx
2025-01-23 09:30:00 +01:00
CanbiZ
f1f1a7fa68
dev: add category view
2025-01-23 09:27:58 +01:00
Bram Suurd
022288ef8e
Refactor Sidebar component to display unique scripts count ( #1681 )
2025-01-22 21:16:21 +01:00
Bram Suurd
2ba35bbee5
Refactor various components and configuration for mobile responsiveness. ( #1679 )
2025-01-22 20:36:51 +01:00
dependabot[bot]
7a66f9b42f
Bump vite from 6.0.1 to 6.0.11 in /frontend ( #1653 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.1 to 6.0.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 21:01:12 +01:00
Sam Heinz
d3ecb9bb0c
port dotnetapi,opengist,phpipam,wordpress to arm64
2025-01-17 19:10:19 +10:00
Sam Heinz
ac3efaef7a
Merge remote-tracking branch 'upstream/main'
2025-01-17 19:02:30 +10:00
CanbiZ
f51762420a
Update page.tsx
2025-01-16 15:13:39 +01:00
CanbiZ
f8c10ca80b
Update page.tsx
2025-01-16 15:09:13 +01:00
CanbiZ
3fca76dbbc
Mainpage: Fix "Scripts by TTeck": Typo & Mobile View
2025-01-16 15:05:48 +01:00
CanbiZ
b57689ec50
Mainpage: Fix "Scripts by TTeck": Typo & Mobile View ( #1533 )
2025-01-16 15:01:22 +01:00
CanbiZ
1f8f593116
add reactmode
2025-01-16 14:51:23 +01:00
CanbiZ
330315c615
remove comment jsx
2025-01-16 14:48:38 +01:00
CanbiZ
504d47d246
add react jsx
2025-01-16 14:48:17 +01:00
CanbiZ
ab206530e0
fix navbar issue in mobile view
2025-01-16 14:45:54 +01:00
CanbiZ
f5b78d5dcc
fix navbar issue in mobile view
2025-01-16 14:43:53 +01:00
CanbiZ
3f9863ebf9
Add Mobile check for empty icon-url on website ( #1532 )
2025-01-16 14:36:46 +01:00
rajat
4c13164ad3
Update footer text on website ( #1466 )
...
Changed "Website build by the community" to "Website built by the community".
2025-01-14 14:31:05 +01:00
Sam Heinz
0116b0b5a7
Fix install command
2025-01-11 03:47:13 +10:00
Sam Heinz
36fe234c59
Update next.config.mjs
2025-01-09 22:11:35 +10:00
Sam Heinz
b5036f77a3
Update frontend links, navbar, etc.
2025-01-09 21:57:06 +10:00
Sam Heinz
2cd120429e
Add a hoverover for the status emoji
2025-01-09 21:41:35 +10:00
Sam Heinz
db714e86ea
Add script status to sidebar and title
2025-01-09 21:33:11 +10:00
Sam
16628c3ec8
Update README, adjust calls to install scripts
2025-01-09 17:35:33 +10:00
Sam
fac895dc14
Change frontend base path to /Proxmox
2025-01-09 17:23:28 +10:00
Sam
1b6faa5ce3
Readd frontend and JSON folders
2025-01-09 17:13:53 +10:00
Sam
95585f42d1
Remove JSON and frontend folders
...
To shrink size of PR to make GitHub not lag
2025-01-09 16:32:41 +10:00
Sam Heinz
63211582d4
Merge branch 'upstream-main' into upstream-merge
2025-01-08 00:14:30 +10:00
dependabot[bot]
dfa14693ee
Bump next from 15.0.2 to 15.1.3 in /frontend ( #1212 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.0.2 to 15.1.3.
- [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/v15.0.2...v15.1.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-04 08:44:43 +01:00
Sam
203b069521
Restore frontend.
...
Will probably replace existing website with this one.
2024-12-31 15:33:46 +10:00
Sam
d69622760d
Remove frontend
2024-12-31 15:03:19 +10:00
Sam
563bde6fcd
Replace existing repo with upstream
2024-12-31 14:51:09 +10:00
Bram Suurd
bda30403da
Fix script path formatting in InstallMethod component ( #909 )
2024-12-19 09:17:21 +01:00
Bram Suurd
6f96aebc27
Enhance Tooltip component by adding CircleHelp icon and fix instructions in script component ( #910 )
...
* Enhance Tooltip component by adding CircleHelp icon and adjusting layout. Updated TooltipContent max width for better display.
* Refactor ScriptItem and InstallCommand components to improve conditional rendering based on item type. Updated text to clarify usage instructions for 'misc' type scripts.
2024-12-19 09:16:54 +01:00
dependabot[bot]
6f2e0dfde9
Bump nanoid from 3.3.7 to 3.3.8 in /frontend ( #845 )
2024-12-16 04:55:03 -08:00
CanbiZ
ca902c50fb
Change MISC from red to green ( #815 )
2024-12-13 22:52:37 +01:00
Håvard Gjøby Thom
cadae9796e
Bugfix: Include script name in website search ( #731 )
2024-12-07 13:23:58 -05:00
Bram Suurd
c46f15cdc1
fix: note component in json-editor getting out of focus when typing and revert theme switch animation ( #706 )
...
* fix: note component in json-editor getting out of focus when typing. fixes JSON-Generator Notes Field #687
* revert: theme transition
2024-12-06 21:12:35 +01:00
Bram Suurd
47ecc7a006
fix: vaultwarden info mismatch ( #645 )
2024-12-02 21:29:18 +01:00
Håvard Gjøby Thom
03be08be63
Add vitest, add json validation tests, fix broken json files ( #566 )
2024-11-28 15:50:40 +01:00
CanbiZ
2599bff463
Show Changelog on Mobile Devices ( #558 )
2024-11-28 05:46:32 +01:00
Bram Suurd
dc1b14dfd9
Enhance InstallMethod component: add operating system selection and version handling with new input structure ( #426 )
2024-11-23 08:14:22 +01:00
Bram Suurd
378a9be1bc
Website: Add discord link to navbar ( #405 )
2024-11-21 07:51:02 +01:00
Bram Suurd
6e71047570
Refactor Buttons component to use a ButtonLink for cleaner code, simplifying the source URL generation and layout ( #371 )
...
* Refactor Buttons component to use a ButtonLink for cleaner code, simplifying the source URL generation and layout
* Refactor DefaultPassword component to simplify credential handling and enhance code readability with map function
* Refactor DefaultSettings component to improve resource display logic and enhance readability using a new ResourceDisplay subcomponent
2024-11-19 22:21:00 +01:00
Bram Suurd
d41d3812e7
Fix AlertColors info style in site config for consistent dark mode appearance ( #279 )
...
* Fix AlertColors info style in site config for consistent dark mode appearance
* Enhance alert icon display in Alerts component for improved clarity with new icons
* Remove unused icon import in Alerts component to streamline icon usage and improve code clarity
2024-11-16 12:15:17 +01:00
Bram Suurd
ea559e7018
Enhance getInstallCommand to support Alpine variant in InstallCommand component ( #281 )
2024-11-16 12:13:56 +01:00