[feature/Frogend] basic report admin interface (#1424)

* basic listing of reports

* report detail overview, resolving

* report detail styling tweaks

* linter fixes
This commit is contained in:
f0x52 2023-02-06 09:33:47 +01:00 committed by GitHub
commit 83b522a1b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 575 additions and 2 deletions

View file

@ -72,7 +72,7 @@ function instanceBasedQuery(args, api, extraOptions) {
module.exports = createApi({
reducerPath: "api",
baseQuery: instanceBasedQuery,
tagTypes: ["Auth", "Emoji"],
tagTypes: ["Auth", "Emoji", "Reports"],
endpoints: (build) => ({
instance: build.query({
query: () => ({