Update version

This commit is contained in:
Eugene Burmakin 2024-06-30 12:52:06 +02:00
parent 21cc53b78a
commit 68637c2798
4 changed files with 6 additions and 5 deletions

View file

@ -1 +1 @@
0.8.0
0.8.1

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,7 @@
<thead>
<tr>
<th>Name</th>
<th>Processed</th>
<th>Imported points</th>
<th>Created at</th>
</tr>
</thead>

View file

@ -2,8 +2,8 @@
<div class="min-h-content bg-base-200 w-full">
<div class="flex flex-col lg:flex-row w-full my-10 space-x-4">
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5">
<h1 class="text-2xl font-bold">Edit your Dawarich settings!</h1>
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5 mx-5">
<h2 class="text-2xl font-bold">Edit your Dawarich settings!</h1>
<%= form_for :settings, url: settings_path, method: :patch, data: { turbo_method: :patch, turbo: false } do |f| %>
<div class="form-control my-2">
<%= f.label :meters_between_routes do %>
@ -84,6 +84,7 @@
<% end %>
</div>
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5">
<h2 class="text-2xl font-bold">Create a new user!</h1>
<%= form_for :user, url: settings_users_path, method: :post, data: { turbo_method: :post, turbo: false } do |f| %>
<div class="form-control">
<%= f.label :email do %>