Christopher Kolstad
a3d06bd57f
fix(website): failing build due to failure to import React
2024-03-18 15:24:16 +01:00
Christopher Kolstad
53354224fc
chore: Bump biome and configure husky ( #6589 )
...
Upgrades biome to 1.6.1, and updates husky pre-commit hook.
Most changes here are making type imports explicit.
2024-03-18 13:58:05 +01:00
Alvin Bryan
3ea9496a8b
Apply biome formatting to the docs website ( #6523 )
...
The docs were ignored by biome, this fixes it.
With this change
- The docs are no longer ignored by the formatter and the linter
- Custom components in the docs were updated to satisfy the linter
- All the files in the docs were formatted.
There is no new feature or change.
2024-03-13 11:30:40 +00:00
Thomas Heartman
fa4d6b211a
docs: make videos bigger ( #4980 )
...
This PR changes the `VideoContent` component to:
- remove the extra text; keeps only videos
- makes videos take up the full article width
- multiple videos stack vertically (this may or may not be the best way
to handle it, but we don't have any instances of using multiple videos
as of right now, so we shouldn't touch this until we do).
By chance, it also removes a lot of trailing whitespace in files. I
suggest checking out the diff with whitespace hidden.
Before (single video):
![image](https://github.com/Unleash/unleash/assets/17786332/e47e8827-93e9-4dbc-bdfb-cdb1665fae98 )
Before (if there were multiple videos):
![image](https://github.com/Unleash/unleash/assets/17786332/f41ab11f-649f-4369-96fe-70a5d66ced40 )
After (single video):
![image](https://github.com/Unleash/unleash/assets/17786332/0df9d3fd-3935-4567-93d0-470682fe4bb3 )
After (if there are multiple videos):
![image](https://github.com/Unleash/unleash/assets/17786332/98b4a590-c03c-40a1-880f-93ad05090c5e )
2023-10-10 11:42:25 +02:00
Thomas Heartman
c14f52c3ca
docs: finish v1 of the video content element.
2022-01-27 12:48:39 +01:00
Thomas Heartman
0c6bbc215c
docs: move video component to /src/components
2022-01-26 13:52:17 +01:00