Skip to content

Commit 61550e2

Browse files
committed
ui fix in devtel
Signed-off-by: RAWx18 <rawx18.dev@gmail.com>
1 parent 7175ee8 commit 61550e2

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

frontend/src/integrations/github/components/github-connect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const connect = () => {
4343
verticalConfirmButtonClass: 'h-10 bg-orange-600 hover:bg-orange-500 text-black font-mono text-xs font-bold uppercase w-full mb-3 tracking-wider border-none rounded-none',
4444
4545
cancelButtonText: 'INVITE AN ADMIN',
46-
verticalCancelButtonClass: 'h-10 bg-black border border-zinc-700 hover:border-zinc-500 text-zinc-400 hover:text-white font-mono text-xs font-bold uppercase w-full tracking-wider transition-colors rounded-none',
46+
verticalCancelButtonClass: 'h-10 bg-black hover:bg-black border border-zinc-700 hover:border-zinc-500 text-zinc-400 hover:text-white font-mono text-xs font-bold uppercase w-full tracking-wider transition-colors rounded-none',
4747
4848
vertical: true,
4949
distinguishCancelAndClose: true,

frontend/src/modules/dashboard/pages/dashboard-page.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
>
2121
{{ currentTenant?.name }} team overview
2222
</h4>
23-
<div class="text-sm flex items-center gap-2 mt-8">
24-
<i class="text-orange-500 ri-time-line text-base" />
25-
<span class="text-zinc-400 font-mono text-xs">Data on this page is refreshed every 15 min.</span>
23+
<div class="relative mt-8 group flex items-center">
24+
<div
25+
class="absolute right-6 top-1/2 -translate-y-1/2 bg-zinc-800 text-zinc-400 font-mono text-xs px-3 py-1 rounded shadow-lg opacity-0 group-hover:opacity-100 pointer-events-none transition-opacity duration-200 whitespace-nowrap z-30"
26+
>
27+
Data on this page is refreshed every 15 min
28+
</div>
29+
<i class="text-orange-500 ri-time-line text-base cursor-pointer" />
2630
</div>
2731
</div>
2832

frontend/src/modules/report/components/report-create-dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
</el-form>
3535
<div
36-
class="bg-gray-50 rounded-b-md flex items-center justify-end py-4 px-6"
36+
class="bg-zinc-800 rounded-b-md flex items-center justify-end py-4 px-6"
3737
>
3838
<el-button
3939
class="btn btn--bordered btn--md mr-3"

frontend/src/modules/report/components/report-form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
&-title {
6363
@apply h-16 mb-6;
6464
.el-input__wrapper {
65-
@apply rounded-none border-0 border-b border-gray-200 py-6 text-lg font-semibold bg-transparent w-full px-0 shadow-none ring-0;
65+
@apply rounded-none border-0 border-b border-zinc-700 py-6 text-lg font-semibold bg-transparent w-full px-0 shadow-none ring-0;
6666
transition: all 0.2s ease;
6767
6868
&:hover {

frontend/src/modules/report/components/report-share-button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="mt-6 relative">
3535
<div
3636
v-if="!model"
37-
class="absolute inset-0 bg-gray-50 opacity-60 z-10 -m-4"
37+
class="absolute inset-0 bg-zinc-800 opacity-60 z-10 -m-4"
3838
/>
3939
<div
4040
class="font-medium text-gray-200 text-sm mb-1"

frontend/src/modules/report/pages/report-view-page-public.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@
3232
: report.name
3333
}}
3434
</h1>
35-
<div class=" text-sm flex items-center gap-2">
36-
<i class="text-zinc-200 ri-time-line text-base" />
37-
<span class="text-zinc-200">Data on this page is refreshed every 15 min.</span>
35+
<div class="relative mt-8 group flex items-center">
36+
<div
37+
class="absolute right-6 top-1/2 -translate-y-1/2 bg-zinc-800 text-zinc-400 font-mono text-xs px-3 py-1 rounded shadow-lg opacity-0 group-hover:opacity-100 pointer-events-none transition-opacity duration-200 whitespace-nowrap z-30"
38+
>
39+
Data on this page is refreshed every 15 min
40+
</div>
41+
<i class="text-orange-500 ri-time-line text-base cursor-pointer" />
3842
</div>
3943
</div>
4044
</div>

frontend/src/modules/report/pages/report-view-page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/>
88
<div v-else-if="!error">
99
<div
10-
class="mb-4 h-24 flex items-center flex-shrink-0 sticky top-0 z-30 bg-black
10+
class="mb-4 h-24 flex items-center flex-shrink-0 sticky top-0 z-30 bg-zinc-900
1111
border-b border-zinc-700 transition-all ease-in-out duration-300 justify-center"
1212
>
1313
<div class="max-w-5xl mx-5 w-full">

frontend/src/modules/report/pages/templates/report-template-page.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div v-else-if="!error" class="absolute left-0 right-0">
88
<div
99
ref="header"
10-
class="w-full bg-gray-50 border-gray-200 pt-4 sticky top-[-20px] z-10"
10+
class="w-full bg-zinc-900 border-zinc-700 pt-4 sticky top-[-20px] z-10"
1111
:class="{
1212
'border-b': !isHeaderOnTop,
1313
shadow: isHeaderOnTop,
@@ -29,9 +29,13 @@
2929
{{ currentTemplate.name }}
3030
</h1>
3131
<div class="flex items-center gap-9">
32-
<div class=" text-sm flex items-center gap-2">
33-
<i class="text-gray-500 ri-time-line text-base" />
34-
<span class="text-gray-500">Data on this page is refreshed every 15 min.</span>
32+
<div class="relative mt-8 group flex items-center">
33+
<div
34+
class="absolute right-6 top-1/2 -translate-y-1/2 bg-zinc-800 text-zinc-400 font-mono text-xs px-3 py-1 rounded shadow-lg opacity-0 group-hover:opacity-100 pointer-events-none transition-opacity duration-200 whitespace-nowrap z-30"
35+
>
36+
Data on this page is refreshed every 15 min
37+
</div>
38+
<i class="text-orange-500 ri-time-line text-base cursor-pointer" />
3539
</div>
3640
<div
3741
v-if="report.public"

0 commit comments

Comments
 (0)