mirror of
https://github.com/plankanban/planka.git
synced 2025-07-28 17:49:43 +02:00
Add visibility toggle of password input. Closes #2
This commit is contained in:
parent
a11f6260c0
commit
00c7f514ae
25 changed files with 111 additions and 92 deletions
|
@ -1,8 +1,8 @@
|
|||
import React, { useCallback, useEffect, useRef } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import classNames from 'classnames';
|
||||
import { useForceUpdate, usePrevious } from '../../lib/hooks';
|
||||
|
||||
import { useForceUpdate, usePrevious } from '../../hooks';
|
||||
import { formatTimer } from '../../utils/timer';
|
||||
|
||||
import styles from './Timer.module.css';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue