v4.1.9: Начальная производственная версия

- Полный backend на Hono + TypeScript
- SQLite база данных с 38 записями
- 3 пользователя: admin, aknaproff, kasutaja
- Модальное окно reportModal (4 шага)
- Docker конфигурация для Synology ARM
- Все миграции (0001-0017)
- Frontend: vanilla HTML/JS (original.html)
This commit is contained in:
Deploy Bot
2025-12-31 12:00:00 +02:00
parent afea76b053
commit 4898f5ec7f
381 changed files with 9105 additions and 65477 deletions

View File

@@ -1,19 +0,0 @@
// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;

View File

@@ -1,151 +0,0 @@
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
//@import '~bootstrap/scss/bootstrap';
@import '~admin-lte/dist/css/adminlte.css';
.font_icon_size{
font-size: 24px;
}
.on_hover:hover {
box-shadow: 0 0 25px rgba(35,35,35,.3);
}
.subscribed{
box-shadow: 0 0 25px rgba(35,35,35,.3);
}
.app_tour_play_btn{
margin-top: 9px;
margin-bottom: 9px;
margin-left: 80px;
}
.dz-preview .dz-image img{
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.mb-85 {
margin-bottom: 85px;
}
.float-left {
float: left;
}
.form_custom_attr_field {
margin: 2px;
margin-top: 7px;
}
.mb-10 {
margin-bottom: 10px;
}
.text-deco-none {
text-decoration: none !important;
}
.cursor-pointer {
cursor: pointer;
}
.edit-assigned-form {
background: #d2d6de;
padding-top: 6px;
padding-left: 6px;
}
.assign-form {
background: #86BCEB;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
}
.introjs-helperLayer{
min-height:58px !important;
}
.hvr-grow {
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
transform: scale(1.1);
}
.element-config-action-btn{
position: absolute;
top: 14%;
transform: translateY(-14%);
right: -32px;
z-index: 1;
}
canvas{
max-width: 100% !important;
}
.bg-light-gray{
background-color: #C8CEED !important;
}
.border-1{
border: 1px;
}
.border-solid{
border-style: solid;
}
.divider {
display: block;
text-align: center;
overflow: hidden;
white-space: nowrap;
margin: 1rem 0;
}
.divider .divider-text {
position: relative;
display: inline-block;
font-size: 0.9375rem;
padding: 0 1rem;
}
.divider .divider-text:before, .divider .divider-text:after {
content: '';
position: absolute;
top: 50%;
width: 9999px;
border-top: 1px solid #ebe9f1;
}
.divider .divider-text:before {
right: 100%;
}
.divider .divider-text:after {
left: 100%;
}
.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
border-style: dashed;
border-width: 1px;
border-top-width: 0;
border-color: #475569;
}
.max-width-100{
max-width: 100% !important;
}