mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
fix(frontend): improve performance by caching translated texts
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ced4cd953c
commit
76242330fd
81 changed files with 341 additions and 292 deletions
|
@ -9,9 +9,11 @@ import { UiIcon } from '../../../common/icons/ui-icon'
|
|||
import styles from './split-divider.module.scss'
|
||||
import React, { useMemo } from 'react'
|
||||
import { Button } from 'react-bootstrap'
|
||||
import { ArrowLeftRight as IconArrowLeftRight } from 'react-bootstrap-icons'
|
||||
import { ArrowLeft as IconArrowLeft } from 'react-bootstrap-icons'
|
||||
import { ArrowRight as IconArrowRight } from 'react-bootstrap-icons'
|
||||
import {
|
||||
ArrowLeft as IconArrowLeft,
|
||||
ArrowLeftRight as IconArrowLeftRight,
|
||||
ArrowRight as IconArrowRight
|
||||
} from 'react-bootstrap-icons'
|
||||
|
||||
export enum DividerButtonsShift {
|
||||
SHIFT_TO_LEFT = 'shift-left',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue