Skip to content

Local server address #27

@johnd0e

Description

@johnd0e

'local': "http://127.0.0.1:8000"

  1. When entering address in settings - it get accepted only after removing 'http://' part.
    It is not obvious and generally wrong.

  2. When entering wrong address - text become red. But it is not clear enough, e.g. when it's initially red, or for color-blind person.
    So better output error message to status line.

  3. Wrong address is not stored. But what if it is not 'wrong', but just temporary unavailable?
    I suppose any user-entered value should be stored (and empty should be converted to default).

  4. Instead of 127.0.0.1 better use localhost.
    BTW, in recent version python server defaulted to ip6 (::1), so localhost would be more robust.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions