owncast/web/components/modals
John Regan 3f65099910
Name change: better unicode handling (#3164)
* Name change: better unicode handling

Client-side:

* Changes the NameChangeModal to show text "Over limit" when a proposed display
name is too long.

* Allows names to go over limit to prevent splitting graphemes on input.

Server-side:

* Changes the MakeSafeStringOfLength to count number of unicode code points
instead of string bytes.

* name modal: check that newName is defined before iterating
2023-07-11 10:44:09 -07:00
..
AuthModal Add error boundary to BrowserNotifyModal. For #2811 2023-03-12 23:11:17 -07:00
BrowserNotifyModal chore: run stylelint on our css files 2023-06-20 20:58:00 -07:00
ChatModal Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
FatalErrorStateModal reafctor: normalize component formatting (#2082) 2022-09-07 00:00:28 -07:00
FediAuthModal fix(js): consolidate url and account validators 2023-04-16 14:32:18 -07:00
FollowModal chore: run stylelint on our css files 2023-06-20 20:58:00 -07:00
IndieAuthModal Cleanup unused Javascript (#3027) 2023-05-20 21:15:25 -07:00
NameChangeModal Name change: better unicode handling (#3164) 2023-07-11 10:44:09 -07:00