Add StarIntel community link through shared Quasar shell #22

Closed
opened 2026-08-19 11:29:52 +00:00 by lost-rob0t · 0 comments
lost-rob0t commented 2026-08-19 11:29:52 +00:00 (Migrated from github.com)

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:

  • expose the StarIntel Discord/community link from QuasarShell or an appropriate shared UI-core component;
  • keep it theme-token driven and keyboard accessible;
  • integrate cleanly with desktop and mobile navigation without DOM mutation observers;
  • preserve Auto-Dig base-path/PWA behavior;
  • add responsive/regression coverage;
  • do not restore the legacy public-script shell enhancer.

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.

## 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: - expose the StarIntel Discord/community link from `QuasarShell` or an appropriate shared UI-core component; - keep it theme-token driven and keyboard accessible; - integrate cleanly with desktop and mobile navigation without DOM mutation observers; - preserve Auto-Dig base-path/PWA behavior; - add responsive/regression coverage; - do not restore the legacy public-script shell enhancer. ## 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/auto-dig-quasar#22
No description provided.