ui icon indicating copy to clipboard operation
ui copied to clipboard

Simple UI examples from my social media

Results 53 ui issues
Sort by recently updated
recently updated
newest added

The input box in login-05 requires 6 characters, a letter and a number. However, this prevents users from using symbols in their password. Previous RegEx: ^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{6,}$ New RegEx: ^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d\W]{6,}$

![image](https://github.com/atherosai/ui/assets/74012129/ef363a88-e110-43de-891c-9cbde27357f9)

![image](https://github.com/atherosai/ui/assets/39658622/7b7e7129-cce2-49d8-808e-70c5d0d18e0d)

in `toast-notification-0`, if you wait until the toast bar is gone, you can see it creates a scroll bar in the right side of the browser. this is because there...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Change the Password Regex from each where password was there along the title show is if password enter is not match pattern is change to show to enter symbol in...

Here I updated 10 to 15 lines CSS to keep right image updated and fix vertical overflow and scroll.

![image](https://github.com/user-attachments/assets/07390c20-79eb-4342-a52c-5393fbc1291f) ---- > [!IMPORTANT] > Fixes 'Search not found' logic and refactors code using arrow functions, with UI enhancements in CSS. > > - **Behavior**: > - Fixes logic for...