Add StarIntel community link through shared Quasar shell #22
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/auto-dig-quasar#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Context
Old PR #6 added a StarIntel Discord/community footer by injecting a public script and reconciling the React shell with a
MutationObserver. That implementation is no longer compatible with the shared UI-core architecture merged in #20, so #6 was closed rather than replayed onto current main.Required replacement
Implement the same user-facing community entrypoint as a first-class shared-shell surface:
QuasarShellor an appropriate shared UI-core component;Acceptance
The community link is visible and usable on supported desktop/mobile shell layouts, remains within the shared UI-core boundary, and the full repository CI matrix passes.
Supersedes the implementation approach from #6 while preserving its feature intent.