Skip to content

Commit 5197120

Browse files
committed
Website: Update roadmap manually
1 parent ba64c36 commit 5197120

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

apps/website/src/pages/roadmap.astro

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -182,54 +182,54 @@ import NewsletterInlineWrapper from '../components/NewsletterInlineWrapper.astro
182182
<span class="title">Add MTP support 🦖</span>
183183
<span class="description">Copy files to/from Android phones and cameras very fast!</span>
184184
</li>
185-
</ul>
186-
</section>
187-
188-
<!-- Coming soon -->
189-
<section class="year-section">
190-
<h2>Very soon</h2>
191-
<ul class="milestone-list">
192185
<li>
193-
<CheckIcon checked={false} />
186+
<CheckIcon checked={true} />
194187
<span class="title">Add move and delete</span>
195188
<span class="description"
196189
>Implement remaining basic file operations to make this actually useful 😅</span
197190
>
198191
</li>
199192
<li>
200-
<CheckIcon checked={false} />
193+
<CheckIcon checked={true} />
201194
<span class="title">Add renaming</span>
202195
<span class="description">To rename files and folders</span>
203196
</li>
204197
<li>
205-
<CheckIcon checked={false} />
198+
<CheckIcon checked={true} />
206199
<span class="title">Add tabs 📑</span>
207200
<span class="description">For easy switching between folders</span>
208201
</li>
209202
<li>
210-
<CheckIcon checked={false} />
203+
<CheckIcon checked={true} />
211204
<span class="title">Make app a drag &amp; drop target</span>
212205
<span class="description">Drag between panes and from Finder and other apps</span>
213206
</li>
214207
<li>
215-
<CheckIcon checked={false} />
208+
<CheckIcon checked={true} />
216209
<span class="title">Add ⌘C ⌘V</span>
217210
<span class="description">To move files around with the clipboard</span>
218211
</li>
219212
<li>
220-
<CheckIcon checked={false} />
213+
<CheckIcon checked={true} />
221214
<span class="title">Calculate folder sizes</span>
222215
<span class="description">See how big folders are, sort by size</span>
223216
</li>
217+
</ul>
218+
</section>
219+
220+
<!-- Coming soon -->
221+
<section class="year-section">
222+
<h2>Very soon</h2>
223+
<ul class="milestone-list">
224224
<li>
225225
<CheckIcon checked={false} />
226226
<span class="title">Handle zips</span>
227227
<span class="description">Compress/uncompress files, and browse/modify zips</span>
228228
</li>
229229
<li>
230230
<CheckIcon checked={false} />
231-
<span class="title">Add undo</span>
232-
<span class="description">Keep log of operations, allow rollback</span>
231+
<span class="title">Find files</span>
232+
<span class="description">Find files instantly on all your drives</span>
233233
</li>
234234
</ul>
235235
</section>

0 commit comments

Comments
 (0)