Skip to content

Commit aa0e34a

Browse files
committed
chore: add missing items to copmleted roadmap (#920)
1 parent 32750f2 commit aa0e34a

File tree

4 files changed

+51
-6
lines changed

4 files changed

+51
-6
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Seamlessly integrate ActorCore with your favorite frameworks, languages, and too
136136

137137
### Integrations
138138
- <img src="docs/images/integrations/hono.svg" height="16" alt="Hono" />&nbsp;&nbsp;[Hono](/integrations/hono)
139+
- <img src="docs/images/integrations/vitest.svg" height="16" alt="Vitest" />&nbsp;&nbsp;[Vitest](/concepts/testing)
139140
- <img src="docs/images/integrations/resend.svg" height="16" alt="Resend" />&nbsp;&nbsp;[Resend](/integrations/resend)
140141
- <img src="docs/images/integrations/better-auth.svg" height="16" alt="Better Auth" />&nbsp;&nbsp;[Better Auth](https://github.com/rivet-gg/actor-core/issues/906) *(On The Roadmap)*
141142
- <img src="docs/images/platforms/vercel.svg" height="16" alt="AI SDK" />&nbsp;&nbsp;[AI SDK](https://github.com/rivet-gg/actor-core/issues/907) *(On The Roadmap)*
@@ -232,7 +233,6 @@ We ship fast, so we want to share what you can expect to see before the end of t
232233
Help shape our roadmap by [creating issues](https://github.com/rivet-gg/actor-core/issues) and [joining our Discord](https://rivet.gg/discord).
233234

234235
- [ ] SQLite Support
235-
- [ ] Oodles Of Examples
236236
- [ ] SQLite in Studio
237237
- [ ] Local-First Extensions
238238
- [ ] Auth Extensions
@@ -249,8 +249,12 @@ Help shape our roadmap by [creating issues](https://github.com/rivet-gg/actor-co
249249
- [ ] Schema Validation
250250
- [ ] Vite Integration
251251
- [ ] OpenTelemetry
252+
- [ ] More Examples
252253
- [X] Studio
253254
- [X] File system driver
255+
- [X] Redis driver
256+
- [X] Bun support
257+
- [X] P2P topology
254258
- [X] React client
255259
- [X] Rust client
256260
- [X] Resend Integration

docs/images/integrations/vitest.svg

Lines changed: 24 additions & 0 deletions
Loading

docs/snippets/landing-tech.mdx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
<img src="/images/integrations/hono.svg" alt="Hono" className="tech-icon" noZoom />
136136
Hono
137137
</a>
138+
<a href="/concepts/testing" className="tech-button">
139+
<img src="/images/integrations/vitest.svg" alt="Vitest" className="tech-icon" noZoom />
140+
Vitest
141+
</a>
138142
<a href="/integrations/resend" className="tech-button">
139143
<img src="/images/integrations/resend.svg" alt="Resend" className="tech-icon" noZoom />
140144
Resend
@@ -194,9 +198,6 @@
194198
<div className="tech-button">
195199
SQLite Support
196200
</div>
197-
<div className="tech-button">
198-
Oodles Of Examples
199-
</div>
200201
<div className="tech-button">
201202
SQLite in Studio
202203
</div>
@@ -245,6 +246,9 @@
245246
<div className="tech-button">
246247
OpenTelemetry
247248
</div>
249+
<div className="tech-button">
250+
More Examples
251+
</div>
248252
<div className="tech-button tech-button-completed">
249253
Studio
250254
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>
@@ -253,6 +257,18 @@
253257
File system driver
254258
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>
255259
</div>
260+
<div className="tech-button tech-button-completed">
261+
Redis driver
262+
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>
263+
</div>
264+
<div className="tech-button tech-button-completed">
265+
Bun support
266+
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>
267+
</div>
268+
<div className="tech-button tech-button-completed">
269+
P2P topology
270+
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>
271+
</div>
256272
<div className="tech-button tech-button-completed">
257273
React client
258274
<span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span>

docs/styles/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,9 @@
11401140
display: flex;
11411141
align-items: center;
11421142
justify-content: center;
1143-
background: rgba(255, 255, 255, 0.1);
1144-
border-radius: 50%;
1143+
background: #333;
1144+
border: 1px solid rgba(255, 255, 255, 0.1);
1145+
border-radius: 4px;
11451146
}
11461147

11471148
.tech-icon {

0 commit comments

Comments
 (0)