- 
                Notifications
    You must be signed in to change notification settings 
- Fork 818
User Table Style Updates #13743
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
User Table Style Updates #13743
Conversation
| Build Artifacts
 | 
d6b8a70    to
    7406977      
    Compare
  
    | <KPageContainer | ||
| class="flex-column" | ||
| :style="{ maxHeight: pageContentHeight + 24 + 'px' }" | ||
| :style="{ maxHeight: pageContentHeight + 24 + 'px', padding: '2em 2em 1em' }" | 
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.
Locked this padding in w/ Tomiwa on a call
| appearanceOverrides: { | ||
| type: Object, | ||
| required: false, | ||
| default: null, | ||
| }, | 
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.
We should probably do this in all of our *AppBarPage components and establish it as a convention for page-specific styling for each plugin.
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.
The table styling changes make sense to me, I just had one comment about possibly adjusting the page container height to remove the root page scroll.
        
          
                kolibri/plugins/facility/assets/src/views/users/common/UsersTable.vue
              
                Outdated
          
            Show resolved
            Hide resolved
        
      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.
This looks good, no issues on my side!
5bf2464    to
    e20852c      
    Compare
  
    
Overview
Misc updates to the padding & various styles on the user table page.
At a high level, for review: