-
Notifications
You must be signed in to change notification settings - Fork 896
feat: add organizations filter to audit table #13978
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
Conversation
53e78a1
to
7d28771
Compare
1938f07
to
8c32123
Compare
|
Some more mocks are coming so the way we show the org on the page might change, so for now I think we can ignore where exactly it should go. |
Looks like we are not actually going to have an organization filter dropdown which is a big part of this PR so I am going to extract the parts we still need and open a new PR. |
Uhh nevermind, this is still applicable. We will have this main view then the org > audit link will redirect here with an organization filter set, for now anyway. Went ahead and rebased on main while I was reopening. |
Now that there are four items.
To test different org names and no org.
As part of this, make the width adjustable so we only lower it when we have the new filter added.
93734dc
to
aff7321
Compare
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.
Overall looks good. When we come back to remove the experiment, I think it would be a good idea to remove setting the explicit width that is added here.
Good point! I will make a note. |
It also removes tracking the org ID from some diffs, since it never changes, for consistency.
The filters take up a good amount of space. At some point maybe they need to be collapsible or go under the search input or something.
Some thoughts I had:
EDIT: will revisit these thoughts after the new mocks, for now we can leave the org info where it is.
Org:
becauseOrganization:
felt long and unbalanced, but now it looks sorta unprofessional.Part 2 of #13913