Add user page to admin panel, improve other admin pages #88

Merged
raucao merged 15 commits from feature/admin_user_details into master 2023-02-26 14:16:41 +00:00
6 changed files with 16 additions and 6 deletions
Showing only changes of commit a0727e709f - Show all commits

View File

@@ -20,7 +20,17 @@
@apply pr-2;
}
table td {
table td, tbody th {
@apply py-2;
}
table.divided {
@apply divide-y divide-gray-300;
}
table.divided tbody {
@apply divide-y divide-gray-200;
}
table.divided td, table.divided tbody th {
@apply py-3;
}
}

View File

@@ -21,7 +21,7 @@
<section>
<% if @donations.any? %>
<h3>Recent Donations</h3>
<table>
<table class="divided">
<thead>
<tr>
<th>User</th>

View File

@@ -24,7 +24,7 @@
<% if @invitations_used.any? %>
<section>
<h3>Recently Accepted</h3>
<table>
<table class="divided">
<thead>
<tr>
<th>Token</th>

View File

@@ -20,7 +20,7 @@
<section>
<h3>Accounts</h3>
<table>
<table class="divided">
<thead>
<tr>
<th>LN Account</th>

View File

@@ -30,7 +30,7 @@
<% end %>
<section>
<table>
<table class="divided">
<thead>
<tr>
<th>UID</th>

View File

@@ -3,7 +3,7 @@
<%= render MainSimpleComponent.new do %>
<section>
<h3>Account</h3>
<table class="w-1/2">
<table class="w-1/2 divided">
<tbody>
<tr>
<th>Created at</th>