Commit Graph

90 Commits

Author SHA1 Message Date
8e64c8a8b1 fix: product component needed fix due to breaking api change 2024-08-26 20:16:39 -04:00
dbac314256 fix: Updated Redirect action based on SDK breaking changes. 2024-08-26 18:35:31 -04:00
712d9bbf26 Merge branch 'openapi-sdk-migration' 2024-08-26 18:29:49 -04:00
b95c1e0496 fix: Some of the release candidate API interface changes were reverted on the upstream. 2024-08-26 18:09:39 -04:00
2b87f45069 Merge pull request 'fix: Some of the release candidate API interface changes were reverted on the upstream.' (#6) from openapi-sdk-migration into main
Reviewed-on: #6
2024-08-26 17:38:32 -04:00
eb4e0f7f2e fix: Some of the release candidate API interface changes were reverted on the upstream. 2024-08-26 17:36:29 -04:00
c2a0633f2b Merge pull request 'Set up redirects from old URLs to new URLs' (#4) from native-advertising into main
Reviewed-on: #4
2024-08-26 03:38:01 -04:00
c2ffefe251 Set up redirects from old URLs to new URLs 2024-08-26 03:36:04 -04:00
851410fbf0 Merge pull request 'Patch Squidex Markdown editor image src paths to render as paths within our app.' (#3) from native-advertising into main
Reviewed-on: #3
2024-08-26 02:07:47 -04:00
1ce08dbe40 Patch Squidex Markdown editor image src paths to render as paths within our app. 2024-08-26 01:35:09 -04:00
49b59400ec Merge pull request 'Updated page template.' (#2) from native-advertising into main
Reviewed-on: #2
2024-08-25 23:48:43 -04:00
f7f147cfc1 Updated page template. 2024-08-25 23:48:09 -04:00
eb0e01a4df Merge pull request 'Migrated to release candidate Squidex SDK' (#1) from openapi-sdk-migration into main
Reviewed-on: #1
2024-08-25 23:47:36 -04:00
989b1c8af4 Migrated to release candidate Squidex SDK 2024-08-25 22:28:22 -04:00
c989bbaa9c Working on making CLI app subcommands reusable. 2024-08-25 15:33:57 -04:00
9e4d912320 fix: definition of BrandSlots. 2024-08-24 14:03:43 -04:00
3cfa093d01 Working on redirect old URLs to new URLs framework in Squidex, renamed Multilingual to Localized, NonMultilingual to NonLocalized. Splitting apart massive Amazon integration script into smaller components. 2024-08-24 13:42:24 -04:00
b0d4fecd8f Added ads.txt and robots.txt back in, prevent crawling dev mode site, and update amazon-catalog app. 2024-08-21 16:03:44 -04:00
7354d923d0 Updated site to use Squidex instead of Strapi and instead of hardcoded data. 2024-08-21 08:55:19 -04:00
98305aad31 Added some initialization code for the API TS client I built external to this site. Nothing breaks so far. 2024-07-18 12:25:54 -04:00
3a25aea521 Added example API call from Amazon Product Advertising API 5.0 Scratchpad. 2024-07-18 12:24:55 -04:00
d35f714c09 Fixed accidental highlighting on image carousels. 2024-07-18 12:23:58 -04:00
162dfeef85 Added amazon-pa-api5-node-ts dependency to package.json. 2024-07-18 03:58:18 -04:00
16eb5ace80 Read Amazon PA API environment from .env file. 2024-07-18 03:55:32 -04:00
2f8898806b Added Amazon PA API environment variables to .env.example. 2024-07-18 03:54:44 -04:00
d0f40b8a9f Added Prime Day deals to bottom of page. 2024-07-17 13:21:04 -04:00
f615e75a0f Removed category slug from 'all-categories' category, preventing the creation of that page which is functionally similar to the data on the home page. Made Category.slug optional to do so. If a category lacks a slug, no route is created for that category. 2024-07-16 14:15:46 -04:00
58a7fd8405 Alphabetized categories on home page (again). 2024-07-16 14:08:15 -04:00
935340d90e Added SwiperJS swipers on ProductCards and added preliminary support for nested categories using a tree of TreeNode structures. Added unit tests for TreeNode. 2024-07-16 14:02:47 -04:00
9225b3c727 Added SwiperJS to product card and improved SwiperJS design elements. 2024-07-16 01:22:19 -04:00
778285ddb2 Switched ImageCarousel to use SwiperJS React client-side component. 2024-07-15 06:57:34 -04:00
bdd48a51f7 Added product idea notes as comments. 2024-07-15 04:37:53 -04:00
bfac55a629 fix: Corrected markdown in product data definitions. 2024-07-15 03:31:41 -04:00
ade795afb9 Added dots to image carousel. Updated product SEO slug placements and setup redirects from old URLs. 2024-07-15 03:27:01 -04:00
e995509aac fix: Correct callout text for deer alert products. 2024-07-15 01:44:41 -04:00
c24b29b258 Added deer alert products from Bell and nVISION. 2024-07-15 01:14:03 -04:00
1624b58e33 Removed unused Google Fonts. 2024-07-14 23:51:30 -04:00
ac52a2b33d Made logo / breadcrumbs just a little bigger on product pages. 2024-07-14 23:36:08 -04:00
edf8c992b0 Made the top red instruction section text sizes consistent. 2024-07-14 23:33:24 -04:00
7bfcb2b13d Improvements to layout and design. 2024-07-14 23:27:31 -04:00
5f6691e059 Added preventDefault() behavior on Carousel prev/next button click event handlers. 2024-07-14 22:46:25 -04:00
59d101676e Improved visibility of buttons on image carousel component. 2024-07-14 22:34:44 -04:00
6184c710ab Updated some layout details about rendering products pages on small devices. Improved number visibility on overlay on image carousel. 2024-07-14 22:27:36 -04:00
0e3df605c7 fix: Carousel buttons weren't vertically centered on iOS Safari. 2024-07-14 21:52:34 -04:00
a3483ccda9 Added ImageCarousel component to product pages. 2024-07-14 20:41:52 -04:00
10b7d1c799 Downloaded product images. 2024-07-14 16:59:08 -04:00
e608fc0baa Added Invisible Glass as a brand and Invisible Glass foaming spray. 2024-07-14 15:04:21 -04:00
4e89b0186f Set max-width on BrandCard, which flex positions inside its container, making the BrandCards smaller. Renamed CSS attributes for BrandCard, CategoryCard, and ProductCard. 2024-07-14 14:43:03 -04:00
61d4daa5bc Removed unnecessary reference to DoorDash in AI-generated text. 2024-07-13 14:00:45 -04:00
3bcdde4fe7 Uppercased COAST in flashlight product. 2024-07-13 13:57:10 -04:00