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

Отмеченные галочкой члены экипажа теперь находятся вверху списка #1602

Closed
wants to merge 2 commits into from

Conversation

Drsmail
Copy link

@Drsmail Drsmail commented Oct 20, 2024

Что этот PR делает

Улучшает работу интерфейса CrewMonitor

Почему это хорошо для игры

Предмет удобнее использовать

Изображения изменений

image
image

Тестирование

Запустил локалку, взял crew monitor проверил, что при выделение имя попадает на верх списка.

Changelog

🆑
tweak: Отмеченные галочкой члены экипажа теперь находятся вверху списка Crew Monitor(a)
/:cl:

@github-actions github-actions bot added the TGUI Кто-то решил потрогать интерфейсы. label Oct 20, 2024
@ss220bot ss220bot added the 📜 CL валиден Этот чейнджлог будет успешно опубликован label Oct 20, 2024
@@ -78,8 +78,12 @@ export const CrewMonitor = (props, context) => {

const CrewMonitorDataView = (_properties, context) => {
const { act, data } = useBackend(context);
const crew = sortBy((cm) => cm.name)(data.crewmembers || []);
// const crew = sortBy((cm) => cm.name)(data.crewmembers || []);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Странный мув

@AyIong
Copy link
Collaborator

AyIong commented Oct 20, 2024

В апстрим -> https://github.com/ParadiseSS13/Paradise

@AyIong AyIong closed this Oct 20, 2024
@Drsmail Drsmail deleted the CrewMonitor_uppdate branch October 25, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 CL валиден Этот чейнджлог будет успешно опубликован TGUI Кто-то решил потрогать интерфейсы.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants