Skip to content

Commit

Permalink
refactor(ui): ♻️ move dialogs from main.js to individual rigs
Browse files Browse the repository at this point in the history
jojobyte committed Oct 27, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 959e432 commit fbd60b6
Showing 11 changed files with 992 additions and 797 deletions.
1 change: 1 addition & 0 deletions src/helpers/constants.js
Original file line number Diff line number Diff line change
@@ -28,4 +28,5 @@ export const PHRASE_REGEX = new RegExp(
)
export const ALIAS_REGEX = new RegExp(
/^[a-zA-Z0-9]{1,}$/
// Needs support added for Dashes, Underscores & Periods
)
Loading

0 comments on commit fbd60b6

Please sign in to comment.