Added deeplinks, added qr code login, added settings, other stuff
This commit is contained in:
parent
462fc19591
commit
8ff8bd9528
32 changed files with 917 additions and 78 deletions
|
|
@ -258,7 +258,13 @@ export default function Screen() {
|
|||
})}
|
||||
</div>
|
||||
</div>
|
||||
<div ref={inputBoxRef}>
|
||||
<div
|
||||
ref={inputBoxRef}
|
||||
className="fixed -bottom-15 pb-15"
|
||||
style={{
|
||||
width: "calc(100vw - 277px)",
|
||||
}}
|
||||
>
|
||||
<InputComponent setValue={setValue} value={value} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue