Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep only nanomap renderer workflow #116

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 0 additions & 224 deletions tgui/packages/tgui/components/NanoMap.js

This file was deleted.

3 changes: 0 additions & 3 deletions tgui/packages/tgui/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ export { TimeDisplay } from './TimeDisplay';
export { Tooltip } from './Tooltip';
export { TrackOutsideClicks } from './TrackOutsideClicks';
export { VirtualList } from './VirtualList';

// BANDASTATION EDIT ADDITION
export { NanoMap } from './NanoMap';
35 changes: 0 additions & 35 deletions tgui/packages/tgui/styles/components/NanoMap.scss

This file was deleted.

3 changes: 0 additions & 3 deletions tgui/packages/tgui/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@
background-position: center;
background-repeat: no-repeat;
}

// BANDASTATION EDIT ADDITION
@include meta.load-css('./components/NanoMap.scss');
Loading