mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 19:25:18 -04:00
feat(frontend): replace forkawesome with bootstrap icons
These icon replace fork awesome. A linter informs the user about the deprecation. See https://github.com/hedgedoc/hedgedoc/issues/2929 Co-authored-by: Philip Molares <philip.molares@udo.edu> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e7246f1484
commit
1c16e25e14
179 changed files with 4974 additions and 1943 deletions
1961
frontend/src/test-utils/bootstrap-icon-mocks.tsx
Normal file
1961
frontend/src/test-utils/bootstrap-icon-mocks.tsx
Normal file
File diff suppressed because it is too large
Load diff
9
frontend/src/test-utils/svg-mock.tsx
Normal file
9
frontend/src/test-utils/svg-mock.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
import React from 'react'
|
||||
|
||||
export const ReactComponent: React.FC = (props) => <span data-svg-mock {...props} />
|
||||
export default ReactComponent
|
Loading…
Add table
Add a link
Reference in a new issue