UI updates #135

Merged
verbiricha merged 12 commits from ui into main 2023-01-25 18:08:54 +00:00
Showing only changes of commit f2ed3f2d4c - Show all commits

View File

@ -46,7 +46,7 @@ export default function RootPage() {
</div></> : null}
{followHints()}
<Timeline key={tab} subject={timelineSubect} postsOnly={tab === RootTab.Posts} method={"TIME_RANGE"} />
<NoteCreator autoFocus={false} show={show} setShow={setShow} />
<NoteCreator autoFocus={true} show={show} setShow={setShow} />
</>
);
}