mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
Add fork-awesome-stack.tsx and extract types
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
dfdc652503
commit
058b6ab97a
14 changed files with 50 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
import React, { Fragment, useState } from 'react'
|
||||
import { Dropdown } from 'react-bootstrap'
|
||||
import { Trans, useTranslation } from 'react-i18next'
|
||||
import { ForkAwesomeIcon, IconName } from '../../common/fork-awesome/fork-awesome-icon'
|
||||
import { ForkAwesomeIcon } from '../../common/fork-awesome/fork-awesome-icon'
|
||||
import { IconName } from '../../common/fork-awesome/types'
|
||||
import { DeletionModal } from '../../common/modals/deletion-modal'
|
||||
|
||||
export interface DropdownItemWithDeletionModalProps {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react'
|
||||
import { ButtonProps } from 'react-bootstrap'
|
||||
import { IconName } from '../../common/fork-awesome/fork-awesome-icon'
|
||||
import { IconName } from '../../common/fork-awesome/types'
|
||||
import { IconButton } from '../../common/icon-button/icon-button'
|
||||
|
||||
export enum SortModeEnum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue