Description
Live View is no longer planned for SnapDock V3 following the decision in #242.
Some references to the planned feature still exist in the current application and should be removed so the UI and codebase no longer advertise or account for a feature that will not be implemented.
Known references include:
index.html — remove the disabled Live View button and associated "soon" indicator.
viewMode.js — remove the unused Live View handling and fallback behaviour.
- Remove or update comments/JSDoc that describe Live View as a future mode.
- Remove any styling that exists solely for the Live View UI.
Expected Result
SnapDock V3 should no longer expose or reference Live View as an upcoming feature.
Existing supported view modes must continue to behave as they do currently.
Scope
This is a cleanup task only.
Do not implement Live View or introduce a replacement preview mode as part of this issue.
Parent issue: #242
Description
Live View is no longer planned for SnapDock V3 following the decision in #242.
Some references to the planned feature still exist in the current application and should be removed so the UI and codebase no longer advertise or account for a feature that will not be implemented.
Known references include:
index.html— remove the disabled Live View button and associated "soon" indicator.viewMode.js— remove the unused Live View handling and fallback behaviour.Expected Result
SnapDock V3 should no longer expose or reference Live View as an upcoming feature.
Existing supported view modes must continue to behave as they do currently.
Scope
This is a cleanup task only.
Do not implement Live View or introduce a replacement preview mode as part of this issue.
Parent issue: #242