BeamMW / beam-ui

Beam Desktop Wallet (Win / Mac / Linux)
https://beam.mw/
Apache License 2.0
25 stars 23 forks source link

Refactor the folder ui/viewmodel and ELSeedValidator. Replace RegExpValidator (deprecated) with RegularExpressionValidator. #1121

Open kogawulf opened 1 month ago

kogawulf commented 1 month ago

Refactor ui/viewmodel

Determine which files and classes are considered "helper" files/objects and move them into appropriate subfolders. This requires feedback from other contributors to decide best layout.

Suggested (or to be considered) files -- along with their .h counterparts of course

Refactor class ELSeedValidator

Refactor RegExpValidator references

RegExpValidatoris apparently deprecated and it is recommended to use RegularExpressionValidator

Maxnflaxl commented 1 month ago

@anatolse