Skip to content

Commit 514adc4

Browse files
authored
Eagle eye feed settings drawer (#517)
1 parent 4512a32 commit 514adc4

12 files changed

Lines changed: 533 additions & 84 deletions

File tree

frontend/src/assets/scss/form/form.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@
3030
@apply flex flex-row-reverse gap-1 mb-1 text-xs text-gray-900 font-semibold;
3131
}
3232
}
33+
34+
.el-form-item.no-margin .el-form-item__content{
35+
@apply mb-0;
36+
}
37+
38+
.el-form-item.is-error-relative .el-form-item__error{
39+
position: relative;
40+
top: 0%;
41+
}
42+
.el-form-item.is-error-above .el-form-item__error{
43+
top: -1rem;
44+
}

frontend/src/assets/scss/form/radio.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
@apply text-brand-500;
1919
}
2020
}
21+
22+
&.is-small {
23+
.el-radio-button__inner {
24+
@apply p-2;
25+
}
26+
}
2127
}
2228

2329
&.radio-chips {

frontend/src/premium/eagle-eye/components/list/eagle-eye-result-card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<script setup>
164164
import { formatDateToTimeAgo } from '@/utils/date'
165165
import { computed, defineProps } from 'vue'
166-
import { platformOptions } from '@/premium/eagle-eye/eagle-eye-constants'
166+
import platformOptions from '@/premium/eagle-eye/constants/eagle-eye-platforms.json'
167167
import { withHttp } from '@/utils/string'
168168
import {
169169
mapActions,

0 commit comments

Comments
 (0)