mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 16:41:09 +00:00
Add new patterns (#1294)
## Description: Add a new patterns - Cats - Shells  ## 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
This commit is contained in:
@@ -64,6 +64,10 @@
|
||||
"name": "vertical_bars",
|
||||
"role_group": "donor"
|
||||
},
|
||||
"AHEgzGfznzu43XPoL2fMn_O4O3fdL-g": {
|
||||
"name": "shells",
|
||||
"role_group": "donor"
|
||||
},
|
||||
"AHEYAAAAAAAAAkCCQUQiLnQWaA": {
|
||||
"name": "-w-",
|
||||
"role_group": "donor"
|
||||
@@ -76,6 +80,10 @@
|
||||
"name": "goat",
|
||||
"role_group": "donor"
|
||||
},
|
||||
"ALF1AAAAAAAAABABAAAAAACwAQAAAAAA8AEAAAAAIFABIoABABDwATbAA4gQ9AU-wBPZIPgDKoSx-UD4Az4C9Kmf8AEcUlj5v_ABPvb9-X_wAX7k__A_8AN-_H_gH_AFfuJ_wBiwJf_BP0AIEBkAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAADYAiAAA-AA-ANgAELEBKgD4ALDhI_4HqgDwsSf-H_oIUPlH_C9xBP_BT_gn-YT_wD_8J_rEf-Af_hP8yD_gHwAM-NAf4B8AAvzhP8APAAAAAAAAAA": {
|
||||
"name": "cats",
|
||||
"role_group": "donor"
|
||||
},
|
||||
"AJhYAAAAGACABACQAAASAEACAMgBAMkBIMkAJCngJAkSIEECIEgABAKAQAAQEAACAiCAAAQQgAAECIAAAfA_AAAA": {
|
||||
"name": "hand",
|
||||
"role_group": "donor"
|
||||
|
||||
@@ -498,9 +498,11 @@
|
||||
"scattered_dots": "Scattered Dots",
|
||||
"circuit_board": "Circuit Board",
|
||||
"vertical_bars": "Vertical Bars",
|
||||
"shells": "Shells",
|
||||
"-w-": ".w.",
|
||||
"white_rabbit": "White Rabbit",
|
||||
"goat": "Goat",
|
||||
"cats": "Cats",
|
||||
"cursor": "Cursor",
|
||||
"hand": "Hand",
|
||||
"radiation": "Radiation",
|
||||
|
||||
+1
-1
@@ -181,7 +181,7 @@ export const UsernameSchema = SafeString;
|
||||
export const FlagSchema = z.string().max(128).optional();
|
||||
export const RequiredPatternSchema = z
|
||||
.string()
|
||||
.max(128)
|
||||
.max(1403)
|
||||
.base64url()
|
||||
.refine(
|
||||
(val) => {
|
||||
|
||||
Reference in New Issue
Block a user