Add new patterns (#1294)

## Description:

Add a new patterns
- Cats
- Shells


![image](https://github.com/user-attachments/assets/36b4c832-8879-45f8-bfbb-d5a1b5b7aefe)

## 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:
Scott Anderson
2025-06-29 17:09:26 -07:00
committed by GitHub
parent 7496f1b884
commit 4fc1175ad4
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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) => {