Skip to content

🚀: WebUI on mobile devices needs to be reponsive #102

@jeremiah

Description

@jeremiah

Which feature or improvement would you like to request?

I'd like to see this feature: when I log in on a small screen in the WebUI, navigation is hard or impossible.

Is your feature request related to a problem?

I'd like to see this feature: when I log in on a small screen in the WebUI, navigation is hard or impossible.

Image

As seen in the above screen shot, one cannot change the password from the WebUI on a small screen. I'm happy to try to hack on this but not sure where to look, here's the source of the page if that offers clues;

`

<script type="module"> import init, * as bindings from '/webadmin-139fcec616dd88e1.js'; const wasm = await init({ module_or_path: '/webadmin-139fcec616dd88e1_bg.wasm' }); window.wasmBindings = bindings; dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); </script>
<!-- Favicon for browsers -->
<link rel="icon" href="/favicon-cfb706b7132e0fd2.ico" integrity="sha384-xmpdB90Iw1Taa29SfEFXiENgXOQzom6C8WYjcD5Io0p1fjdJLDBvrKufcmrTHn6a"/>
<!-- Favicon sizes for different platforms -->
<link rel="icon" href="/favicon-32x32-33abe4bf0e53934c.png" integrity="sha384-0Zy966gMg2P2uZhUAv8IdixXEIejROvJyU28/fbsDk/3geMKyy84V0zSrHs2pN+H"/>
<link rel="icon" href="/favicon-16x16-9b86a4caa1876c9e.png" integrity="sha384-tcxBHHSsaX/Eoz4RXA2QT2xrQs0C8NkBPHteE4oJj5mjk0QynFC+DYqsBi2wtyXo"/>
<!-- For Android Chrome -->
<link rel="icon" href="/android-chrome-192x192-6aba841e8fc78b83.png" integrity="sha384-4QwNjlH6Pqx4aeNBCrZSgZgw2iq2oC7Yw29X95nrPr1tKh0FB71rvVFHkQ0BdSS1"/>
<link rel="icon" href="/android-chrome-512x512-ffbecec3ff69a6ca.png" integrity="sha384-DnOdHkyuvKhNBFP+npy4csavvis2HpbVHvlT9xPGTTxJL74eQzIap+gEIDaQw+DE"/>
<!-- For iOS devices -->

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Manifest -->

<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/output-beb5dad897bccbde.css" integrity="sha384-1m2ahOBZjY0FgnLECReBr1Jmi/73CRaK0zYby3AJ6Tv14eoE+CGD6qAsdhNhzKr0"/>


<title>Stalwart Management</title>
`

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions