[PR #1339] web: an active saving dialog highlights the selected item from the picker dialog #1380

Open
opened 2025-11-09 10:11:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1339
Author: @exrem
Created: 6/10/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • e637b47 web: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1339 **Author:** [@exrem](https://github.com/exrem) **Created:** 6/10/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e637b47`](https://github.com/imputnet/cobalt/commit/e637b4770729a203c82d6c54f4e9ced43b0e21c6) web: an active saving dialog highlights the selected item from the picker dialog ### 📊 Changes **4 files changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:11:50 -06:00
Sign in to join this conversation.