Commit Graph

169 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
Tyler Woods
ccd5593942 automatically navigate to matching script when matchingScripts result is only 1 2024-06-02 17:41:20 -05:00
Bram Suurd
58a9b0a96a Fix category styling in ScriptBrowser component 2024-06-01 20:01:52 +02:00
Bram Suurd
efeb3965b1 Add hover underline to AccordionTrigger in
ScriptBrowser
2024-06-01 11:30:40 +02:00
Bram Suurd
9a0061ef94 Fix landing page redirection and setVisited
function
2024-06-01 11:25:21 +02:00
Bram Suurd
b650a63743 Fix hover styling in ScriptBrowser and
AccordionTrigger components
2024-06-01 11:18:11 +02:00
Bram Suurd
07be76ac33 Update ScriptBrowser component to display category
count
2024-06-01 11:16:19 +02:00
Bram Suurd
98c9aa8aa0 Add logic to set and check if user has visited the
home page
2024-06-01 11:03:24 +02:00
Bram Suurd
db189e43b7 Update Navbar component to include Discussions link and Lucide icon 2024-05-31 20:46:55 +02: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
54e278f5df Added a count of all the scripts 2024-05-30 23:55:09 +02: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
06e257b6b7 Update Navbar links in components/Navbar.tsx 2024-05-25 22:03:26 +02:00
Bram Suurd
1bc9f727d9 Fix UI layout in ScriptItem component 2024-05-25 10:47:35 +02:00
Bram Suurd
653bc8d2b0 Merge pull request #27 from tnware/scripts-page-ui-depth 2024-05-25 09:26:16 +02:00
Tyler Woods
22d1dc9993 base for adding some depth to the layout 2024-05-24 18:41:55 -05:00
Tyler Woods
24b1bd2d20 add localStorage-backed state for showing/hiding logos in ScriptBrowser 2024-05-24 17:31:45 -05:00
Bram Suurd
131cc4eb11 Remove unused Particles to make page less cluttered 2024-05-24 22:27:40 +02:00
Bram Suurd
80c5829047 Update Navbar links in components/Navbar.tsx 2024-05-24 00:32:34 +02: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
98ca74840e fixes eslint 2024-05-22 18:03:52 -05:00
Tyler Woods
7f93a43a25 fix: selected script will reset when script closed 2024-05-22 17:29:51 -05:00
Tyler Woods
043253df83 add logic to clear search with escape key 2024-05-22 14:58:56 -05:00
Bram Suurd
d6dae47262 Update Navbar.tsx 2024-05-22 20:13:38 +02:00
Bram Suurd
1de370f7e8 Remove Footer component and terms-of-use/page.tsx 2024-05-22 19:53:09 +02:00
Bram Suurd
859e596076 Update Footer.tsx 2024-05-22 19:50:08 +02:00
Bram Suurd
a79530ac20 Add priority attribute to Image component in Script.tsx and ScriptBrowser.tsx 2024-05-22 08:33:33 +02:00
Bram Suurd
a5d9ca95b0 Merge pull request #17 from tnware/script-browser-logos 2024-05-22 07:59:29 +02:00
Bram Suurd
a4d20b7a3d Merge pull request #16 from tnware/latest-scripts-pagination 2024-05-22 07:59:20 +02:00
Tyler Woods
6c238cf160 show logos in the script browser 2024-05-21 23:47:54 -05:00
Tyler Woods
e09db09898 this gap no longer needed 2024-05-21 22:16:29 -05:00
Tyler Woods
d363341d8e enable pagination for latest scripts 2024-05-21 22:13:09 -05:00
Tyler Woods
843d043325 override accordian content class to reduce bottom padding 2024-05-21 21:25:23 -05:00
Tyler Woods
65eb8da0ad remove gap-2 to save space when expanded 2024-05-21 21:20:44 -05:00
Tyler Woods
1a0e6917ee nvm we still need padding on x there, but maybe not so much? 2024-05-21 21:09:41 -05:00
Tyler Woods
6150eef6ea don't need this px-2 anymore, lingering from before moving py-1 2024-05-21 21:05:23 -05:00
Tyler Woods
7d07722d4b fix: hover state and selected state are consistent 2024-05-21 20:36:12 -05:00
skidoodle
c40f5b9f85 Highlight selected script 2024-05-21 22:19:36 +02:00
Tyler Woods
9e3923d647 fix: expand accordion categories when they contain searchTerm matches 2024-05-21 14:22:22 -05:00
Bram Suurd
1a465cd2cf Refactor Footer component to fix styling 2024-05-21 17:43:50 +02:00