added composing new toots
This commit is contained in:
parent
74770649c3
commit
e0d1136230
3 changed files with 55 additions and 15 deletions
|
@ -23,7 +23,7 @@ import cards from "../material/cards.module.css";
|
|||
import { css } from "solid-styled";
|
||||
import { vibrate } from "../platform/hardware";
|
||||
import { createTimeSource, TimeSourceProvider } from "../platform/timesrc";
|
||||
import ReplyEditor from "./ReplyEditor";
|
||||
import TootComposer from "./TootComposer";
|
||||
|
||||
let cachedEntry: [string, mastodon.v1.Status] | undefined;
|
||||
|
||||
|
@ -250,7 +250,7 @@ const TootBottomSheet: Component = (props) => {
|
|||
</article>
|
||||
|
||||
<Show when={session()!.account}>
|
||||
<ReplyEditor
|
||||
<TootComposer
|
||||
isTyping={isInTyping()}
|
||||
onTypingChange={setInTyping}
|
||||
mentions={defaultMentions()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue