Original PR: https://github.com/imputnet/cobalt/pull/1343 Author: @Legonois Created: 6/11/2025 Status: ❌ Closed
Base: main ← Head: main
main
98ad968
5bf86f1
b0952fc
12 files changed (+127 additions, -19 deletions)
➕ .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)
.devcontainer/devcontainer.json
.gitignore
api/src/core/api.js
api/src/processing/match.js
api/src/processing/request.js
api/src/processing/schema.js
api/src/processing/services/tiktok.js
web/i18n/en/button.json
web/i18n/en/error.json
web/src/components/save/Omnibox.svelte
web/src/components/save/buttons/DownloadButton.svelte
web/src/lib/state/turnstile.ts
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1343
Author: @Legonois
Created: 6/11/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
98ad968added dev container5bf86f1added devcontainer and made a custom cookie workaround for a specific problemb0952fcuncommmented 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.