Commit Graph

647 Commits

Author SHA1 Message Date
Bram Suurd
68f3cebb0c Add Next.js configuration 2024-11-01 19:37:29 +01:00
Bram Suurd
74436d8171 Remove unneeded note from README and delete unused Next.js configuration file to streamline project documentation and setup 2024-11-01 19:35:54 +01:00
Bram Suurd
76f78a6af1 Add local environment variables in .env.local and adjust .gitignore for local env files in the Next.js workflow 2024-11-01 18:01:42 +01:00
Bram Suurd
322a1d0f92 Add environment variables for analytics and Pocketbase in Next.js workflow 2024-11-01 17:59:37 +01:00
Bram Suurd
0e28c8d33a Update logo source path in Navbar component to maintain consistency across the application 2024-11-01 17:53:02 +01:00
Bram Suurd
ed546b8c3f Remove unused SpeedInsights import from layout.tsx for cleaner codebase and better readability 2024-11-01 17:50:58 +01:00
Bram Suurd
fc607092f2 Add Next.js configuration with custom webpack alias and remote image patterns in next.config.mjs; update tsconfig.json paths 2024-11-01 17:49:59 +01:00
Bram Suurd
c91cfa860d Add --legacy-peer-deps flag to package manager command in GitHub Actions workflow for Next.js 2024-11-01 17:47:42 +01:00
Bram Suurd
c9ee907a5f Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-11-01 17:44:57 +01:00
Bram Suurd
77ffd1b58b Replace bun.lockb with package-lock.json for dependency management. 2024-11-01 17:44:55 +01:00
Bram Suurd
876dda25f0 Create nextjs.yml 2024-11-01 17:41:48 +01:00
Bram Suurd
87e6ae4925 Deploy 2024-11-01 17:37:24 +01:00
Bram Suurd
788a10a799 Deploy 2024-11-01 17:21:21 +01:00
Bram Suurd
f9d089c9a9 Deploy 2024-11-01 17:14:50 +01:00
Bram Suurd
636c962e83 Deploy 2024-11-01 17:11:02 +01:00
Bram Suurd
5c69d906cf MAJOR: change several files so they are compatible with gh-pages 2024-11-01 17:10:25 +01:00
Bram Suurd
402b26fa58 Deploy 2024-11-01 17:05:43 +01:00
Bram Suurd
ac17e3e265 Deploy 2024-11-01 17:03:17 +01:00
Bram Suurd
2c915b0de6 Deploy 2024-11-01 16:43:36 +01:00
Bram Suurd
d583032807 Deploy 2024-11-01 16:36:50 +01:00
Bram Suurd
3266999cc7 Deploy 2024-11-01 16:32:10 +01:00
Bram Suurd
28a251b7dd Deploy 2024-11-01 16:26:16 +01:00
Bram Suurd
7f2e2631b4 Deploy 2024-11-01 16:20:47 +01:00
Bram Suurd
ca232dcbe1 Deploy 2024-11-01 16:14:48 +01:00
Bram Suurd
8ed3ff31cb Deploy 2024-11-01 15:44:06 +01:00
Bram Suurd
8b23eeb76d Deploy 2024-11-01 15:36:59 +01:00
Bram Suurd
41bdf2ca3f Deploy 2024-11-01 15:01:31 +01:00
Bram Suurd
54181b2cf4 Deploy 2024-11-01 14:52:39 +01:00
Bram Suurd
3c1a487c51 fix: update configuration for output type and add base path in next.config.ts, plus deploy script in package.json for pushing to gh pages 2024-11-01 14:46:12 +01:00
Bram Suurd
bdb51f2999 fix: replace <p> tags with <div> in ScriptBrowser 2024-11-01 13:07:13 +01:00
Bram Suurd
2fe81ac0b2 fix: wrap alert content in a span for improved formatting in Alerts component 2024-11-01 13:06:58 +01:00
Bram Suurd
487a009cff fix: update script count in Proxmox VE description from 150+ to 200+ 2024-11-01 12:56:13 +01:00
Bram Suurd
c57518b182 chore: change nextjs.config from JS to TS 2024-10-30 17:05:52 +01:00
Bram Suurd
169a28f425 fix: update apostrophe in Tteck's GitHub link for better HTML escaping 2024-10-29 20:23:20 +01:00
Bram Suurd
5d7cd1d12b feat: add thank you dialog for Tteck 2024-10-29 20:18:37 +01:00
Bram Suurd
00986fac07 chore: update to react 19 and Nextjs 15 2024-10-29 19:24:59 +01:00
Bram Suurd
a9d242067f Update README.md 2024-10-28 14:42:07 +01:00
Bram Suurd
56fcb406c6 chore: add bun.lock file and update eslint version to 9.13.0 in package.json 2024-10-28 14:26:21 +01:00
Bram Suurd
8d8ac8f682 chore: remove bun.lock file 2024-10-28 14:13:33 +01:00
Bram Suurd
7d3c6c2e0a chore: update bun.lock file 2024-10-28 14:11:56 +01:00
Bram Suurd
1aff52a028 chore(.gitignore): add entries for wrangler and worker-next 2024-10-28 14:11:27 +01:00
Bram Suurd
3590ef53e8 feat(Docker): add Dockerfile and docker-compose for app and services setup 2024-10-28 13:58:55 +01:00
Bram Suurd
6a3c923dab refactor(ScriptPage): replace Spinner with Loader2 component 2024-10-26 13:32:05 +02:00
Bram Suurd
5b32cb6a80 refactor(Buttons): reorganize URL transformation function 2024-10-26 12:39:37 +02:00
Bram Suurd
c9103638d4 Merge branch 'main' of github.com:BramSuurdje/proxmox-helper-scripts 2024-10-26 12:36:58 +02:00
Bram Suurd
b4d6d23af6 refactor(Buttons): remove redundant URL transformation logic from source URL computation for clarity and maintenance 2024-10-26 12:36:55 +02:00
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
f280849f6b chore(ScriptBrowser): replace Image component with img tag 2024-10-25 00:42:59 +02:00
Bram Suurd
805fcf8b2d chore(ScriptItem): replace Image component with img tag for consistency and remove unnecessary props 2024-10-25 00:40:18 +02:00
Bram Suurd
c543baab54 chore(ScriptInfoBlocks): disable prefetching for script links to enhance loading performance 2024-10-24 11:10:31 +02:00