Add i18n to replies.

Add Fluent design category button.
Update Account page with new design.
This commit is contained in:
Paul
2021-08-04 16:03:38 +01:00
parent 8cc92e0c42
commit fe75f5a6ca
9 changed files with 229 additions and 222 deletions

View File

@@ -1,5 +1,5 @@
export const stopPropagation = (
ev: JSX.TargetedMouseEvent<HTMLDivElement>,
ev: JSX.TargetedMouseEvent<HTMLElement>,
_consume?: any,
) => {
ev.preventDefault();