From b689a63b567e7f4efc57098e3e630a27d3720dff Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:23:04 -0400 Subject: [PATCH] QR code pattern (#1288) ## Description: Add a QR code pattern for openfront.io ![image](https://github.com/user-attachments/assets/c4b98c37-4e60-4fab-9761-799fb9db9e6c) ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --- resources/cosmetics/cosmetics.json | 4 ++++ resources/lang/en.json | 1 + 2 files changed, 5 insertions(+) diff --git a/resources/cosmetics/cosmetics.json b/resources/cosmetics/cosmetics.json index 44bc53f50..d30a6fa0e 100644 --- a/resources/cosmetics/cosmetics.json +++ b/resources/cosmetics/cosmetics.json @@ -72,6 +72,10 @@ "name": "white_rabbit", "role_group": "donor" }, + "AMpkAAAA8DfCnyAQgnTl0KVrvS5d73UJkinIX1V_ABQD8BQ8l5WRRViBLOAEHw7_CtbhfP-ItdU0AmI8wrTwH4DbqPxpVCdIMhJdOL_our9PV681gg6s8BeFHwAAAAA": { + "name": "openfront_qr", + "role_group": "donor" + }, "AAIiAAAAAAAAAAAAAAAAAAAAAIDD8YnweTiiD5FIYEIgEpkIRCKBCoFIpCIQeTwyPB6RjEAkEIgQKEQiApFAIEIgEYkIOAKfCIGIIyIAAAAAAAAAAAA": { "name": "openfront", "role_group": "creator" diff --git a/resources/lang/en.json b/resources/lang/en.json index 4d912c8b8..8ed2e54a2 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -500,6 +500,7 @@ "vertical_bars": "Vertical Bars", "-w-": ".w.", "white_rabbit": "White Rabbit", + "openfront_qr": "OpenFront.io QR code", "openfront": "OpenFront" } }