Skip to content

Commit 48322c6

Browse files
committed
Remove connector suggestion placeholder
1 parent b4684ba commit 48322c6

3 files changed

Lines changed: 0 additions & 69 deletions

File tree

apps/desktop/src/App.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
Search,
2929
Settings,
3030
ShieldCheck,
31-
Sparkles,
3231
Square,
3332
PanelLeftClose,
3433
PanelLeftOpen,
@@ -2590,17 +2589,6 @@ function HomeView({
25902589
</section>
25912590
)}
25922591

2593-
<section className="suggestion-card">
2594-
<Sparkles />
2595-
<div>
2596-
<p className="label">Suggestion</p>
2597-
<h3>Connect {snapshot.suggestions[0]?.connector ?? "Linear"}</h3>
2598-
<p>{snapshot.suggestions[0]?.description ?? "Connect more workspaces as local files."}</p>
2599-
</div>
2600-
<SecondaryButton compact disabled>
2601-
Coming Soon
2602-
</SecondaryButton>
2603-
</section>
26042592
</div>
26052593
);
26062594
}

apps/desktop/src/styles.css

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,6 @@ p {
624624
.workspace-card .live-mode-control,
625625
.attention-panel .primary-button,
626626
.attention-panel .secondary-button,
627-
.suggestion-card .primary-button,
628-
.suggestion-card .secondary-button,
629627
.located-path .secondary-button,
630628
.activity-item .secondary-button,
631629
.footer-actions .primary-button,
@@ -1687,7 +1685,6 @@ p {
16871685
.activity-item,
16881686
.setting-row,
16891687
.option-row,
1690-
.suggestion-card,
16911688
.attention-panel {
16921689
display: flex;
16931690
align-items: center;
@@ -1727,7 +1724,6 @@ p {
17271724

17281725
.workspace-card,
17291726
.panel,
1730-
.suggestion-card,
17311727
.attention-panel,
17321728
.empty-action-panel,
17331729
.mount-hero,
@@ -1744,7 +1740,6 @@ p {
17441740
}
17451741

17461742
.workspace-card,
1747-
.suggestion-card,
17481743
.attention-panel,
17491744
.empty-action-panel,
17501745
.mount-hero,
@@ -2870,29 +2865,6 @@ button.home-stat:hover {
28702865
grid-template-columns: repeat(2, minmax(0, 1fr));
28712866
}
28722867

2873-
.suggestion-card {
2874-
justify-content: flex-start;
2875-
}
2876-
2877-
.suggestion-card > svg {
2878-
color: var(--accent);
2879-
}
2880-
2881-
.suggestion-card h3 {
2882-
margin-top: 4px;
2883-
font-size: 15px;
2884-
}
2885-
2886-
.suggestion-card p:last-child {
2887-
margin-top: 3px;
2888-
color: var(--muted);
2889-
font-size: var(--type-body);
2890-
}
2891-
2892-
.suggestion-card .secondary-button {
2893-
margin-left: auto;
2894-
}
2895-
28962868
.discovery-panel {
28972869
display: grid;
28982870
gap: 14px;

docs/desktop-ui-screens.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ Layout:
397397
│ │
398398
│ Review Center 0 │
399399
│ │
400-
│ Suggestions │
401-
│ Connect Linear │
402-
│ │
403400
│ Settings │
404401
│ Quit Options › │
405402
└──────────────────────────────────────┘
@@ -502,9 +499,6 @@ Standups with Locality
502499
503500
Review Center
504501
No review needed
505-
506-
Suggestions
507-
Connect Linear
508502
```
509503

510504
Attention state:
@@ -860,29 +854,6 @@ Allowed technical terms here:
860854
- logs;
861855
- socket.
862856

863-
## Connector Suggestion
864-
865-
Goal: point to future connectors without making first-run feel incomplete.
866-
867-
Placement:
868-
869-
- Home lower section;
870-
- tray popover lower section;
871-
- Settings > Connections.
872-
873-
Layout:
874-
875-
```text
876-
Suggestions
877-
878-
Linear
879-
Mount issues and projects as local files.
880-
881-
[ Join waitlist ] or [ Connect ] when available
882-
```
883-
884-
Do not show a full connector marketplace during first-run.
885-
886857
## Component Inventory
887858

888859
Use these components consistently:

0 commit comments

Comments
 (0)