Commit Graph

189 Commits

Author SHA1 Message Date
prototypa
76e8193f82 Update dependencies (Astro v4.15.1) 2024-08-29 16:11:49 -04:00
prototypa
0202552ab1 Update eslint dependencies and fix eslint errors 2024-08-26 01:03:42 -04:00
Mathieu KHALEM
fd95da1a68 Update the announcement 2024-08-24 09:52:21 +02:00
prototypa
ebdecfc071 Update dependencies (Astro v4.12.2) 2024-07-20 14:19:06 -04:00
prototypa
e804000c0d Add id,bg with types to Hero and Hero2. Fix #448 2024-06-22 20:45:34 -04:00
prototypa
f680e386ef Update Announcement to Astro v4.11 2024-06-22 19:43:21 -04:00
prototypa
648d834480 Update dependencies (astro v4.10.1) 2024-06-10 17:26:19 -04:00
prototypa
b04fb7f2bd Update dependencies (astro v4.9.2) 2024-06-05 00:03:32 -04:00
prototypa
d7fdf05be0 Update versions (astro v4.8.3) 2024-05-14 20:42:13 -04:00
Scott
1a77aeb317 refactor: leading-tighter redundant
twMerge doesnt remove this redundancy for some reason
2024-04-30 11:35:28 -04:00
Scott
33f8351b6c refactor: redundant role <ul> is a list role=list removed 2024-04-30 11:33:50 -04:00
Scott
12a9aec319 refactor: explicit type for buttons 2024-04-30 11:33:08 -04:00
prototypa
a606b34a19 Format all files with prettier: npm run format 2024-04-29 17:51:55 -04:00
Scott
e6ccd3803a chore: correct types 2024-04-28 17:07:41 -04:00
prototypa
85d80566c5 Update dependencies (astro v4.7.0) 2024-04-27 19:51:51 -04:00
prototypa
64c18544bd Update dependencies (astro v4.7.0) 2024-04-27 19:47:10 -04:00
prototypa
052ee20dac Update dependencies (astro v4.7.0) 2024-04-27 19:43:52 -04:00
prototypa
8acb46446e Update dependencies (astro v4.6.1) 2024-04-12 12:56:37 -04:00
prototypa
e017fbf529 Fix issue #418: main navigation is not centred on md 2024-04-12 11:23:41 -04:00
prototypa
7023e9ca9f Small design fix to links 2024-04-12 10:55:33 -04:00
prototypa
d05620e2b4 Update Brands widget to use Image component 2024-04-11 23:25:48 -04:00
prototypa
c226364478 Small performance improvements in alternative assets 2024-04-11 22:40:37 -04:00
Stefan
0a3bd525a0 Fix header 1px gap 2024-04-08 21:54:03 -04:00
prototypa
22e6c4364b Update Announcement to Astro 4.5 2024-03-31 13:05:08 -04:00
prototypa
6b14879507 Refactor tu use astrowind:config virtual import 2024-03-29 00:49:47 -04:00
prototypa
a2187f0991 Fix typescript errors on astro check 2024-03-26 22:23:23 -04:00
Dylan Awalt-Conley
afacd786bf fix: define component Props type instead of typecasting Astro.props
This surfaces some type errors in props being passed to some components,
particularly in the way Features passes the classes props.
2024-03-26 12:11:41 -04:00
prototypa
1ab864be79 New look 2024-03-02 04:20:00 -05:00
prototypa
e224f832c0 Fix Lighthouse A11y errors on dark mode 2024-03-02 04:18:40 -05:00
prototypa
b15682b2cd Update Announcement 2024-02-17 02:16:43 -05:00
Denartha10
3498448c5f Added change to Header - redundant tailwind
There was redundant tailwind in the headeer.astro component
Flex and hidden where both assigned as display values whe only hidden was needed.
Corrected mistake. Just a small catch :)
2024-01-22 14:50:14 +00:00
prototypa
d7d7233641 Update dependencies (astro v4.2.1) 2024-01-21 21:39:10 -05:00
prototypa
0be813aba2 Update to Astro 4.x 2023-12-08 20:34:26 -05:00
prototypa
ee5bb1747a Only apply shadow and other styles to sticky headers on scroll, issue #279 2023-12-01 11:04:47 -05:00
prototypa
6576ea70ec Update announcement 2023-12-01 08:58:14 -05:00
prototypa
57cbb7d015 Fix popular tag in Pricing: part of issue #242 2023-09-02 22:02:35 -04:00
prototypa
4c917f5133 Replace props in CallToAction widget: 'callToAction' to 'actions' 2023-09-02 20:39:46 -04:00
prototypa
acd30ca73a Remove comment 2023-09-02 20:37:08 -04:00
prototypa
770dee10bd Replace component CTA with Button with new props 2023-09-02 18:02:45 -04:00
prototypa
fa82390f10 Replace max-w-screen-lg 2023-08-30 12:36:54 -04:00
prototypa
dfba1c2b35 Update Announcement.astro 2023-08-30 11:17:44 -04:00
prototypa
2dcb51d7e3 Fix avatar in large displays 2023-08-30 11:03:29 -04:00
widgeter
34707c15ef Include CTA component in Hero widgets 2023-08-28 23:13:35 +02:00
widgeter
b775a11473 Include ItemGrid component on Content widget 2023-08-24 22:49:05 +02:00
widgeter
a9a4298eec Include a callToAction on Content widget 2023-08-24 22:01:40 +02:00
widgeter
2840bfffb3 Include a Brands widget 2023-08-24 21:49:27 +02:00
prototypa
3022d4424b Fix imported type using a type-only import 2023-08-22 22:56:57 -04:00
prototypa
da8ef74b38 Replace SITE_CONFIG, UI_CONFIG, METADATA_CONFIG... to SITE, UI, METADATA... 2023-08-22 22:22:53 -04:00
prototypa
9d23150832 Remove css class 'bg-page' to allow blur/transparency on desktop 2023-08-22 22:22:13 -04:00
prototypa
a159b13125 Update announcement to Astro 3 release date 2023-08-22 18:23:55 -04:00