~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
2 2

[PATCH todo.sr.ht] Use dir="auto"

Details
Message ID
<20231204121210.1349741-1-vcs@ersei.net>
DKIM signature
missing
Download raw message
Patch: +17 -0
---
 todosrht/templates/edit-comment.html       | 1 +
 todosrht/templates/edit_ticket.html        | 2 ++
 todosrht/templates/ticket.html             | 2 ++
 todosrht/templates/tracker-access.html     | 1 +
 todosrht/templates/tracker-create.html     | 2 ++
 todosrht/templates/tracker-details.html    | 2 ++
 todosrht/templates/tracker-label-edit.html | 1 +
 todosrht/templates/tracker-labels.html     | 1 +
 todosrht/templates/tracker.html            | 3 +++
 todosrht/templates/trackers.html           | 2 ++
 10 files changed, 17 insertions(+)

diff --git a/todosrht/templates/edit-comment.html b/todosrht/templates/edit-comment.html
index 5de5dd2..415a5f8 100644
--- a/todosrht/templates/edit-comment.html
+++ b/todosrht/templates/edit-comment.html
@@ -175,6 +175,7 @@
          {{csrf_token()}}
          <div class="form-group">
            <textarea
              dir="auto"
              class="form-control {{valid.cls('text')}}"
              name="text"
              rows="5"
diff --git a/todosrht/templates/edit_ticket.html b/todosrht/templates/edit_ticket.html
index 2472844..545e325 100644
--- a/todosrht/templates/edit_ticket.html
+++ b/todosrht/templates/edit_ticket.html
@@ -44,6 +44,7 @@
        <label for="title">Title</label>
        <input
           type="text"
           dir="auto"
           class="form-control {{ valid.cls("title") }}"
           maxlength="2048"
           id="title"
@@ -56,6 +57,7 @@
      <div class="form-group">
        <label for="description">Description</label>
        <textarea
          dir="auto"
          class="form-control {{ valid.cls("description") }}"
          name="description"
          rows="5"
diff --git a/todosrht/templates/ticket.html b/todosrht/templates/ticket.html
index 3a138e6..816d53a 100644
--- a/todosrht/templates/ticket.html
+++ b/todosrht/templates/ticket.html
@@ -166,6 +166,7 @@
                <input
                  id="assignee-input"
                  type="text"
                  dir="auto"
                  name="username"
                  autocomplete="off"
                  list="assignee-list"
@@ -407,6 +408,7 @@
        {{csrf_token()}}
        <div class="form-group" style="margin-bottom: 0.25rem">
          <textarea
            dir="auto"
            class="form-control {{ valid.cls("comment") }}"
            id="comment"
            name="comment"
diff --git a/todosrht/templates/tracker-access.html b/todosrht/templates/tracker-access.html
index 0da4c37..c7dbc58 100644
--- a/todosrht/templates/tracker-access.html
+++ b/todosrht/templates/tracker-access.html
@@ -83,6 +83,7 @@
        <label for="username">Username or email</label>
        <input
          type="text"
          dir="auto"
          class="form-control {{valid.cls("username")}}"
          id="username"
          name="username"
diff --git a/todosrht/templates/tracker-create.html b/todosrht/templates/tracker-create.html
index fe7de3b..c9d8356 100644
--- a/todosrht/templates/tracker-create.html
+++ b/todosrht/templates/tracker-create.html
@@ -18,6 +18,7 @@
        <label for="name">Name</label>
        <input
          type="text"
          dir="auto"
          name="name"
          id="name"
          class="form-control {{valid.cls("name")}}"
@@ -29,6 +30,7 @@
      <div class="form-group">
        <label for="description">Description</label>
        <textarea
          dir="auto"
          name="description"
          id="description"
          class="form-control {{valid.cls("description")}}"
diff --git a/todosrht/templates/tracker-details.html b/todosrht/templates/tracker-details.html
index e54fdbe..68be145 100644
--- a/todosrht/templates/tracker-details.html
+++ b/todosrht/templates/tracker-details.html
@@ -13,6 +13,7 @@
      </label>
      <input
        type="text"
        dir="auto"
        name="name"
        id="name"
        class="form-control"
@@ -23,6 +24,7 @@
    <div class="form-group {{valid.cls("description")}}">
      <label for="description">Description</label>
      <textarea
        dir="auto"
        name="description"
        id="description"
        class="form-control"
diff --git a/todosrht/templates/tracker-label-edit.html b/todosrht/templates/tracker-label-edit.html
index c7d4334..b84f1a4 100644
--- a/todosrht/templates/tracker-label-edit.html
+++ b/todosrht/templates/tracker-label-edit.html
@@ -55,6 +55,7 @@
              <label for="name">Name</label>
              <input
                 type="text"
                 dir="auto"
                 class="form-control {{ valid.cls("name") }}"
                 maxlength="2048"
                 id="name"
diff --git a/todosrht/templates/tracker-labels.html b/todosrht/templates/tracker-labels.html
index 7489fcd..f76379c 100644
--- a/todosrht/templates/tracker-labels.html
+++ b/todosrht/templates/tracker-labels.html
@@ -63,6 +63,7 @@
            <label for="name">Name</label>
            <input
               type="text"
               dir="auto"
               class="form-control {{ valid.cls("name") }}"
               maxlength="2048"
               id="name"
diff --git a/todosrht/templates/tracker.html b/todosrht/templates/tracker.html
index 6ceba9b..37b539e 100644
--- a/todosrht/templates/tracker.html
+++ b/todosrht/templates/tracker.html
@@ -114,6 +114,7 @@
          <label for="title">Title</label>
          <input
             type="text"
             dir="auto"
             class="form-control {{ valid.cls("title") }}"
             maxlength="2048"
             id="title"
@@ -128,6 +129,7 @@
        <div class="form-group">
          <label for="description">Description</label>
          <textarea
            dir="auto"
            class="form-control {{ valid.cls("description") }}"
            id="description"
            name="description"
@@ -214,6 +216,7 @@
        <input
          name="search"
          type="text"
          dir="auto"
          placeholder="Search tickets...     status:closed     sort:created     label:label{{"     submitter:me" if current_user else ""}}"
          class="form-control{% if search_error %} is-invalid{% endif %}"
          {% if not another %}
diff --git a/todosrht/templates/trackers.html b/todosrht/templates/trackers.html
index 267e861..3be4a9c 100644
--- a/todosrht/templates/trackers.html
+++ b/todosrht/templates/trackers.html
@@ -28,6 +28,7 @@
        <input
          name="search"
          type="text"
          dir="auto"
          placeholder="Search"
          class="form-control"
          value="{{ search if search else "" }}" />
@@ -52,6 +53,7 @@
        <input
          name="search"
          type="text"
          dir="auto"
          placeholder="Search"
          class="form-control"
          value="{{ search if search else "" }}" />
-- 
2.42.0

[todo.sr.ht/patches] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CXFJKJR79RIL.2ZKSRQSJ25IQI@cirno2>
In-Reply-To
<20231204121210.1349741-1-vcs@ersei.net> (view parent)
DKIM signature
missing
Download raw message
todo.sr.ht/patches: FAILED in 5m38s

[Use dir="auto"][0] from [Ersei Saggi][1]

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

✗ #1107251 FAILED  todo.sr.ht/patches/archlinux.yml https://builds.sr.ht/~sircmpwn/job/1107251
✓ #1107252 SUCCESS todo.sr.ht/patches/debian.yml    https://builds.sr.ht/~sircmpwn/job/1107252
✓ #1107250 SUCCESS todo.sr.ht/patches/alpine.yml    https://builds.sr.ht/~sircmpwn/job/1107250
Details
Message ID
<CYSS09NJCB3D.1ZH4G7F8TYJJ9@taiga>
In-Reply-To
<20231204121210.1349741-1-vcs@ersei.net> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/todo.sr.ht
   7348b4a..dfda88c  master -> master
Reply to thread Export thread (mbox)