starraiderx
|
b7378d4578
|
Lower requirements to node v18.20.2
|
2024-04-11 11:46:16 +02:00 |
|
André B
|
074623e244
|
Merge pull request #416 from StefanMarAntonsson/main
Fix header 1px gap
|
2024-04-10 20:47:48 -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 |
|
starraiderx
|
cbe06266c2
|
Update to eslint v9
|
2024-04-09 01:47:10 +02:00 |
|
starraiderx
|
30ee2e8a9d
|
Chore: update packages
|
2024-04-09 01:28:53 +02:00 |
|
starraiderx
|
eca94988d6
|
Switch to @playform/compress
|
2024-04-09 01:26:57 +02:00 |
|
André B
|
bdec1af850
|
Merge pull request #414 from javayhu/patch-1
Update BasicScripts.astro & fix typo
|
2024-04-07 16:11:33 -04:00 |
|
javayhu
|
5aa19dde45
|
Update BasicScripts.astro
fix typo
|
2024-04-07 19:19:40 +08:00 |
|
André B
|
7d0d4a4f05
|
Merge pull request #410 from onwidget/dependabot/npm_and_yarn/vite-5.2.8
Bump vite from 5.1.4 to 5.2.8
|
2024-04-03 23:40:26 -04:00 |
|
dependabot[bot]
|
9f27351d4d
|
Bump vite from 5.1.4 to 5.2.8
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.2.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 03:38:16 +00:00 |
|
prototypa
|
472d285d3d
|
Update dependencies (Astro v4.5.15)
|
2024-04-03 23:37:29 -04:00 |
|
prototypa
|
f93b3056d6
|
Fix a11y problems
|
2024-04-02 14:09:38 -04:00 |
|
prototypa
|
05412477c7
|
Add Rehype Plugin to lazy images
|
2024-04-02 14:05:16 -04:00 |
|
André B
|
27436c10ca
|
Merge pull request #408 from NikolaRHristov/main
Removes `typescript-esbuild`
|
2024-04-02 13:30:28 -04:00 |
|
Nikola R. Hristov
|
3714e8e405
|
Remove typescript-esbuild
|
2024-04-02 14:43:04 +03:00 |
|
prototypa
|
22e6c4364b
|
Update Announcement to Astro 4.5
|
2024-03-31 13:05:08 -04:00 |
|
prototypa
|
02527329c1
|
Temporarily change image import to path str (Review Image component)
|
2024-03-31 07:44:36 -04:00 |
|
André B
|
6d39d5713c
|
Merge pull request #404 from widgeter/patch-2
Update used images
|
2024-03-31 06:47:23 -04:00 |
|
widgeter
|
0156475b20
|
Update used images
|
2024-03-31 06:46:01 -04:00 |
|
prototypa
|
5d70a754b2
|
Fix typo
|
2024-03-29 01:00:48 -04:00 |
|
prototypa
|
260ad391fa
|
Update dependencies (astro v4.5.12)
|
2024-03-29 00:58:03 -04:00 |
|
prototypa
|
fb4cf4164a
|
Update tokens and mention that now is compatible with SSR
|
2024-03-29 00:51:57 -04:00 |
|
prototypa
|
977793f313
|
Connect tokens from config.yaml to used fonts and colores
|
2024-03-29 00:50:58 -04:00 |
|
prototypa
|
fb3e1216d9
|
Refactor, now in src/integration/
|
2024-03-29 00:50:08 -04:00 |
|
prototypa
|
6b14879507
|
Refactor tu use astrowind:config virtual import
|
2024-03-29 00:49:47 -04:00 |
|
prototypa
|
f6d5e6cb39
|
Refactor astro.config.mjs to use local integration
|
2024-03-29 00:44:56 -04:00 |
|
prototypa
|
abe8254651
|
Refactor to src/integration
|
2024-03-29 00:44:26 -04:00 |
|
prototypa
|
39dd121b24
|
Create local integration for load config.yaml and more
|
2024-03-29 00:43:44 -04:00 |
|
prototypa
|
6fba1d5d50
|
Update default seo metadata image
|
2024-03-28 01:09:23 -04:00 |
|
André B
|
84be004b6c
|
Merge pull request #401 from onwidget/prototypa-patch-1
Remove duplicated prose class for font size
|
2024-03-27 11:27:41 -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 |
|
André B
|
29dc532de7
|
Merge pull request #399 from dawaltconley/type-fixes
WIP: Type fixes
|
2024-03-26 20:32:40 -04:00 |
|
Dylan Awalt-Conley
|
7dff15a40b
|
fix: make some type props optional
These props are already treated as optional in their components, and
sometimes not passed.
|
2024-03-26 12:23:30 -04:00 |
|
Dylan Awalt-Conley
|
ab1dcf8756
|
fix: number types that can already be strings
Some of the amounts being passed, e.g. in homes/mobile-app.astro, cannot
easily be represented as numbers.
|
2024-03-26 12:16:56 -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 |
|
Dylan Awalt-Conley
|
356854f018
|
fix: CallToAction interface
|
2024-03-26 12:08:27 -04:00 |
|
prototypa
|
5e8bb02ab8
|
Allow set a name for textarea message
|
2024-03-25 08:18:12 -04:00 |
|
André B
|
fc2012b52c
|
Merge pull request #393 from onwidget/prototypa-patch-1
Announcement about Upcoming AstroWind 2.0
|
2024-03-21 16:48:15 -04:00 |
|
André B
|
e8e07334a9
|
Announcement about Upcoming AstroWind 2.0
|
2024-03-21 16:48:02 -04:00 |
|
André B
|
d3a4521816
|
Merge pull request #385 from onwidget/prototypa-patch-1
Explicit declaration of non-SSR support
|
2024-03-08 15:38:40 -05:00 |
|
André B
|
d949cf2a60
|
Explicit declaration of non-SSR support
|
2024-03-08 15:38:12 -05:00 |
|
André B
|
b880715f9e
|
Update screenshot
|
2024-03-02 22:18:08 -05:00 |
|
prototypa
|
bfe052cb82
|
Fix no spaces before reading time
|
2024-03-02 14:10:58 -05:00 |
|
prototypa
|
838ea28b35
|
First version of YoutubeVideo component
|
2024-03-02 05:41:20 -05:00 |
|
prototypa
|
41bfb81c97
|
First version of YoutubeVideo component
|
2024-03-02 05:41:20 -05:00 |
|
prototypa
|
6d8006556f
|
Remove comments and add astro-build.astro-vscode
|
2024-03-02 05:41:20 -05:00 |
|
André B
|
7ae90e4853
|
Update README.md
|
2024-03-02 05:03:17 -05:00 |
|