Commit Graph

76 Commits

Author SHA1 Message Date
Bram Suurd
a323e9bcff BIG UPDATE: changed logic so only 1 network req is needed to get all scripts. 2024-05-21 17:31:34 +02:00
Bram Suurd
7436062605 Refactor layout and add Terms of Use page 2024-05-21 15:04:51 +02:00
Bram Suurd
57cc7ce021 fixed glass effect on navbar not showing up on mobile 2024-05-18 23:30:29 +02:00
Bram Suurd
58d51f7759 Revert "Experiment: Update color variables in globals.css"
This reverts commit 0387a34a1d.
2024-05-18 22:31:15 +02:00
Bram Suurd
0387a34a1d Experiment: Update color variables in globals.css 2024-05-18 21:59:32 +02:00
Bram Suurd
5907acd4b0 Update margin and flex properties in page.tsx 2024-05-17 22:19:03 +02:00
Bram Suurd
a9af470985 Revert "chore: added some margin to the bottom of the /scripts page to improve navigation on mobile and desktop"
This reverts commit a66fca5a59.
2024-05-17 22:16:50 +02:00
Bram Suurd
79d4a33184 Add umami event tracking to install command buttons in Script.tsx 2024-05-17 20:56:04 +02:00
Bram Suurd
a66fca5a59 chore: added some margin to the bottom of the /scripts page to improve navigation on mobile and desktop 2024-05-17 10:54:49 +02:00
Bram Suurd
f72cc870ad Update primary color in globals.css and add duration to toast message in Script.tsx 2024-05-17 00:39:08 +02:00
Bram Suurd
597965e564 update toast function in Script.tsx 2024-05-17 00:26:10 +02:00
Bram Suurd
dc618b3ea2 added color to sonner 2024-05-16 23:50:43 +02:00
Bram Suurd
244bf34e9e Fix typo in NotFoundPage component 2024-05-16 19:43:57 +02:00
Bram Suurd
77bf64fda1 Add NotFoundPage component to handle 404 errors 2024-05-16 19:21:13 +02:00
Bram Suurd
96c4f76085 Revert "Update metadata in layout.tsx"
This reverts commit 0f8b9566b9.
2024-05-16 19:19:46 +02:00
Bram Suurd
0f8b9566b9 Update metadata in layout.tsx 2024-05-16 16:34:06 +02:00
Bram Suurd
8c837cad54 chore: removed whitespace 2024-05-12 16:03:52 +02:00
Bram Suurd
90fed64eb8 Remove vercel analytics to improve load times and minimize un-needed network traffic 2024-05-12 16:00:25 +02:00
tteckster
bc0e50f807 Update layout.tsx
Update URLs
2024-05-12 03:57:07 -04:00
Bram Suurd
92f682be4e Update UI and fix layout issues in page.tsx, LatestScripts.tsx, and Script.tsx components 2024-05-10 18:44:28 +02:00
Bram Suurd
6f173fe637 Update UI and fix layout issues in page.tsx, LatestScripts.tsx, and Script.tsx components 2024-05-09 22:54:15 +02:00
Bram Suurd
96b4ae8dd5 added latestscripts 2024-05-09 22:27:31 +02:00
Bram Suurd
20624d6933 Fix layout issue in ScriptItem component 2024-05-08 14:39:21 +02:00
Bram Suurd
10c5ec7b3d Update page.tsx to fix layout issue in ScriptItem component 2024-05-06 22:49:54 +02:00
Bram Suurd
5173760350 Update layout.tsx, page.tsx, Navbar.tsx, and Script.tsx to improve UI and fix layout issues 2024-05-06 22:48:17 +02:00
Bram Suurd
aef940e64a Fix layout issue in ScriptItem component 2024-05-06 21:05:06 +02:00
Bram Suurd
023826fdce Refactor ScriptBrowser component for improved performance and readability 2024-05-06 19:58:38 +02:00
Bram Suurd
a9f199e0a1 Refactor ScriptBrowser component for improved performance and readability 2024-05-06 19:37:17 +02:00
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