Commit Graph

406 Commits

Author SHA1 Message Date
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
David Morales
b2c1e931bb Fix aw-color-text-heading
The `aw-color-text-heading` variable got wrong after moving variables to the `CustomStyles.astro` component.

This PR fixes it restoring its original value.
2024-05-08 12:52:14 +02:00
prototypa
502cecc005 Better links in Post Items 2024-05-07 23:45:50 -04:00
Olga Buberman
2922843ca7 Link and header order changed for Safari inter-line hover bug (in Related posts widget) 2024-05-07 15:35:12 +03: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
55459a6103 Refactor related posts functions 2024-04-14 18:45:29 -04:00
prototypa
f234e63eb4 Fix #397: Adjust URL for Chinese Categories and Tags 2024-04-14 13:20:55 -04:00
prototypa
c830d68321 Move all settings for fonts, colors and other design tokens to CustomStyles 2024-04-13 13:22:16 -04:00
prototypa
069f2edef1 Fix to integrate with astro-embed 2024-04-13 11:53:04 -04:00
prototypa
8acb46446e Update dependencies (astro v4.6.1) 2024-04-12 12:56:37 -04:00
prototypa
3328fb955f Fix some errors with ViewTransitions 2024-04-12 12:21:13 -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
b10ea2b549 Update image optimization to remote astro asset loading 2024-04-11 23:25:18 -04:00
prototypa
c226364478 Small performance improvements in alternative assets 2024-04-11 22:40:37 -04:00
prototypa
8220b67429 Disable the use of third-party cookies in Images by default. 2024-04-11 22:22:52 -04:00
prototypa
3dbffbad86 Use astro-embed for Youtube instead of custom implementation 2024-04-11 22:11:34 -04:00
André B
84d4f46aa8 Merge pull request #415 from JuliusBairaktaris/main
ESLint V9 Migration, Package Updates, and Code Improvements
2024-04-11 06:05:46 -04:00
Stefan
0a3bd525a0 Fix header 1px gap 2024-04-08 21:54:03 -04:00
starraiderx
2688059dae 'screenSize' is never reassigned. Use 'const' instead 2024-04-09 01:48:27 +02:00
javayhu
5aa19dde45 Update BasicScripts.astro
fix typo
2024-04-07 19:19:40 +08:00
prototypa
f93b3056d6 Fix a11y problems 2024-04-02 14:09:38 -04:00
prototypa
22e6c4364b Update Announcement to Astro 4.5 2024-03-31 13:05:08 -04:00
prototypa
977793f313 Connect tokens from config.yaml to used fonts and colores 2024-03-29 00:50:58 -04:00
prototypa
6b14879507 Refactor tu use astrowind:config virtual import 2024-03-29 00:49:47 -04:00
André B
e15990ded4 Update SinglePost.astro 2024-03-27 10:59:16 -04:00
prototypa
a2187f0991 Fix typescript errors on astro check 2024-03-26 22:23:23 -04:00
Dylan Awalt-Conley
d8fca9901a fix: specifiy is:inline on inline script 2024-03-26 12:13:36 -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
5e8bb02ab8 Allow set a name for textarea message 2024-03-25 08:18:12 -04:00
prototypa
bfe052cb82 Fix no spaces before reading time 2024-03-02 14:10:58 -05:00
prototypa
41bfb81c97 First version of YoutubeVideo component 2024-03-02 05:41:20 -05: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
106cd931f0 Small adjustments associated with Relative Posts 2024-01-21 21:35:25 -05:00
André B
964d4da878 Merge pull request #348 from thkruz/show-author
Add Text to Blog Post if Author is Set
2024-01-21 21:12:07 -05:00
Theodore Kruczek
c036504482 refactor: ♻️ remove unintentional formatting change 2024-01-14 18:52:00 -05:00
Theodore Kruczek
81dbaadcef feat: add text to blog post if author is set
Fixes #341
2024-01-14 18:44:48 -05:00