[PR #1382] [CLOSED] src/lib/clipboard : allow pasting of valid URLs from clipboard #1394

Closed
opened 2025-11-09 10:12:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1382
Author: @mahesh00009
Created: 7/3/2025
Status: Closed

Base: mainHead: clipboard


📝 Commits (2)

  • f29b4f7 feature-web: allow pasting of valid URLs from clipboard
  • e870398 Merge branch 'main' into clipboard

📊 Changes

2 files changed (+29 additions, -20 deletions)

View changed files

📝 web/src/lib/clipboard.ts (+14 -1)
📝 web/tsconfig.json (+15 -19)

📄 Description

the invalid urls will now throw an error while being pasted.


🔄 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/1382 **Author:** [@mahesh00009](https://github.com/mahesh00009) **Created:** 7/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `clipboard` --- ### 📝 Commits (2) - [`f29b4f7`](https://github.com/imputnet/cobalt/commit/f29b4f7cb5d43dfa8a84fea7d759b15a359a540c) feature-web: allow pasting of valid URLs from clipboard - [`e870398`](https://github.com/imputnet/cobalt/commit/e8703982b970bcff8e2d1df70be36d59568ab164) Merge branch 'main' into clipboard ### 📊 Changes **2 files changed** (+29 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/clipboard.ts` (+14 -1) 📝 `web/tsconfig.json` (+15 -19) </details> ### 📄 Description the invalid urls will now throw an error while being pasted. --- <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:12:08 -06:00
Sign in to join this conversation.