Commit Graph

211 Commits

Author SHA1 Message Date
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
Bram Suurd
7e20abc35f Update README.md 2024-05-22 02:04:33 +02:00
Bram Suurd
9e4b15ee06 Merge pull request #14 from skidoodle/main
Highlight selected script
2024-05-21 22:42:43 +02:00
skidoodle
c40f5b9f85 Highlight selected script 2024-05-21 22:19:36 +02:00
Bram Suurd
edc3763cdb Merge pull request #13 from tnware/search-accordions-expansion
fix: expand accordion categories when they contain searchTerm matches
2024-05-21 21:43:15 +02:00
Tyler Woods
9e3923d647 fix: expand accordion categories when they contain searchTerm matches 2024-05-21 14:22:22 -05:00
Bram Suurd
59330dfe07 Fix formatting and typos in README.md 2024-05-21 19:44:22 +02:00
Bram Suurd
c0b451b55f Merge pull request #12 from BramSuurdje/docker
locally host your docker instance
2024-05-21 19:43:07 +02:00
Bram Suurd
d8361a9410 Update README.md with instructions for running the PocketBase instance locally 2024-05-21 19:41:04 +02:00
Bram Suurd
6093aae7f3 added a pocketbase backup for local development 2024-05-21 19:35:25 +02:00
Bram Suurd
082394e6d6 Fix Docker configuration in docker-compose.yml 2024-05-21 19:34:29 +02:00
Bram Suurd
32ce40544f Add Docker configuration files for PocketBase service 2024-05-21 19:08:08 +02:00
Bram Suurd
5638c58e4c Merge pull request #11 from BramSuurdje/BramSuurdje-patch-1
Rename LICENCE to LICENCE.md
2024-05-21 18:56:13 +02:00
Bram Suurd
ba24336fa0 Rename LICENCE to LICENCE.md 2024-05-21 18:56:04 +02:00
Bram Suurd
5b5b6df4a0 Update .env, .gitignore, LICENCE, and example.env files 2024-05-21 18:54:43 +02:00
Bram Suurd
1a465cd2cf Refactor Footer component to fix styling 2024-05-21 17:43:50 +02: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
fd1b3794b3 Update Footer component to include Terms of Use link with umami event tracking 2024-05-21 17:00:59 +02:00
Bram Suurd
6ec04b9f0a Update Footer component to display current year and use "Copyright" instead of "tteck. All rights reserved." 2024-05-21 16:41:19 +02:00
Bram Suurd
7436062605 Refactor layout and add Terms of Use page 2024-05-21 15:04:51 +02:00
Bram Suurd
722775cf25 Update sort parameter in getLatestScripts function to use "mostViewedPosition" instead of "created" 2024-05-20 18:29:56 +02:00
Bram Suurd
e7f7afdc52 Fix useEffect hook in Navbar.tsx to only fetch links on SheetTrigger click once. 2024-05-20 00:59:03 +02:00
Bram Suurd
131322a9da Fix useEffect hook in Navbar.tsx to fetch links on SheetTrigger click 2024-05-19 21:09:58 +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
263454c493 Update animations and class names in LatestScripts.tsx and MostViewedScripts.tsx 2024-05-19 20:27:57 +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
35f081dd6e Update isMostPopular to isMostViewed in Script type definition 2024-05-19 19:29:04 +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
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
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
0387a34a1d Experiment: Update color variables in globals.css 2024-05-18 21:59:32 +02:00
Bram Suurd
d74c8deca5 Update Navbar component to make it more efficient to update + use 2024-05-18 00:15:07 +02:00
Bram Suurd
78e6c70134 Update Navbar component to display script item type badges in the script links 2024-05-18 00:12:39 +02:00
Bram Suurd
733f53df32 Update ScriptBrowser component to adjust the styling of script links and item type badges 2024-05-18 00:03:03 +02:00
Bram Suurd
10a515c255 Update ScriptBrowser component to justify the script links 2024-05-17 23:54:57 +02:00
Bram Suurd
1e9c3e85f1 Update ScriptBrowser component to display item type badges in the script links 2024-05-17 23:51:42 +02:00
Bram Suurd
1f440a5267 Update umami event tracking for Star on GitHub button in Script.tsx 2024-05-17 23:41:31 +02:00
Bram Suurd
0f858b62e4 Update Navbar component to display script item type in addition to title 2024-05-17 22:38:49 +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
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
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