Improvements to the media editor
This commit is contained in:
parent
e8eb7638c4
commit
d0296ececa
61 changed files with 1124 additions and 969 deletions
|
@ -6,7 +6,7 @@ import { get } from 'lodash';
|
|||
|
||||
import type { ConversationType } from '../state/ducks/conversations';
|
||||
import type { AciString } from '../types/ServiceId';
|
||||
import { isAciString } from '../types/ServiceId';
|
||||
import { isAciString } from '../util/isAciString';
|
||||
import { filter, map } from '../util/iterables';
|
||||
import { removeDiacritics } from '../util/removeDiacritics';
|
||||
import { isNotNil } from '../util/isNotNil';
|
||||
|
|
|
@ -8,7 +8,7 @@ import Parchment from 'parchment';
|
|||
import Quill from 'quill';
|
||||
import { render } from 'react-dom';
|
||||
import { Emojify } from '../../components/conversation/Emojify';
|
||||
import { normalizeAci } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import type { MentionBlotValue } from '../util';
|
||||
|
||||
declare class QuillEmbed extends Parchment.Embed {
|
||||
|
|
|
@ -6,7 +6,7 @@ import type { RefObject } from 'react';
|
|||
import type { Matcher, AttributeMap } from 'quill';
|
||||
|
||||
import { assertDev } from '../../util/assert';
|
||||
import { isAciString } from '../../types/ServiceId';
|
||||
import { isAciString } from '../../util/isAciString';
|
||||
import type { MemberRepository } from '../memberRepository';
|
||||
|
||||
export const matchMention: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue