You are browsing as a guest. Sign up (or log in) to start making projects!

MisplacedOrange

@MisplacedOrange

Joined June 2nd, 2026

  • 4Devlogs
  • 2Projects
  • 1Ships
  • 15Votes
Open comments for this post

3h 23m 8s logged

Refactoring some unnecessary code

Forgot to mention:

  • Updated Github README
  • Added a Contributing MD (not updated yet)
  • accidently broke the window dragging
  • Rust 🦀minor fixes

boring stuff:

  • Deleted UpdateSettingsRequest Function and related calls
  • Deleted leftover SVG
  • Deleted normalize_theme function
    • Unused tests
  • Debugging CI workflow
  • Tiny other chores

NEXT:

Fix UI – Placeholder rn
(Forgive me for the vibecoded UI 😳😳)
update all the documentation

0
0
15
Open comments for this post
Reposted by @MisplacedOrange

1h 56m 26s logged

  • Added move and resume actions for completed downloads, in the UI and as new Tauri commands
  • Fixed a task-leak bug: a panicking download task could leave a stale entry in the running-tasks map, permanently blocking resume and consuming a concurrency slot.
  • Other Security + Vulnerability Fixes
  • Chores
1
1
84
Open comments for this post

1h 56m 26s logged

  • Added move and resume actions for completed downloads, in the UI and as new Tauri commands
  • Fixed a task-leak bug: a panicking download task could leave a stale entry in the running-tasks map, permanently blocking resume and consuming a concurrency slot.
  • Other Security + Vulnerability Fixes
  • Chores
1
1
84
Open comments for this post
Reposted by @MisplacedOrange

6h 29m 37s logged

Adds five built-in color themes (Creamsicle, Midnight Marmalade, Peach
Fizz, Mint Squeeze, Bubblegum) with instant apply and DB persistence.

Adds yt-dlp video download support via a new media_extractor module and
VideoDownloadModal: automatic yt-dlp detection and install, thumbnail
preview, quality selector, and progress tracking.

Adds settings export/import as JSON.

Bug fixes: resume now re-fetches the full file when ETag/Last-Modified
changes on the server; progress events no longer overwrite terminal
download states; app settings are loaded in a single batched DB query.

0
1
127
Open comments for this post

6h 29m 37s logged

Adds five built-in color themes (Creamsicle, Midnight Marmalade, Peach
Fizz, Mint Squeeze, Bubblegum) with instant apply and DB persistence.

Adds yt-dlp video download support via a new media_extractor module and
VideoDownloadModal: automatic yt-dlp detection and install, thumbnail
preview, quality selector, and progress tracking.

Adds settings export/import as JSON.

Bug fixes: resume now re-fetches the full file when ETag/Last-Modified
changes on the server; progress events no longer overwrite terminal
download states; app settings are loaded in a single batched DB query.

0
1
127

Followers

Loading…