Skip to content

Commit

Permalink
chore: remove playtest branch action and adjust size labels to kalium…
Browse files Browse the repository at this point in the history
… values (#2547)
  • Loading branch information
yamilmedina committed Dec 21, 2023
1 parent 4f27d50 commit 556c866
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 64 deletions.
30 changes: 30 additions & 0 deletions .github/labels.yml
@@ -0,0 +1,30 @@
XS:
name: size/XS
lines: 10
color: 3CBF00
S:
name: size/S
lines: 100
color: 5D9801
M:
name: size/M
lines: 300
color: 7F7203
L:
name: size/L
lines: 500
color: A14C05
XL:
name: size/XL
lines: 1000
color: C32607
comment: |
# Ups 🫰🟨
This PR is too big. Please try to break it up into smaller PRs.
XXL:
name: size/XXL
lines: 100000
color: E50009
comment: |
# Ups 🫰🟥
This PR is too big. Please break it up into smaller PRs.
63 changes: 0 additions & 63 deletions .github/workflows/create-playtest-branch.yml

This file was deleted.

Expand Up @@ -348,6 +348,7 @@ fun EphemeralMessageExpiredLabel(isSelfMessage: Boolean, conversationDetailsData
@Composable
fun MessageExpireLabel(messageContent: UIMessageContent?, timeLeft: String) {
when (messageContent) {
is UIMessageContent.Location,
is UIMessageContent.TextMessage -> {
StatusBox(statusText = stringResource(R.string.self_deleting_message_time_left, timeLeft))
}
Expand Down

0 comments on commit 556c866

Please sign in to comment.