mohsin-devs commited on
Commit
05d925d
·
1 Parent(s): cf5fe56

Remove Links toolbar and insights sections

Browse files
Files changed (1) hide show
  1. index.html +0 -62
index.html CHANGED
@@ -145,68 +145,6 @@
145
  </button>
146
  </section>
147
 
148
- <section class="links-toolbar">
149
- <div class="links-stat-card">
150
- <div class="links-stat-icon tint-green">
151
- <i class="ph-bold ph-link"></i>
152
- </div>
153
- <div class="links-stat-copy">
154
- <span class="links-stat-label">Stored Links</span>
155
- <strong id="linksCount">0</strong>
156
- <span class="links-stat-subtitle">Total saved links</span>
157
- </div>
158
- </div>
159
- <div class="links-stat-card">
160
- <div class="links-stat-icon tint-blue">
161
- <i class="ph-bold ph-calendar-blank"></i>
162
- </div>
163
- <div class="links-stat-copy">
164
- <span class="links-stat-label">Latest Update</span>
165
- <strong id="linksUpdatedAt">Just now</strong>
166
- <span class="links-stat-subtitle">Most recent activity</span>
167
- </div>
168
- </div>
169
- <div class="links-search">
170
- <div class="links-search-input">
171
- <i class="ph-bold ph-magnifying-glass"></i>
172
- <input type="text" id="linksSearchInput" placeholder="Search title, URL, or notes...">
173
- </div>
174
- <button class="links-filter-btn" type="button">
175
- <i class="ph-bold ph-funnel-simple"></i>
176
- <span>Filters</span>
177
- </button>
178
- </div>
179
- </section>
180
-
181
- <section class="links-insights">
182
- <div class="links-note-chip">
183
- <div class="links-note-icon tint-green-soft">
184
- <i class="ph-fill ph-file-doc"></i>
185
- </div>
186
- <div class="links-note-copy">
187
- <strong>Save everything</strong>
188
- <span>Articles, dashboards, and internal tools</span>
189
- </div>
190
- </div>
191
- <div class="links-note-chip">
192
- <div class="links-note-icon tint-blue-soft">
193
- <i class="ph-fill ph-lightning"></i>
194
- </div>
195
- <div class="links-note-copy">
196
- <strong>Work smarter</strong>
197
- <span>Open, copy, edit, and clean up links quickly</span>
198
- </div>
199
- </div>
200
- <div class="links-note-chip">
201
- <div class="links-note-icon tint-purple-soft">
202
- <i class="ph-fill ph-note-pencil"></i>
203
- </div>
204
- <div class="links-note-copy">
205
- <strong>Stay organized</strong>
206
- <span>Keep notes next to each saved website</span>
207
- </div>
208
- </div>
209
- </section>
210
 
211
  <section id="linksSection">
212
  <div class="section-header">
 
145
  </button>
146
  </section>
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
 
149
  <section id="linksSection">
150
  <div class="section-header">