-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Tweak] AGhost Action Icons #179
[Tweak] AGhost Action Icons #179
Conversation
ОбзорИзменения включают обновление иконок для действий администратора-призрака в файле Изменения
Предлагаемые метки
Предлагаемые рецензенты
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml (1)
116-117
: Изменения выглядят согласованнымиВсе изменения следуют единому шаблону и правильно структурированы. Однако есть несколько предложений по улучшению:
- Комментарии "WWDP-Edit" можно удалить, так как система контроля версий уже отслеживает авторство изменений
- Для улучшения читаемости рекомендуется использовать многострочный YAML синтаксис для компонентов InstantAction
Предлагаемый формат:
- type: InstantAction - icon: { sprite: _White/Interface/Actions, state: solar } # WWDP-Edit - iconOn: _White/Interface/Actions/solar.png # WWDP-Edit + icon: + sprite: _White/Interface/Actions + state: solar + iconOn: _White/Interface/Actions/solar.pngAlso applies to: 129-130, 142-143, 155-156, 168-169, 181-182
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (6)
Resources/Textures/_White/Interface/Actions/cargo.png
is excluded by!**/*.png
Resources/Textures/_White/Interface/Actions/communication.png
is excluded by!**/*.png
Resources/Textures/_White/Interface/Actions/crew.png
is excluded by!**/*.png
Resources/Textures/_White/Interface/Actions/radar.png
is excluded by!**/*.png
Resources/Textures/_White/Interface/Actions/records.png
is excluded by!**/*.png
Resources/Textures/_White/Interface/Actions/solar.png
is excluded by!**/*.png
📒 Files selected for processing (2)
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
(6 hunks)Resources/Textures/_White/Interface/Actions/meta.json
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- Resources/Textures/_White/Interface/Actions/meta.json
🔇 Additional comments (1)
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml (1)
116-117
: Проверка наличия новых иконок
Необходимо убедиться, что все новые пути к иконкам существуют в файловой системе.
Also applies to: 129-130, 142-143, 155-156, 168-169, 181-182
✅ Verification successful
Все иконки успешно проверены и существуют
Проверка показала, что все новые иконки присутствуют в директории Resources/Textures/_White/Interface/Actions/
:
- solar.png
- communication.png
- radar.png
- cargo.png
- crew.png
- records.png
Изменения корректны и все необходимые файлы находятся в правильном месте.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Check if all new icon files exist
fd -e png -e rsi "_White/Interface/Actions" | grep -E "solar|communication|radar|cargo|crew|records"
Length of output: 100
Script:
#!/bin/bash
# Let's try searching in Resources directory specifically and check both texture files and RSI directories
cd Resources/Textures && find . -type f -o -type d | grep -i "_White/Interface/Actions"
cd ../
find . -type f -o -type d | grep -i "_White/Interface/Actions"
Length of output: 820
Script:
#!/bin/bash
# Let's also check the entire codebase for any references to these paths
rg -l "_White/Interface/Actions"
Length of output: 90
Script:
#!/bin/bash
# Check for any similar icon paths in the codebase
rg "Interface/Actions" -A 2 -B 2
Length of output: 27033
что не так нахуй??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also linter fail valid. Fix it |
* snowballs * nah * reviewe * oops + better offset * a
* Снежки (#179) * snowballs * nah * reviewe * oops + better offset * a * migrate * fixiki * namespaces * edit flavors --------- Co-authored-by: csqrb <[email protected]>
Описание PR
Ну типа иконки для акшенов агоста, вместо пустых консолей, я осень старавс, кто-нибудь другой поправит.
Медиа
Список
Изменения