Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 资源文档编辑器样式 #84

Merged
merged 137 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
137 commits
Select commit Hold shift + click to select a range
9dde8a9
feat: 资源配置页代码编辑器静态样式
Carlmac Jul 16, 2024
2f9afe7
feat: 调整样式
Carlmac Jul 17, 2024
ad95bb3
feat: 编辑器行号左侧 linting 提示静态样式
Carlmac Jul 17, 2024
a67e661
feat: 编辑器跳转和高亮
Carlmac Jul 17, 2024
b23cf5d
feat: 编辑器错误消息台开关逻辑及滚动条样式
Carlmac Jul 18, 2024
2dafdc3
feat: 编辑器错误消息行号解析
Carlmac Jul 18, 2024
6389d6e
feat: 完成编辑器错误代码行高亮及跳转
Carlmac Jul 19, 2024
842ccf7
feat: 错误消息显示行号列号
Carlmac Jul 19, 2024
20ebaed
feat: 代码校验后可选择是否跳转
Carlmac Jul 19, 2024
035dc7f
feat: 代码校验失败禁止跳转,行号推导逻辑优化
Carlmac Jul 19, 2024
60f4727
feat: 用正则重写行号解析逻辑
Carlmac Jul 22, 2024
c995335
feat: 搜索面板切换逻辑
Carlmac Jul 22, 2024
89d86f7
fix: 修复代码样式
Carlmac Jul 23, 2024
3b14aa3
feat: 编辑器页新样式
Carlmac Jul 23, 2024
df0206a
feat: “导入资源配置”页基本样式
Carlmac Jul 23, 2024
552e4bf
feat: 表头批量修改 config 的 UI
Carlmac Jul 24, 2024
d4c1ecc
chore: 整理代码
Carlmac Jul 24, 2024
cc3ea17
feat: 批量修改认证和公开设置
Carlmac Jul 24, 2024
562d06a
feat: 资源编辑逻辑
Carlmac Jul 24, 2024
403cc4f
fix: 修复 footer 样式
Carlmac Jul 24, 2024
5da693c
feat: 资源名称路径快筛
Carlmac Jul 25, 2024
52c0325
feat: 插件列 Tooltip 显示插件名称
Carlmac Jul 25, 2024
15786cb
feat: 导入确认 Dialog
Carlmac Jul 25, 2024
983921d
feat: 文本高亮
Carlmac Jul 25, 2024
9cd2823
feat: 接口文档 Slider
Carlmac Jul 25, 2024
5e78389
feat: 覆盖文档的 Switcher
Carlmac Jul 25, 2024
92c9496
chore: 整理代码
Carlmac Jul 25, 2024
28e624b
feat: 编辑器语法校验button及校验通过消息
Carlmac Jul 25, 2024
0506c81
feat: 编辑器语法校验button及校验通过消息
Carlmac Jul 25, 2024
1a90589
feat: 语法校验按钮的loading/disabled状态
Carlmac Jul 26, 2024
8acd778
feat: 把 json_path 展示到错误消息中
Carlmac Jul 26, 2024
5a2b2d4
fix: 修复行号解析逻辑
Carlmac Jul 26, 2024
9b8c2b9
fix: 修复router报错
Carlmac Jul 26, 2024
1e68005
refactor: 优化并列的 await 调用
Carlmac Jul 26, 2024
6fa4e65
merge: 合并
Carlmac Jul 26, 2024
547e202
feat: 编辑器错误消息跳转按钮
Carlmac Jul 26, 2024
014b962
feat: 编辑器全屏功能
Carlmac Jul 26, 2024
bcae4c1
fix: 修复样式
Carlmac Jul 26, 2024
4cfed67
feat: 更新 i18n 翻译
Carlmac Jul 29, 2024
56f194e
feat: 切换字号功能
Carlmac Jul 29, 2024
31d4115
feat: 切换字号功能
Carlmac Jul 29, 2024
7cfc311
feat: 错误消息栏自动折叠
Carlmac Jul 29, 2024
4f95fec
Merge branch 'ft_editor' into ft_resource_import
Carlmac Jul 29, 2024
4056179
refactor: 优化i18n插值调用
Carlmac Jul 29, 2024
27d9ee0
fix: 修复编辑器 ResizeLayout 折叠后的高度错误问题
Carlmac Jul 29, 2024
be0b5c2
Merge branch 'master' into ft_resource_import
Carlmac Jul 29, 2024
e92432d
Merge branch 'master' into ft_resource_import
Carlmac Jul 29, 2024
fa2cfef
Merge Master
Carlmac Jul 29, 2024
8644c1b
Merge Master
Carlmac Jul 29, 2024
98cbb97
fix: 修复编辑器错误消息不能折叠/展开的问题
Carlmac Jul 30, 2024
f2ef848
fix: 修复对数组成员的行号解析错误问题
Carlmac Jul 30, 2024
6854cd7
fix: 修复对数组成员的行号解析错误问题
Carlmac Jul 30, 2024
b30d787
feat: 优化编辑器行号解析逻辑
Carlmac Jul 30, 2024
c934f69
Merge branch 'refs/heads/ft_editor' into ft_resource_import
Carlmac Jul 30, 2024
a12cc84
Merge branch 'master' into ft_resource_import
Carlmac Jul 30, 2024
5f3161f
Merge branch 'master' into ft_resource_import
Carlmac Jul 30, 2024
c517ed7
chore: 整理代码
Carlmac Jul 30, 2024
5de154f
fix: 修复整数判断
Carlmac Jul 30, 2024
e03c6b5
Merge branch 'master' into ft_resource_import
Carlmac Jul 31, 2024
80e0b3f
fix: 修复行号解析
Carlmac Jul 31, 2024
c12c066
fix: 修复代码校验按钮被遮挡的问题
Carlmac Jul 31, 2024
20f2c0b
Merge branch 'refs/heads/fix-line-number' into ft_resource_import
Carlmac Jul 31, 2024
c8ed286
fix: 修复资源配置修改不生效的问题
Carlmac Jul 31, 2024
ae71d4f
feat: 文档生成与语言选择
Carlmac Jul 31, 2024
43e7c88
feat: 表格翻页
Carlmac Jul 31, 2024
1fa5495
feat: 资源文档回归旧ui;表格展示“未生成”文本
Carlmac Jul 31, 2024
fcf8048
fix: 插件 tooltip 文本防错
Carlmac Jul 31, 2024
ce62725
feat: 表头 min-width
Carlmac Jul 31, 2024
6c1bb38
feat: 认证方式列 tooltip
Carlmac Jul 31, 2024
956af60
feat: 导入结果展示页
Carlmac Jul 31, 2024
ac85b79
fix: 步骤指示器固定宽度
Carlmac Aug 1, 2024
8b85fb2
fix: “上传文件”按钮样式
Carlmac Aug 1, 2024
d98e00e
feat: 添加语法校验前后的tooltip
Carlmac Aug 1, 2024
83d054c
deps(release-note): 更新release-note版本至beta14
Carlmac Aug 1, 2024
a2169f9
Merge branch 'refs/heads/update-release-note' into ft_resource_import
Carlmac Aug 1, 2024
dc5cc06
fix: 修复编辑器全屏后的边框
Carlmac Aug 1, 2024
b20e5b7
fix: 编辑器右上方工具改用用iconcool字体图标
Carlmac Aug 1, 2024
9394f14
feat: 更改编辑器消息跳转为切换光标位置
Carlmac Aug 1, 2024
2e64f88
fix: 修复确定导入dialog样式
Carlmac Aug 1, 2024
a6e9fa6
feat: 确定导入接口对接;结果页下载资源功能;i18n修复
Carlmac Aug 2, 2024
3ea1c8b
fix: 修复i18n翻译缺失
Carlmac Aug 2, 2024
3caf1ac
Merge branch 'master' into ft_resource_import
Carlmac Aug 2, 2024
edcdaf5
deps: yarn.lock
Carlmac Aug 2, 2024
417ee40
fix: 修复编辑器折叠区样式
Carlmac Aug 2, 2024
17e96bc
fix: 修复i18n
Carlmac Aug 2, 2024
9a08a87
fix: 返回编辑器页时自动折叠错误消息
Carlmac Aug 2, 2024
c0d302f
feat: 优化校验错误消息展示;语意化变量名
Carlmac Aug 2, 2024
5090d43
fix: 调整编辑器主题色和其他样式
Carlmac Aug 5, 2024
a56f2ef
fix: 修复类型错误
Carlmac Aug 5, 2024
c9a74ec
fix: 调整列宽;修复i18n
Carlmac Aug 5, 2024
2e04266
feat: 编辑器glyph动态更改
Carlmac Aug 5, 2024
b64786e
fix: 去掉重复tooltip
Carlmac Aug 5, 2024
c7bff30
feat: 优化导出dialog文本
Carlmac Aug 5, 2024
0254b4a
feat: 替换图标,调整样式
Carlmac Aug 5, 2024
29ec95d
feat: 替换字体图标;编辑器glyph图标
Carlmac Aug 5, 2024
980b39a
fix: 修正图标和样式
Carlmac Aug 5, 2024
45c6858
feat: 资源确认页重构
Carlmac Aug 5, 2024
de8d772
fix: 修复折叠区错误
Carlmac Aug 5, 2024
cd8d715
fix: 修复文档列单元格样式
Carlmac Aug 5, 2024
e3f51e1
feat: 编辑配置slider样式
Carlmac Aug 5, 2024
f7eb9b8
fix: 调整popover样式
Carlmac Aug 5, 2024
74f3e4a
fix: 修复vue-router无法使用的问题
Carlmac Aug 6, 2024
0f7fa82
feat: 导入中离开页面时的info提示
Carlmac Aug 6, 2024
cadb998
fix: 补充表单描述
Carlmac Aug 6, 2024
2dcdfca
fix: 修复编辑后端服务错误的问题
Carlmac Aug 6, 2024
f6e1460
chore: 清理多余代码
Carlmac Aug 6, 2024
ccfae32
fix: 修复地址校验错误后不清除提示的问题
Carlmac Aug 6, 2024
f89040d
fix: 修复便签编辑select失焦后input不随之失焦的问题
Carlmac Aug 6, 2024
f678cbe
feat: 标签列最小宽度
Carlmac Aug 6, 2024
e34d8e8
fix: 修复资源文档编辑器高度问题
Carlmac Aug 6, 2024
587c611
feat: 资源导入确认页只展示查看态文档
Carlmac Aug 6, 2024
df61b17
fix: 修复行号解析逻辑
Carlmac Aug 6, 2024
423093c
fix: 修复行号解析逻辑(2)
Carlmac Aug 6, 2024
497c208
fix: 修复行号解析逻辑(3)
Carlmac Aug 6, 2024
067cfa3
Merge branch 'master' into ft_resource_import
Carlmac Aug 6, 2024
61ddb22
Merge branch 'master' into ft_resource_import
Carlmac Aug 6, 2024
235a803
fix: ESLint & style & v-if/v-show
Carlmac Aug 7, 2024
517bfa3
Merge branch 'master' into ft_resource_import
Carlmac Aug 7, 2024
e5e8adf
fix: 修复代码校验报错逻辑
Carlmac Aug 7, 2024
1db3bb4
fix: 去掉错误消息 all 计数
Carlmac Aug 7, 2024
6285ee0
feat: 文档预览部分逻辑
Carlmac Aug 7, 2024
4d6b7e5
feat: 完成文档预览逻辑
Carlmac Aug 7, 2024
3bb4fb7
feat: 完成插件预览功能
Carlmac Aug 7, 2024
cf585e4
feat: 资源页表格条数按视口高度自适应
Carlmac Aug 8, 2024
aba88c6
Merge branch 'refs/heads/master' into ft_resource_import
Carlmac Aug 9, 2024
d2a6bf4
fix: 修复资源文档编辑器样式
Carlmac Aug 9, 2024
e1c8d2b
fix: 更换上传文件button图标
Carlmac Aug 12, 2024
4222cce
feat: 自动隐藏折叠按钮;修复一些行为和样式
Carlmac Aug 12, 2024
3bd1980
feat: 折叠区 min max 范围
Carlmac Aug 12, 2024
e842d75
feat: 折叠区拖动时显示蓝线
Carlmac Aug 12, 2024
c05a5c7
fix: 修复logo英文文本错误
Carlmac Aug 12, 2024
c4e3419
Merge branch 'refs/heads/master' into ft_resource_import
Carlmac Aug 12, 2024
d2d1241
Merge branch 'refs/heads/master' into ft_resource_import
Carlmac Aug 12, 2024
f62f498
fix: 修复行号解析逻辑
Carlmac Aug 12, 2024
b8c4a77
fix: 修复i18n
Carlmac Aug 13, 2024
507c5f6
fix: 更换资源发布确认弹窗样式
Carlmac Aug 13, 2024
0435eb3
fix: 修复图标样式
Carlmac Aug 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/dashboard-front/src/assets/iconfont/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ <h2 class="page-title">
<span class="icon apigateway-icon icon-ag-jibenxinxi"></span>
<p class="icon-text">jibenxinxi</p>
</li>
<li class="icon-item" title="upload">
<span class="icon apigateway-icon icon-ag-upload"></span>
<p class="icon-text">upload</p>
</li>
<li class="icon-item" title="gongneng-quanping2">
<span class="icon apigateway-icon icon-ag-gongneng-quanping2"></span>
<p class="icon-text">gongneng-quanping2</p>
Expand Down Expand Up @@ -1312,6 +1316,12 @@ <h3 class="describe-title">如何使用</h3>
</svg>
<p class="icon-text">jibenxinxi</p>
</li>
<li class="colorful-icon">
<svg class="icon svg-icon">
<use xlink:href="#icon-ag-upload"></use>
</svg>
<p class="icon-text">upload</p>
</li>
<li class="colorful-icon">
<svg class="icon svg-icon">
<use xlink:href="#icon-ag-gongneng-quanping2"></use>
Expand Down
Binary file modified src/dashboard-front/src/assets/iconfont/fonts/iconcool.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions src/dashboard-front/src/assets/iconfont/fonts/iconcool.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/dashboard-front/src/assets/iconfont/fonts/iconcool.ttf
Binary file not shown.
Binary file modified src/dashboard-front/src/assets/iconfont/fonts/iconcool.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion src/dashboard-front/src/assets/iconfont/iconcool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/dashboard-front/src/assets/iconfont/iconcool.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/dashboard-front/src/assets/iconfont/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ url("fonts/iconcool.eot?#iefix") format("embedded-opentype");
.icon-ag-jibenxinxi:before {
content: "\e177";
}
.icon-ag-upload:before {
content: "\e186";
}
.icon-ag-gongneng-quanping2:before {
content: "\e184";
}
Expand Down
4 changes: 3 additions & 1 deletion src/dashboard-front/src/components/ag-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ const genLineDecorations = (decorationOptions) => {
};

const setDecorations = () => {
decorations.set();
if (decorations.length > 0) {
decorations.set();
}
};

const clearDecorations = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,13 @@ onBeforeUnmount(() => {

.content-editor {
height: 100%;
}

:deep(.content-input-wrapper) {
height: 100%;
}
// 把编辑器多余高度的背景色涂成和编辑区一样
:deep(.v-note-wrapper .v-note-panel .v-note-edit.divarea-wrapper.single-edit) {
background-color: #313238;
}

.doc-btn-wrapper {
margin-top: 8px;
background: #fff;
Expand Down
82 changes: 55 additions & 27 deletions src/dashboard-front/src/views/resource/setting/import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
accept=".yaml,.json,.yml"
>
<div>
<i class="icon apigateway-icon icon-ag-plus"></i>
<i class="icon apigateway-icon icon-ag-upload"></i>
{{ t('上传文件') }}
</div>
</bk-upload>
Expand Down Expand Up @@ -72,13 +72,14 @@
</div>
</div>
<!-- 代码编辑器 -->
<div class="monaco-editor" ref="editorWrapRef">
<div class="monaco-editor" :class="{ 'hide-collapse-btn': visibleErrorReasons.length < 1 }" ref="editorWrapRef">
<bk-resize-layout
ref="resizeLayoutRef"
placement="bottom"
collapsible
immediate
:border="false"
:max="resizeLayoutAsideMax"
:min="resizeLayoutAsideMin"
style="height: 100%"
@collapse-change="updateIsEditorMsgCollapsed"
>
Expand Down Expand Up @@ -143,10 +144,10 @@
<article v-if="isValidBannerVisible" class="validation-message">
<success class="success-c" width="14px" height="14px" />
<span class="msg-part msg-body">{{ t('校验通过') }}</span>
<close-line
width="14px" height="14px" fill="#DCDEE5" style="margin-left: auto; cursor: pointer;"
@click="() => { isValidBannerVisible = false }"
></close-line>
<!-- <close-line-->
<!-- width="14px" height="14px" fill="#DCDEE5" style="margin-left: auto; cursor: pointer;"-->
<!-- @click="() => { isValidBannerVisible = false }"-->
<!-- ></close-line>-->
</article>
<article v-else class="editor-footer-validate-btn">
<bk-button
Expand Down Expand Up @@ -1008,7 +1009,6 @@ import {
Share,
PlayShape,
Success,
CloseLine,
CollapseLeft,
Close, AngleUpFill,
} from 'bkui-vue/lib/icon';
Expand Down Expand Up @@ -1088,6 +1088,9 @@ const isPluginsSliderShow = ref(false);

// 编辑器所在的 resize-layout
const resizeLayoutRef = ref<InstanceType<typeof ResizeLayout> | null>(null);
// resizeLayout 拉伸区高度范围
const resizeLayoutAsideMax = ref(100);
const resizeLayoutAsideMin = ref(50);

// 导入失败消息
const importErrorMsg = ref('');
Expand Down Expand Up @@ -1150,9 +1153,9 @@ const msgAsErrorNum = computed(() => {
return errorReasons.value.filter(r => r.level === 'Error').length;
});

const msgAsWarningNum = computed(() => {
return errorReasons.value.filter(r => r.level === 'Warning').length;
});
// const msgAsWarningNum = computed(() => {
// return errorReasons.value.filter(r => r.level === 'Warning').length;
// });

// 代码有变化时重置校验状态
watch(editorText, () => {
Expand All @@ -1174,7 +1177,11 @@ watch(curView, async (newCurView, oldCurView) => {

// 进入页面默认折叠编辑器错误消息栏
onMounted(() => {
resizeLayoutRef?.value?.setCollapse(true);
resizeLayoutRef.value?.setCollapse(true);
// 设置拉伸区高度范围
const editorViewportHeight = resizeLayoutRef.value?.$el.clientHeight - 92;
resizeLayoutAsideMax.value = Math.floor(editorViewportHeight * 0.8);
resizeLayoutAsideMin.value = Math.ceil(editorViewportHeight * 0.2);
// 更改编辑器主题和行号左边的提示列(glyph margin)
if (resourceEditorRef?.value) {
resourceEditorRef.value.setTheme('import-theme');
Expand Down Expand Up @@ -1250,6 +1257,8 @@ const handleCheckData = async ({ changeView }: { changeView: boolean }) => {
// 清空编辑器高亮样式
resourceEditorRef?.value?.clearDecorations();
errorReasons.value = [];
// 重置可视错误消息类型
activeCodeMsgType.value = 'All';
const params: any = {
content: editorText.value,
allow_overwrite: true,
Expand Down Expand Up @@ -1290,10 +1299,21 @@ const handleCheckData = async ({ changeView }: { changeView: boolean }) => {
errorReasons.value = errData.map((err) => {
if (err.json_path !== '$' && err.json_path !== '') {
// 从 jsonpath 提取路径组成数组,去掉开头的 $
const paths = JSONPath.toPathArray(err.json_path)
let paths = JSONPath.toPathArray(err.json_path)
.slice(1);
// 找到 jsonpath 指向的值
const pathValue = JSONPath(err.json_path, editorJsonObj, null, null)[0] ?? [];
let pathValue = JSONPath(err.json_path, editorJsonObj, null, null)[0] ?? null;
// 当获取 json_path 指向的值失败时,检查是不是因为 json_path 中有大写的 http method
if (pathValue === null) {
const httpMethods = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD'];
// 把 json_path 中的大写 method 规范化为小写的
if (paths.some(item => httpMethods.includes(item))) {
paths = paths.map(item =>
httpMethods.includes(item) ? item.toLowerCase() : item
);
pathValue = JSONPath(`$.${paths.join('.')}`, editorJsonObj, null, null)[0] ?? null;
}
}
// 提取后端错误消息中第一个用引号包起来的字符串,它常常就是代码错误所在
const quotedValue = getFirstQuotedValue(err.message);
const stringToFind = '';
Expand Down Expand Up @@ -1334,15 +1354,15 @@ const handleCheckData = async ({ changeView }: { changeView: boolean }) => {
} else {
return {
json_path: err.json_path,
message: err.message ?? '未知错误',
message: err.message ?? t('未知错误'),
level: 'Error',
};
}
});
} else {
// 其他错误会走到这里,包括格式错误等等
errorReasons.value.push({
message: error?.message ?? '未知错误',
message: error?.message ?? t('未知错误'),
level: 'Error',
});
}
Expand Down Expand Up @@ -1553,9 +1573,16 @@ const getFirstQuotedValue = (str: string) => {

// 处理右侧错误类型计数器点击事件
const handleErrorCountClick = (type: CodeErrorMsgType) => {
activeCodeMsgType.value = type;
// 重复点击同一个类型,则重置选中态
activeCodeMsgType.value = (type === activeCodeMsgType.value) ? 'All' : type;
activeVisibleErrorMsgIndex.value = -1;
updateEditorDecorations();
// 如果有错误消息,点击后可以展开错误消息栏
if (isEditorMsgCollapsed && visibleErrorReasons.value.length > 0) {
nextTick(() => {
resizeLayoutRef?.value?.setCollapse(false);
});
}
};

// 切换搜索面板
Expand Down Expand Up @@ -1941,7 +1968,7 @@ const handleReturnClick = () => {
flex-direction: column;
align-items: center;
justify-content: space-between;
background-color: #1a1a1a;
background-color: #212121;

.editor-error-counters {
width: 32px;
Expand All @@ -1966,7 +1993,7 @@ const handleReturnClick = () => {
}

&:hover, &.active {
background-color: #333;
background-color: #3e3e3e;
}

.icon {
Expand Down Expand Up @@ -2079,13 +2106,20 @@ const handleReturnClick = () => {
}

// ResizeLayout 的折叠按钮样式
:deep(.bk-resize-layout>.bk-resize-layout-aside .bk-resize-collapse) {
:deep(.bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse) {
margin-bottom: 9px;
margin-left: -16px;
background: #1a1a1a;
box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.1);
}

&.hide-collapse-btn {
// 隐藏 ResizeLayout 的折叠按钮
:deep(.bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse) {
display: none !important;
}
}

// ResizeLayout 的折叠区应允许滚动
:deep(.bk-resize-layout>.bk-resize-layout-aside .bk-resize-layout-aside-content) {
overflow-y: auto;
Expand All @@ -2104,6 +2138,7 @@ const handleReturnClick = () => {
opacity: .7;
}

// 行号左侧图标样式
:deep(.apigateway-icon.icon-ag-exclamation-circle-fill.f14) {
color: #b34747;
}
Expand Down Expand Up @@ -2133,13 +2168,6 @@ const handleReturnClick = () => {
::-webkit-scrollbar-thumb:active {
background: #5e5e5e;
}

.warning-circle {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: hsla(36.6, 81.7%, 55.1%, 0.5);
}
}

.imported-resources-wrap {
Expand Down
Loading
Loading