mirror of
https://github.com/DevVoxel/VectorDNS.git
synced 2026-02-27 05:47:38 +00:00
Roadmap updated again...
This commit is contained in:
@@ -97,7 +97,7 @@ const nodes: Node<PhaseNodeData>[] = [
|
|||||||
position: { x: 0, y: 0 },
|
position: { x: 0, y: 0 },
|
||||||
data: {
|
data: {
|
||||||
label: "Phase 1 — Foundation",
|
label: "Phase 1 — Foundation",
|
||||||
status: "todo",
|
status: "doing",
|
||||||
icon: Database,
|
icon: Database,
|
||||||
color: "#6366f1",
|
color: "#6366f1",
|
||||||
items: [
|
items: [
|
||||||
@@ -150,7 +150,7 @@ const nodes: Node<PhaseNodeData>[] = [
|
|||||||
position: { x: 0, y: 450 },
|
position: { x: 0, y: 450 },
|
||||||
data: {
|
data: {
|
||||||
label: "Phase 4 — Public UI",
|
label: "Phase 4 — Public UI",
|
||||||
status: "doing",
|
status: "todo",
|
||||||
icon: Layout,
|
icon: Layout,
|
||||||
color: "#3b82f6",
|
color: "#3b82f6",
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user