CollActionteam / collaction_cms

This is the UI interface for the CMS API
6 stars 3 forks source link

Implement "Already an admin? Go to login" hyperlink #14

Closed dromerolovo closed 1 year ago

dromerolovo commented 1 year ago

Should be implemented on create_credentials.dart card and link_auth_page.dart

You can find the reference in Figma - CMS project inside CollAction App. the style should be the same (Text color, padding, TextStyle). After triggering onTap the app should navigate to logIn page or to authentication.page.dart. So use GestureDectector or other method to achieve this. Because the navigation Bloc depends on Auth Bloc, one way to achieve this is to emit AuthEvent.authCheckRequested()

andre-tm-hui commented 1 year ago

36 - fixed centering and padding in create_credentials.dart, updated text to match Figma design