Various fixes

This commit is contained in:
Ilya Laktyushin 2026-01-29 13:27:18 +04:00
parent 4d64ba28a5
commit b459de93b6
9 changed files with 49 additions and 4 deletions

View file

@ -1259,7 +1259,7 @@ private final class CraftGiftPageContent: Component {
text: environment.strings.Gift_Craft_Info_Paragraph1_Text,
textColor: textColor,
accentColor: accentColor,
iconName: "Premium/Collectible/Badge",
iconName: "Premium/Craft/Rare",
iconColor: environment.theme.list.itemAccentColor
))
)
@ -1273,7 +1273,7 @@ private final class CraftGiftPageContent: Component {
text: environment.strings.Gift_Craft_Info_Paragraph2_Text,
textColor: textColor,
accentColor: accentColor,
iconName: "Premium/Collectible/Transferable",
iconName: "Premium/Craft/Chance",
iconColor: accentColor
))
)
@ -1287,7 +1287,7 @@ private final class CraftGiftPageContent: Component {
text: environment.strings.Gift_Craft_Info_Paragraph3_Text,
textColor: textColor,
accentColor: accentColor,
iconName: "Premium/Collectible/Unique",
iconName: "Premium/Craft/Result",
iconColor: accentColor
))
)

View file

@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "puzzle.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -0,0 +1,9 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"provides-namespace" : true
}
}

View file

@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "diamond (2).pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "chance.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

@ -182,7 +182,7 @@ func textInputAccessoryPanel(
let alertController = AlertScreen(
context: context,
configuration: AlertScreen.Configuration(actionAlignment: .vertical),
configuration: AlertScreen.Configuration(actionAlignment: .vertical, allowInputInset: true),
content: content,
actions: [
.init(title: strings.Conversation_ForwardOptions_ShowOptions, action: {