tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Consider using `@mui.AppBar` with or in place of `Header.tsx` #182

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

Do you think we might be use for a more standard AppBar style component here for the header? https://mui.com/material-ui/react-app-bar/

We do need a admin button for admins. And it would probably be useful to have a profile icon. Something more like this? https://mui.com/material-ui/react-app-bar/#app-bar-with-search-field

_Originally posted by @jonespm in https://github.com/tl-its-umich-edu/canvas-app-explorer/pull/171#discussion_r887189974_

ssciolla commented 2 years ago

This would also have a backend component because of user info needing to be available for an admin button, which could be done via an API call or in some kind of globals via a context processor (as in ROHQ, or MyLA).