[PR #1343] [CLOSED] updating cobalt #4323

Closed
opened 2026-04-13 12:33:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1343
Author: @Legonois
Created: 6/11/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 98ad968 added dev container
  • 5bf86f1 added devcontainer and made a custom cookie workaround for a specific problem
  • b0952fc uncommmented some code

📊 Changes

12 files changed (+127 additions, -19 deletions)

View changed files

.devcontainer/devcontainer.json (+32 -0)
📝 .gitignore (+1 -0)
📝 api/src/core/api.js (+12 -3)
📝 api/src/processing/match.js (+12 -1)
📝 api/src/processing/request.js (+4 -3)
📝 api/src/processing/schema.js (+2 -0)
📝 api/src/processing/services/tiktok.js (+4 -1)
📝 web/i18n/en/button.json (+1 -0)
📝 web/i18n/en/error.json (+1 -1)
📝 web/src/components/save/Omnibox.svelte (+8 -5)
📝 web/src/components/save/buttons/DownloadButton.svelte (+44 -0)
📝 web/src/lib/state/turnstile.ts (+6 -5)

📄 Description

No description provided


🔄 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/1343 **Author:** [@Legonois](https://github.com/Legonois) **Created:** 6/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`98ad968`](https://github.com/imputnet/cobalt/commit/98ad96860628a3b91c6576aa542a007fe2a5033a) added dev container - [`5bf86f1`](https://github.com/imputnet/cobalt/commit/5bf86f1daa517ee174db93e7039bb0be9677c248) added devcontainer and made a custom cookie workaround for a specific problem - [`b0952fc`](https://github.com/imputnet/cobalt/commit/b0952fcbbf0800f7af7a33250424c5f659acdf99) uncommmented some code ### 📊 Changes **12 files changed** (+127 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+32 -0) 📝 `.gitignore` (+1 -0) 📝 `api/src/core/api.js` (+12 -3) 📝 `api/src/processing/match.js` (+12 -1) 📝 `api/src/processing/request.js` (+4 -3) 📝 `api/src/processing/schema.js` (+2 -0) 📝 `api/src/processing/services/tiktok.js` (+4 -1) 📝 `web/i18n/en/button.json` (+1 -0) 📝 `web/i18n/en/error.json` (+1 -1) 📝 `web/src/components/save/Omnibox.svelte` (+8 -5) 📝 `web/src/components/save/buttons/DownloadButton.svelte` (+44 -0) 📝 `web/src/lib/state/turnstile.ts` (+6 -5) </details> ### 📄 Description _No description provided_ --- <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 2026-04-13 12:33:21 -05:00
Sign in to join this conversation.