mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[PR #775] [MERGED] 10.1: a lot of bug fixes, ui & self-hosting improvements, better security #1260
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/775
Author: @wukko
Created: 9/23/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @wukko
Base:
main← Head:develop📝 Commits (10+)
5e7324bweb/SettingsCategory: add copy link to settings header0cc18b4api/core: return public turnstile sitekey in server infofdd5feaweb: use turnstile & session only when the processing instance has thema1361e8web/about: convert pages to translatable markdownd2b1a65web/about: fix switching between pages503514dweb/vite: exclude .md files from i18n chunks1a845fcweb/SectionHeading: reusable component for linkable section headingsc92cd6dweb/SidebarTab: improve animations & adjust mobile style521eb4bweb/Sidebar: remove fixed width for tabs container02267b4web/i18n/about: use section heading component📊 Changes
52 files changed (+722 additions, -411 deletions)
View changed files
📝
api/package.json(+1 -1)📝
api/src/config.js(+5 -0)📝
api/src/core/api.js(+3 -4)📝
pnpm-lock.yaml(+25 -23)📝
web/i18n/en/a11y/save.json(+1 -0)📝
web/i18n/en/about.json(+15 -1)➕
web/i18n/en/about/credits.md(+37 -0)➕
web/i18n/en/about/general.md(+79 -0)➕
web/i18n/en/about/privacy.md(+76 -0)➕
web/i18n/en/about/terms.md(+47 -0)📝
web/i18n/en/button.json(+1 -0)📝
web/i18n/en/error.json(+4 -2)📝
web/i18n/en/settings.json(+1 -1)📝
web/package.json(+11 -12)📝
web/src/components/dialog/PickerItem.svelte(+2 -0)📝
web/src/components/dialog/SavingDialog.svelte(+5 -1)📝
web/src/components/donate/DonateBanner.svelte(+0 -2)📝
web/src/components/donate/DonateOptionsCard.svelte(+7 -5)📝
web/src/components/donate/DonationOption.svelte(+12 -6)➕
web/src/components/misc/AboutPageWrapper.svelte(+9 -0)...and 32 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.