-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Web tidy sweep #583
Web tidy sweep #583
Conversation
…nd redirecting users on landing page
…wer submission. Fixes broken e2e tests
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 PR will have a lot of conflicts with #575
should we merge that one first or this one?
@@ -1,11 +1,12 @@ | |||
import { Stack, StackDivider } from "@chakra-ui/react"; | |||
import { MessageTableEntry } from "src/components/Messages/MessageTableEntry"; | |||
|
|||
export function MessageTable({ messages }) { | |||
export function MessageTable({ messages, valid_labels }) { | |||
console.log(messages); |
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.
oh oh
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.
Removed!
I say merge your PR first then I'll handle the conflicts here. They might not actually be that bad. |
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.
LGTM
I'll merge this now so that any new changes don't have to deal with potential conflicts. |
Closes #369
Closes #310
Closes #371
Closes #587
Another sweep of tidying fixes:
FlaggableElement
to calloff()
when reporting is doneMessageView
to be forwardRef which is required byPopoverAnchor
prisma
andPrisma
FlaggableElement
has valid labels in every call site.