We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #309 we implemented basic user event logging.
Currently the UX of user event logs is simply a paginated list, sorted by UserEventLog.createdAt descending.
UserEventLog.createdAt
For improved utility and UX, we should allow custom filtering by the following:
UserEventLog.type
createdAt
The text was updated successfully, but these errors were encountered:
How about so for filtering, searching and sorting? Keeping it in a similar style to the user admin screen.
Headless UI which we are already using provides a nice multiselect dropdown: https://headlessui.dev/react/listbox
Sorry, something went wrong.
nebs-dev
Successfully merging a pull request may close this issue.
In #309 we implemented basic user event logging.
Currently the UX of user event logs is simply a paginated list, sorted by
UserEventLog.createdAt
descending.For improved utility and UX, we should allow custom filtering by the following:
UserEventLog.type
(one or multiple)createdAt
ascending or descendingThe text was updated successfully, but these errors were encountered: