new builder layout and filters. pagination

This commit is contained in:
2025-12-05 07:26:27 -05:00
parent cb16698940
commit 2fec870302
42 changed files with 786 additions and 238 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ eval(__webpack_require__.ts("var __dirname = \"/\";\n(function(){var e={229:func
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (\"aaa49504ef1d\");\nif (true) { module.hot.accept() }\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL2FwcC9nbG9iYWxzLmNzcyIsIm1hcHBpbmdzIjoiO0FBQUEsK0RBQWUsY0FBYztBQUM3QixJQUFJLElBQVUsSUFBSSxpQkFBaUIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9fTl9FLy4vYXBwL2dsb2JhbHMuY3NzPzk1YWEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgXCJhYWE0OTUwNGVmMWRcIlxuaWYgKG1vZHVsZS5ob3QpIHsgbW9kdWxlLmhvdC5hY2NlcHQoKSB9XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(app-pages-browser)/./app/globals.css\n"));
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (\"5b4a3f42d827\");\nif (true) { module.hot.accept() }\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL2FwcC9nbG9iYWxzLmNzcyIsIm1hcHBpbmdzIjoiO0FBQUEsK0RBQWUsY0FBYztBQUM3QixJQUFJLElBQVUsSUFBSSxpQkFBaUIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9fTl9FLy4vYXBwL2dsb2JhbHMuY3NzPzk1YWEiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgXCI1YjRhM2Y0MmQ4MjdcIlxuaWYgKG1vZHVsZS5ob3QpIHsgbW9kdWxlLmhvdC5hY2NlcHQoKSB9XG4iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(app-pages-browser)/./app/globals.css\n"));
/***/ }),
+1 -1
View File
@@ -192,7 +192,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "a0aa921b182f0e3a"; }
/******/ __webpack_require__.h = function() { return "df6e8d5447f13d0a"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
+64
View File
@@ -572,6 +572,9 @@ video {
.mt-8 {
margin-top: 2rem;
}
.mb-1\.5 {
margin-bottom: 0.375rem;
}
.line-clamp-1 {
overflow: hidden;
display: -webkit-box;
@@ -617,9 +620,15 @@ video {
.h-full {
height: 100%;
}
.h-3 {
height: 0.75rem;
}
.max-h-80 {
max-height: 20rem;
}
.max-h-56 {
max-height: 14rem;
}
.min-h-screen {
min-height: 100vh;
}
@@ -635,6 +644,18 @@ video {
.w-full {
width: 100%;
}
.w-64 {
width: 16rem;
}
.w-0 {
width: 0px;
}
.w-1\/3 {
width: 33.333333%;
}
.w-3 {
width: 0.75rem;
}
.min-w-0 {
min-width: 0px;
}
@@ -662,9 +683,24 @@ video {
.max-w-xl {
max-width: 36rem;
}
.max-w-7xl {
max-width: 80rem;
}
.flex-1 {
flex: 1 1 0%;
}
.shrink {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.table-fixed {
table-layout: fixed;
}
.border-collapse {
border-collapse: collapse;
}
.-translate-y-1\/2 {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -675,6 +711,9 @@ video {
.cursor-wait {
cursor: wait;
}
.cursor-pointer {
cursor: pointer;
}
.grid-cols-\[minmax\(0\2c 3fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\] {
grid-template-columns: minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) auto;
}
@@ -766,6 +805,11 @@ video {
.overflow-y-auto {
overflow-y: auto;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-nowrap {
white-space: nowrap;
}
@@ -957,6 +1001,9 @@ video {
.bg-zinc-950\/80 {
background-color: rgb(9 9 11 / 0.8);
}
.bg-red-700\/50 {
background-color: rgb(185 28 28 / 0.5);
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
@@ -973,6 +1020,9 @@ video {
.p-6 {
padding: 1.5rem;
}
.p-2 {
padding: 0.5rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
@@ -1063,6 +1113,9 @@ video {
.pr-6 {
padding-right: 1.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.text-left {
text-align: left;
}
@@ -1159,6 +1212,9 @@ video {
.tracking-wide {
letter-spacing: 0.025em;
}
.tracking-\[0\.12em\] {
letter-spacing: 0.12em;
}
.text-amber-100 {
--tw-text-opacity: 1;
color: rgb(254 243 199 / var(--tw-text-opacity));
@@ -1464,6 +1520,10 @@ body {
opacity: 0.5;
}
.disabled\:opacity-40:disabled {
opacity: 0.4;
}
.group:hover .group-hover\:visible {
visibility: visible;
}
@@ -1542,6 +1602,10 @@ body {
width: auto;
}
.md\:w-64 {
width: 16rem;
}
.md\:flex-1 {
flex: 1 1 0%;
}