mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 09:54:53 -05:00
[PR #317] [MERGED] biblically accurate HTML and clean up #1095
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/317
Author: @dumbmoron
Created: 1/15/2024
Status: ✅ Merged
Merged: 1/17/2024
Merged by: @wukko
Base:
twitter-gif← Head:html-cleanup📝 Commits (10+)
6145259page: remove useless trailing slash on meta elementsb5952f1page: fix invalid style preloade5045dfemoji: add space after style attribute if addedb0996b8page, stream: drop leftover selfURL usage6f5bb80page: remove invalid attributes, closing tags, useless trailing slashesc04c37apage: deduplicate tiktok settings element id4680582frontend: useclassinstead ofidfor reoccurring elementsc32704dfrontend: more self-closing/invalid closing tag cleanup7a7343bupdateBanners: correct file format for v4.6 update2d1c178changelogManager: refactor📊 Changes
14 files changed (+166 additions, -126 deletions)
View changed files
📝
src/front/cobalt.css(+33 -33)📝
src/front/cobalt.js(+9 -4)➖
src/front/updateBanners/shutup.png(+0 -0)➕
src/front/updateBanners/shutup.webp(+0 -0)📝
src/localization/languages/en.json(+3 -1)📝
src/localization/languages/ru.json(+2 -1)📝
src/localization/manager.js(+1 -1)📝
src/modules/changelog/changelog.json(+21 -0)📝
src/modules/changelog/changelogManager.js(+19 -17)📝
src/modules/emoji.js(+1 -1)📝
src/modules/pageRender/elements.js(+23 -23)📝
src/modules/pageRender/onDemand.js(+5 -4)📝
src/modules/pageRender/page.js(+48 -40)📝
src/modules/stream/manage.js(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.