diff --git a/CHANGES.rst b/CHANGES.rst index a07f2bd8f3..2f14f9666a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ New Features ------------ -* New design for viewer legend. [#3220] +* New design for viewer legend. [#3220, #3254] Cubeviz ^^^^^^^ diff --git a/jdaviz/app.py b/jdaviz/app.py index cc1bbe7b57..5576d84202 100644 --- a/jdaviz/app.py +++ b/jdaviz/app.py @@ -132,6 +132,7 @@ def to_unit(self, data, cid, values, original_units, target_units): 'j-number-uncertainty': 'components/number_uncertainty.vue', 'j-plugin-popout': 'components/plugin_popout.vue', 'j-multiselect-toggle': 'components/multiselect_toggle.vue', + 'j-subset-icon': 'components/subset_icon.vue', 'plugin-previews-temp-disabled': 'components/plugin_previews_temp_disabled.vue', # noqa 'plugin-table': 'components/plugin_table.vue', 'plugin-dataset-select': 'components/plugin_dataset_select.vue', @@ -206,7 +207,6 @@ class ApplicationState(State): 'tray': True, 'tab_headers': True, }, - 'viewer_labels': True, 'dense_toolbar': True, 'server_is_remote': False, # sets some defaults, should be set before loading the config 'context': { diff --git a/jdaviz/components/layer_viewer_icon_stylized.vue b/jdaviz/components/layer_viewer_icon_stylized.vue index fddef4e149..cfc4123ad1 100644 --- a/jdaviz/components/layer_viewer_icon_stylized.vue +++ b/jdaviz/components/layer_viewer_icon_stylized.vue @@ -1,5 +1,5 @@