mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #1339] web: an active saving dialog highlights the selected item from the picker dialog #1380
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1339
Author: @exrem
Created: 6/10/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
e637b47web: an active saving dialog highlights the selected item from the picker dialog📊 Changes
4 files changed (+21 additions, -9 deletions)
View changed files
📝
web/src/components/dialog/DialogContainer.svelte(+2 -1)📝
web/src/components/dialog/PickerItem.svelte(+5 -0)📝
web/src/components/dialog/SavingDialog.svelte(+3 -1)📝
web/src/lib/download.ts(+11 -7)📄 Description
as occasional, i was trying to download a picture from a multi-pic instagram post using cobalt. i clicked on a pic to get the saving dialog but i wasn't paying much attention so i forgor which pic i had clicked. i took a look and noticed that there was no way to learn it. so i decided to build one :D
btw it's very likely that a better solution than mine could be done for this purpose; if one was found and it replaced this pr, i'd be nothing but happy :3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.