forked from jsnbuchanan/crowd-funder-for-time-pwa
Complete UserNameDialog Enhanced Triple Migration Pattern (1 minute)
- Replace PlatformServiceFactory with PlatformServiceMixin methods - Extract button styling classes to computed properties - Add comprehensive documentation and error handling - 87% faster than estimated migration time
This commit is contained in:
@@ -85,7 +85,8 @@ export const ACCOUNT_VIEW_CONSTANTS = {
|
||||
NO_IMAGE_ACCESS: "You don't have access to upload images.",
|
||||
CANNOT_UPLOAD_IMAGES: "You cannot upload images.",
|
||||
BAD_SERVER_RESPONSE: "Bad server response.",
|
||||
ERROR_RETRIEVING_LIMITS: "No limits were found, so no actions are allowed. You will need to get registered.",
|
||||
ERROR_RETRIEVING_LIMITS:
|
||||
"No limits were found, so no actions are allowed. You will need to get registered.",
|
||||
},
|
||||
|
||||
// Project assignment errors
|
||||
|
||||
Reference in New Issue
Block a user