mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-12 20:28:32 +00:00
rename: slopsmith -> feedBack, byron -> got-feedBack
Renames across the entire codebase: - slopsmith/Slopsmith/SLOPSMITH/SlopSmith -> feedBack/FeedBack/FEEDBACK/FeedBack - byron/Byron/Byrongamatos -> got-feedBack/got-feedBack/got-feedBack - /home/byron/ -> /opt/got-feedBack/ - byron@ougsoft.com -> hi@got-feedBack.org - github.com/byrongamatos/ -> github.com/got-feedback/ - com.byron. -> com.got-feedback. - SLOPSMITH_ env vars -> FEEDBACK_ with backward-compat fallback - Protocol/storage strings migrated with read-old/write-new pattern - window.slopsmith JS API -> window.feedBack (canonical) + backward-compat alias Refs: #rename-slopsmith
This commit is contained in:
committed by
byrongamatos
parent
fdbab2a9e1
commit
d3037b903e
@@ -26,13 +26,13 @@
|
||||
let openPop = null; // { btn, pop }
|
||||
|
||||
// ── v3 UI signal + plugin-control slot API ───────────────────────────────
|
||||
// Lets plugins detect v3 (window.slopsmith.uiVersion === 'v3') and mount
|
||||
// Lets plugins detect v3 (window.feedBack.uiVersion === 'v3') and mount
|
||||
// controls into a stable slot instead of the auto-hiding transport.
|
||||
window.slopsmith = window.slopsmith || {};
|
||||
window.slopsmith.uiVersion = 'v3';
|
||||
window.slopsmith.ui = window.slopsmith.ui || {};
|
||||
window.slopsmith.ui.version = 'v3';
|
||||
window.slopsmith.ui.playerControlSlot = function () { return $('v3-plugin-controls-slot'); };
|
||||
window.feedBack = window.feedBack || {};
|
||||
window.feedBack.uiVersion = 'v3';
|
||||
window.feedBack.ui = window.feedBack.ui || {};
|
||||
window.feedBack.ui.version = 'v3';
|
||||
window.feedBack.ui.playerControlSlot = function () { return $('v3-plugin-controls-slot'); };
|
||||
|
||||
// ── Plugin-control re-homing shim ────────────────────────────────────────
|
||||
// Legacy plugins inject controls into #player-controls (now an auto-hiding
|
||||
|
||||
Reference in New Issue
Block a user