~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH man.sr.ht] Set dir=auto on text inputs

Details
Message ID
<20231204115853.1314686-2-vcs@ersei.net>
DKIM signature
missing
Download raw message
Patch: +3 -0
---
 mansrht/templates/create.html | 1 +
 mansrht/templates/select.html | 1 +
 mansrht/templates/user.html   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/mansrht/templates/create.html b/mansrht/templates/create.html
index 6bc8132..adb86d3 100644
--- a/mansrht/templates/create.html
+++ b/mansrht/templates/create.html
@@ -17,6 +17,7 @@
          <label for="name">Name</label>
          <input
            type="text"
            dir="auto"
            name="name"
            id="name"
            class="form-control {{valid.cls("name")}}"
diff --git a/mansrht/templates/select.html b/mansrht/templates/select.html
index 63fe39b..dbc878f 100644
--- a/mansrht/templates/select.html
+++ b/mansrht/templates/select.html
@@ -18,6 +18,7 @@
            <label for="{{ typename }}">Name</label>
            <input
              type="text"
              dir="auto"
              name="{{ typename }}"
              id="name"
              class="form-control {{ valid.cls(typename) }}"
diff --git a/mansrht/templates/user.html b/mansrht/templates/user.html
index 8afbd99..164a9a6 100644
--- a/mansrht/templates/user.html
+++ b/mansrht/templates/user.html
@@ -41,6 +41,7 @@
        <input
          name="search"
          type="text"
          dir="auto"
          placeholder="Search"
          class="form-control"
          value="{{ search if search else "" }}" />
-- 
2.42.0

[man.sr.ht/patches] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CXFJ9GLD31DW.2AJZG6XU304DF@cirno2>
In-Reply-To
<20231204115853.1314686-2-vcs@ersei.net> (view parent)
DKIM signature
missing
Download raw message
man.sr.ht/patches: FAILED in 4m22s

[Set dir=auto on text inputs][0] from [Ersei Saggi][1]

[0]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/47343
[1]: vcs@ersei.net

✗ #1107232 FAILED  man.sr.ht/patches/archlinux.yml https://builds.sr.ht/~sircmpwn/job/1107232
✓ #1107233 SUCCESS man.sr.ht/patches/debian.yml    https://builds.sr.ht/~sircmpwn/job/1107233
✓ #1107231 SUCCESS man.sr.ht/patches/alpine.yml    https://builds.sr.ht/~sircmpwn/job/1107231
Reply to thread Export thread (mbox)