File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff 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
503500Review Center
504501No review needed
505-
506- Suggestions
507- Connect Linear
508502```
509503
510504Attention 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
888859Use these components consistently:
You can’t perform that action at this time.
0 commit comments