-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New App Layout FABs #6693
New App Layout FABs #6693
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
We might change the icon for space switching based on feedback we recieve this week but the rest is perfect!
} | ||
|
||
views.newLayoutOpenSpacesButton.setOnClickListener { | ||
// Click action for open spaces modal goes here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth to put here a todo with issue number
showFABs() | ||
|
||
views.newLayoutCreateChatButton.setOnClickListener { | ||
// Click action for create chat modal goes here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing implementation
|
SonarCloud Quality Gate failed. |
Type of change
Content
Adds the new FABs to be used in the New App Layout. These will be hidden behind the New App Layout feature flag
Motivation and context
Closes #6582
Screenshots / GIFs
Tests
Currently the FABs do not do anything on click. This will be handled in a separate PR
Tested devices
Checklist