Commit Graph

75 Commits

Author SHA1 Message Date
Tyler Woods
534b26935a cleanup old install command logic 2024-06-03 15:35:41 -05:00
Tyler Woods
86f36bb789 base changes 2024-06-03 15:02:11 -05:00
Bram Suurd
8f3d715a79 Add Lucide icons for website, documentation, and post install links in ScriptItem component 2024-05-31 20:19:31 +02:00
Tyler Woods
da90a836a0 add source code button to script page 2024-05-31 13:05:36 -05:00
Bram Suurd
eb9880964e Update UI layout and transitions to make site more snappy (EXPERIMENTAL) 2024-05-30 23:39:24 +02:00
Bram Suurd
ded5ab4981 Updated the theme to blue 2024-05-28 20:45:20 +02:00
Bram Suurd
7515abfdf9 made it so it will show the interface item conditionally to remove clutter 2024-05-28 20:29:36 +02:00
Bram Suurd
6ddccb70c5 Fix conditional rendering in ScriptItem component 2024-05-28 20:26:42 +02:00
Bram Suurd
7904b5a4b6 Update script item to take advantage of new API data 2024-05-28 20:26:10 +02:00
Tyler Woods
f7ce4a1030 consistency in layout and transitions 2024-05-26 10:33:13 -05:00
Bram Suurd
1bc9f727d9 Fix UI layout in ScriptItem component 2024-05-25 10:47:35 +02:00
Tyler Woods
22d1dc9993 base for adding some depth to the layout 2024-05-24 18:41:55 -05:00
Bram Suurd
b5b1ec8091 Fix typo in Script.tsx 2024-05-23 22:51:59 +02:00
Bram Suurd
b91b04ac9c Refactor findInstallCommandKey function in Script.tsx 2024-05-23 22:50:24 +02:00
Tyler Woods
5da18a932e fix silly things 2024-05-23 14:35:01 -05:00
Tyler Woods
3e2115c80a fix install command attribute 2024-05-23 11:07:54 -05:00
Tyler Woods
7f93a43a25 fix: selected script will reset when script closed 2024-05-22 17:29:51 -05:00
Bram Suurd
a79530ac20 Add priority attribute to Image component in Script.tsx and ScriptBrowser.tsx 2024-05-22 08:33:33 +02:00
Tyler Woods
e09db09898 this gap no longer needed 2024-05-21 22:16:29 -05:00
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
f0048a4229 Made it so the "star on github" message is shown at diffrent intervals instead of just once 2024-05-19 20:38:58 +02:00
Bram Suurd
f2a763e627 Refactor animations and class names in Script.tsx 2024-05-19 20:34:45 +02:00
Bram Suurd
b455d6d341 Update animations in LatestScripts.tsx, MostViewedScripts.tsx, and Script.tsx 2024-05-19 20:25:20 +02:00
Bram Suurd
b59154cbd4 Rename MostPopularScripts.tsx to MostViewedScripts.tsx and update filter condition to use "isMostViewed" instead of "isMostPopular" 2024-05-19 19:14:44 +02:00
Bram Suurd
5fb5cd025f Rename MostPopularScripts.tsx to MostViewedScripts.tsx and update filter condition to use "isMostViewed" instead of "isMostPopular" 2024-05-19 19:13:13 +02:00
Bram Suurd
9452e87fdd Fix typos in file and component names 2024-05-19 19:11:40 +02:00
Bram Suurd
e06524fb16 Update components to display most popular scripts 2024-05-19 19:06:19 +02:00
Bram Suurd
f83cbc4457 removed unnecessary h-screen class 2024-05-18 23:38:59 +02:00
Bram Suurd
f35c2263ad Update query parameter in LatestScripts.tsx, Navbar.tsx, Script.tsx, and ScriptBrowser.tsx to use item title instead of item id 2024-05-18 22:09:36 +02:00
Bram Suurd
3df84f0d66 Update umami event tracking for Star on GitHub button in Script.tsx 2024-05-17 22:21:00 +02:00
Bram Suurd
47dd1e4f60 Update umami event tracking for Star on GitHub button in Script.tsx 2024-05-17 21:59:20 +02:00
Bram Suurd
b5d6199b7a Remove umami event tracking to install command buttons in Script.tsx 2024-05-17 21:13:31 +02:00
Bram Suurd
2c86645116 Add umami event tracking to install command buttons in Script.tsx 2024-05-17 20:41:21 +02:00
Bram Suurd
11d1eed82c Add umami event tracking to install command buttons in Script.tsx 2024-05-17 20:35:15 +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
3c206a7307 Add logic to track the number of scripts copied and display a toast message 2024-05-17 00:08:23 +02:00
Bram Suurd
dc618b3ea2 added color to sonner 2024-05-16 23:50:43 +02:00
Bram Suurd
c7b7f64d9b Refactor Script.tsx alpine text 2024-05-13 17:25:35 +02:00
Bram Suurd
623b3bfa4b Update Script.tsx component layout and styling 2024-05-12 16:39:10 +02:00
Bram Suurd
04fadcfc3c Update website to support new "Categories" collection 2024-05-10 18:20:22 +02:00
Bram Suurd
6dc5d5d936 Update component titles to use consistent capitalization 2024-05-10 13:47:20 +02:00
Bram Suurd
aec7ebdab4 Fix issue with null value in ScriptItem component 2024-05-10 13:42:55 +02:00
Bram Suurd
b66fea40ad Update Script.tsx to fix layout issue in ScriptItem component 2024-05-09 23:19:57 +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
098c949f20 fixed small bug in alpine install script where a space couldn't be displayed properly 2024-05-09 19:48:16 +02:00
Bram Suurd
9030432632 chore: Update configuration for starship prompt and improve UI in ScriptItem component 2024-05-08 15:02:12 +02:00
Bram Suurd
20624d6933 Fix layout issue in ScriptItem component 2024-05-08 14:39:21 +02:00
Bram Suurd
9111f2b87e Fix conditional rendering of "Copy install command" button in ScriptItem component 2024-05-07 13:47:14 +02:00