mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-22 00:42:47 +08:00
✨ feat(query-editor): 结果页列元数据跨库加载并实心化保存按钮
- 结果集携带 metadataDbName/TableName,列类型注释从真实库表加载 - 只读查询也解析 tableRef,避免结果页丢元数据 - 选择列底色与固定列对齐;保存按钮改为蓝色实心主按钮样式 - 独立结果窗/还原路径同步元数据字段
This commit is contained in:
@@ -376,7 +376,12 @@ const QueryEditorToolbar: React.FC<QueryEditorToolbarProps> = ({
|
||||
: t("query_editor.action.save")
|
||||
}
|
||||
>
|
||||
<Button icon={<SaveOutlined />} onClick={onQuickSave}>
|
||||
<Button
|
||||
className={isV2Ui ? "gn-v2-query-toolbar-save-action" : undefined}
|
||||
type="primary"
|
||||
icon={<SaveOutlined />}
|
||||
onClick={onQuickSave}
|
||||
>
|
||||
{t("query_editor.action.save")}
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user