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
65da8a845a
feat: update ApiRequest to accept POST w/o payloads
2022-04-27 10:55:33 +02:00
Thomas Heartman
ecbae418d4
feat: allow ApiRequest component to create proxy requests
2022-04-13 15:15:08 +02:00
Thomas Heartman
c0228a0ca3
chore: remove unused code
2022-04-02 16:39:16 +02:00
Thomas Heartman
3846ad8252
fix: re-add the groupId prop for the API request tabs component.
2022-04-02 16:27:20 +02:00
Thomas Heartman
cfbe04272a
feat: make API request component work without payloads
...
There's been no previous need for GET or DELETE requests, but now that
we do need them, the payload shouldn't show up as `undefined`
2022-04-01 15:47:00 +02:00
Thomas Heartman
d167de76d8
docs: add stories file for API request component
2022-04-01 15:47:00 +02:00