Skip to content

Commit 04417d8

Browse files
committed
docs(website): add HTTP feature card
1 parent aa63e1c commit 04417d8

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

docs/website/.vitepress/components/features/TheFeatures.vue

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ import FeaturesItem from './FeaturesItem.vue'
2323
generated from headings, and fullscreen presentation mode for sharing your
2424
work.
2525
</FeaturesItem>
26+
<FeaturesItem title="HTTP Client">
27+
Save and send API requests without leaving your workspace. Organize
28+
requests in folders, switch environments, preview outgoing HTTP or cURL,
29+
inspect responses, and import collections from OpenAPI, Postman, and
30+
Bruno.
31+
</FeaturesItem>
2632
<FeaturesItem title="Math Notebook">
2733
Do the quick calculations that usually break your flow. Natural-language
2834
math handles inputs like <code>time in Tokyo</code>,
@@ -80,7 +86,7 @@ import FeaturesItem from './FeaturesItem.vue'
8086
8187
@media (min-width: 768px) {
8288
.spaces {
83-
grid-template-columns: repeat(2, minmax(0, 1fr));
89+
grid-template-columns: repeat(6, minmax(0, 1fr));
8490
gap: 24px;
8591
padding: 24px 0 12px;
8692
}
@@ -90,6 +96,14 @@ import FeaturesItem from './FeaturesItem.vue'
9096
gap: 24px;
9197
padding: 12px 0 24px;
9298
}
99+
100+
.spaces > :nth-child(-n + 2) {
101+
grid-column: span 3;
102+
}
103+
104+
.spaces > :nth-child(n + 3) {
105+
grid-column: span 2;
106+
}
93107
}
94108
95109
@media (min-width: 1024px) {

docs/website/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
name: massCode
1010
text: Your developer workspace
1111
tagline: |
12-
Manage code snippets, write markdown notes, solve calculations, and use built-in developer tools. Free, open source, and works offline.
12+
Manage code snippets, write markdown notes, send HTTP requests, solve calculations, and use built-in developer tools. Free, open source, and works offline.
1313
actions:
1414
- theme: brand
1515
text: Download Free

0 commit comments

Comments
 (0)