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

Tgooey Restyle #969

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

Tgooey Restyle #969

wants to merge 28 commits into from

Conversation

Kapu1178
Copy link
Member

@Kapu1178 Kapu1178 commented Jun 3, 2024

Changelog

🆑
refactor: TGUI interfaces have a new base skin.
/:cl:

Copy link
Contributor

@jlsnow301 jlsnow301 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might've been a merge conflict that caused the import statements to vanish. i marked the ones that are missing one

import { useBackend } from '../backend';

@@ -2,8 +2,10 @@ import { NtosWindow } from '../layouts';
import { AiRestorerContent } from './AiRestorer';

export const NtosAiRestorer = () => {
const { act, data } = useBackend();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import

@@ -2,8 +2,10 @@ import { NtosWindow } from '../layouts';
import { CargoContent } from './Cargo';

export const NtosCargo = (props) => {
const { act, data } = useBackend();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import

@@ -2,8 +2,10 @@ import { NtosWindow } from '../layouts';
import { SignalerContent } from './Signaler';

export const NtosSignaler = (props) => {
const { act, data } = useBackend();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import

@@ -2,8 +2,10 @@ import { NtosWindow } from '../layouts';
import { StationAlertConsoleContent } from './StationAlertConsole';

export const NtosStationAlertConsole = () => {
const { act, data } = useBackend();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import

tgui/packages/tgui/interfaces/Changelog.jsx Show resolved Hide resolved
@Spyroshark
Copy link
Contributor

Spyroshark commented Aug 16, 2024

UI on the TEG is currently janked from this
image
this is probably just because i'm bad at TGUIs

@Spyroshark
Copy link
Contributor

also it shouldn't be used on paintings, because uh. why would i see scanlines on an oil painting
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants