build: actualizar dist con la versión más reciente del proyecto
This commit is contained in:
+12
-12
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -9,8 +9,8 @@
|
||||
<link rel="shortcut icon" type="image/png" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
||||
<link rel="apple-touch-icon" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
||||
<title>GLM Hub — GomezLee Marketing</title>
|
||||
<script type="module" crossorigin src="/assets/index-DjmSkKIY.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CIGqNuJ5.css">
|
||||
<script type="module" crossorigin src="/assets/index-BBs3NXIW.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Nls2npHi.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -6,7 +6,7 @@ const root = path.resolve(new URL('..', import.meta.url).pathname);
|
||||
const srcDir = path.join(root, 'src');
|
||||
const distDir = path.join(root, 'dist');
|
||||
const assetsDir = path.join(distDir, 'assets');
|
||||
const BUILD_VERSION = '20260814-availability-and-access-status';
|
||||
const BUILD_VERSION = '20260814-access-request-disabled-cursor';
|
||||
|
||||
const env = {
|
||||
VITE_SUPABASE_URL: 'https://dbit.digitalcompass.agency',
|
||||
|
||||
+1
-1
@@ -670,7 +670,7 @@ function AccessRequestSection({ apps, onSubmit }: AccessRequestSectionProps) {
|
||||
|
||||
const publishedApps = useMemo(
|
||||
() => [...apps]
|
||||
.filter((app) => app.visibility === "published")
|
||||
.filter((app) => app.visibility === "published" && normalizeSearch(app.name) !== "bamboohr")
|
||||
.sort((a, b) => COLLATOR.compare(a.name, b.name)),
|
||||
[apps],
|
||||
);
|
||||
|
||||
@@ -1635,6 +1635,10 @@ img {
|
||||
border-top: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.access-request-dialog__actions .primary-button:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Admin */
|
||||
.back-button {
|
||||
min-height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user