Commit Graph

48 Commits

Author SHA1 Message Date
Bram Suurd
633edb28b9 Update scrollbar style in globals.css 2024-05-05 22:24:32 +02:00
Bram Suurd
9b0a45f1e6 Update color variables in globals.css 2024-05-05 21:02:42 +02:00
Bram Suurd
20e0cc76c5 put the script browser inside a separate component for better readability 2024-05-05 21:01:56 +02:00
Bram Suurd
1f6850ff6c added particles to /scripts 2024-05-05 19:39:30 +02:00
tteck
a7c95aa0e7 spell_tteck 2024-05-04 21:14:05 -04:00
Bram Suurd
ee02d9d527 added back padding to links 2024-05-04 23:52:22 +02:00
Bram Suurd
bef8069019 added shareable link feature as per requested 2024-05-04 21:45:33 +02:00
Bram Suurd
a930900399 Refactor page.tsx to remove unused imports, variables, and improve search functionality 2024-05-04 21:19:16 +02:00
Bram Suurd
72975f5840 Update global CSS to fix formatting and color variables 2024-05-04 21:19:05 +02:00
Bram Suurd
4f9d20b55e Refactor page.tsx to remove unused imports and variables, and update script and category imports 2024-05-04 21:10:41 +02:00
Bram Suurd
1aaf6eb7b1 Remove unused imports and variables in page.tsx 2024-05-04 21:10:27 +02:00
Bram Suurd
03523711d4 Refactor page.tsx to remove unused state variables and improve search functionality 2024-05-04 21:10:16 +02:00
Bram Suurd
7512b905f7 replaced static types to lib/types for cleaner footprint 2024-05-04 21:07:38 +02:00
Bram Suurd
e6e9d67545 Update landing page styling and button variant in page.tsx 2024-05-04 21:02:06 +02:00
Bram Suurd
f856071741 moved landing page from component to page.jsx 2024-05-04 19:56:38 +02:00
Bram Suurd
971d01d6db removed /new 2024-05-04 19:43:37 +02:00
Bram Suurd
5501fba3bc re-added the homepage as per requested. 2024-05-04 14:48:36 +02:00
Bram Suurd
7766d389d7 Remove unused code and update search functionality in page.tsx 2024-05-03 23:53:53 +02:00
Bram Suurd
a21ea0816c Add fuse.js library for advanced search functionality 2024-05-03 23:53:10 +02:00
Bram Suurd
33975a41fd Refactor page component to remove unused code and improve search functionality 2024-05-03 22:42:18 +02:00
Bram Suurd
61cb3d351c Update className in page.tsx to include py-1 for better spacing 2024-05-03 22:36:14 +02:00
Bram Suurd
70eae7467c Fix focus issue in Page component when using "/" shortcut 2024-05-03 20:21:00 +02:00
Bram Suurd
5b55921bb8 Update layout and Navbar components to include responsive to avoid clipping walls when screens are smaller then 1280px 2024-05-03 20:14:10 +02:00
Bram Suurd
d4a3ea897a removed home page. fixed searching. added "/" shortcut to start searching. made it so that the whole accordion fits on screen. 2024-05-03 20:10:09 +02:00
Bram Suurd
148231c85c Refactor page component to use PascalCase naming convention in page.tsx 2024-05-03 17:42:34 +02:00
Bram Suurd
ee4313035e added /new page for testing. experimenting with grid layout 2024-05-03 17:38:33 +02:00
Bram Suurd
8d8c6fad72 Update layout.tsx to include title metadata in metadata object 2024-05-02 19:55:40 +02:00
Bram Suurd
b886bf5a0a Update landing page layout and content to fix background and mask gradient 2024-05-02 15:47:12 +02:00
Bram Suurd
9a0ad40e1f Refactor layout.tsx to import React and remove unused imports 2024-05-02 14:15:46 +02:00
Bram Suurd
4f9ecac165 Remove unused imports and components in page.tsx 2024-05-02 14:14:33 +02:00
Bram Suurd
41b1c2ab02 cleaned up front page. removed emply divs 2024-05-02 14:11:05 +02:00
Bram Suurd
9016290cea Add Footer component and update layout in layout.tsx 2024-05-02 14:10:45 +02:00
Bram Suurd
103791b5cb Update page layout to include top margin in page.tsx for navbar 2024-05-02 14:10:28 +02:00
Bram Suurd
b6b20d791f re-enabled light mode and button 2024-05-02 13:56:20 +02:00
Bram Suurd
94ec0bd4d2 Update landing page layout and content 2024-05-02 13:51:57 +02:00
Bram Suurd
fd24fbe5d9 Update metadata in layout.tsx 2024-05-01 23:05:25 +02:00
Bram Suurd
b88349a8b9 Refactor image loading and theme handling in layout.tsx, Navbar.tsx, page.tsx, and LandingPage.tsx 2024-05-01 22:24:52 +02:00
Bram Suurd
fccdf18f6e Update image source in page.tsx to use proxmox logo from GitHub repository 2024-05-01 20:30:02 +02:00
Bram Suurd
ccfd100c4c Refactor image loading and theme handling in page.tsx 2024-05-01 20:28:48 +02:00
Bram Suurd
2e81c18dff Add @vercel/analytics and @vercel/speed-insights dependencies 2024-05-01 20:28:16 +02:00
Bram Suurd
aadadb6172 Refactor page.tsx to fix duplicate function declaration 2024-05-01 20:26:05 +02:00
Bram Suurd
99311e026b Refactor image loading and theme handling in page.tsx 2024-05-01 20:21:19 +02:00
Bram Suurd
de61f25f87 Update dependencies and optimize image loading in page.tsx 2024-05-01 20:00:33 +02:00
Bram Suurd
78d4b09955 Refactor PocketBase URL and API endpoints to use environment variables 2024-05-01 19:45:37 +02:00
Bram Suurd
0c9fca0038 Updated favicon 2024-04-29 01:10:24 +02:00
Bram Suurd
cb413362a7 Refactor page.tsx and Script.tsx components 2024-04-29 01:06:23 +02:00
Bram Suurd
78bc9ae93c Refactor page function to export as default in page.tsx 2024-04-29 01:00:51 +02:00
Bram Suurd
ec614328bd Add configuration files and new components 2024-04-29 00:58:07 +02:00