Bram Suurd
|
74acda5120
|
chore: Remove unused imports in script components
|
2024-06-08 16:13:44 +02:00 |
|
Tyler Woods
|
1087286dd7
|
padding
|
2024-06-07 20:08:29 -05:00 |
|
Tyler Woods
|
e261d3af36
|
update container heading placement
|
2024-06-07 20:03:42 -05:00 |
|
Tyler Woods
|
09c8b0de38
|
alternative style
|
2024-06-07 19:40:24 -05:00 |
|
Bram Suurd
|
6a9acb1808
|
Refactor styling of ScriptBrowser component in ScriptBrowser.tsx
|
2024-06-04 22:15:43 +02:00 |
|
Bram Suurd
|
66efa8dd09
|
Added a small shadow to the item. for better visablity in light mode.
|
2024-06-04 21:22:49 +02:00 |
|
Bram Suurd
|
abf25e4c35
|
Refactor styling of ScriptItem component in Script.tsx
|
2024-06-04 21:12:55 +02:00 |
|
Bram Suurd
|
9818837fcf
|
Update styling of script component in Script.tsx
|
2024-06-04 21:11:07 +02:00 |
|
Bram Suurd
|
dc92d9b428
|
Update cache expiry time to 24 hours in page.tsx. Changed styling of script to be more uniform.
|
2024-06-04 21:03:57 +02:00 |
|
Tyler Woods
|
3a5e828de3
|
fix state bug
|
2024-06-03 20:31:49 -05:00 |
|
Tyler Woods
|
f0b6271350
|
move cache controls to component
|
2024-06-03 18:50:30 -05:00 |
|
Tyler Woods
|
d30abe788a
|
cleanup leftovers
|
2024-06-03 16:48:58 -05:00 |
|
Tyler Woods
|
e59d1852cd
|
more consistent coloring
|
2024-06-03 15:54:20 -05:00 |
|
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 |
|