Skip to content

Commit

Permalink
Remove the UISpinner, it's been set to hidden forever
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Oct 21, 2024
1 parent 9cbdfa3 commit 43d56e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
7 changes: 1 addition & 6 deletions modules/core/UiSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
uiInfo, uiIntro, uiIssuesInfo, uiLoading, UiMapInMap,
uiMap3dViewer, UiPhotoViewer, uiRapidServiceLicense,
uiSplash, uiRestore, uiScale, uiShortcuts, UiSidebar,
uiSourceSwitch, UiSpector, uiSpinner, uiStatus, uiTooltip,
uiSourceSwitch, UiSpector, uiStatus, uiTooltip,
uiTopToolbar, uiVersion, uiWhatsNew, uiZoom, uiZoomToSelection
} from '../ui/index.js';

Expand Down Expand Up @@ -263,11 +263,6 @@ export class UiSystem extends AbstractSystem {
$$overmap
.call(uiMap3dViewer(context));

$$overmap
.append('div')
.attr('class', 'spinner')
.call(uiSpinner(context));

$$overmap
.call(this.spector.render);

Expand Down
1 change: 0 additions & 1 deletion modules/ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export { uiShortcuts } from './shortcuts.js';
export { UiSidebar } from './UiSidebar.js';
export { uiSourceSwitch } from './source_switch.js';
export { UiSpector } from './UiSpector.js';
export { uiSpinner } from './spinner.js';
export { uiSplash } from './splash.js';
export { uiStatus } from './status.js';
export { uiSuccess } from './success.js';
Expand Down
21 changes: 0 additions & 21 deletions modules/ui/spinner.js

This file was deleted.

0 comments on commit 43d56e3

Please sign in to comment.