refactor(vscode-ide-companion): update message handling and configuration

This commit is contained in:
yiliang114
2025-12-05 18:03:46 +08:00
parent ac9cb3a6d3
commit be44e7af56
6 changed files with 92 additions and 31 deletions

View File

@@ -34,10 +34,16 @@ export default {
'0%, 100%': { opacity: '1' },
'50%': { opacity: '0.5' },
},
// PermissionDrawer enter animation: slide up from bottom
'slide-up': {
'0%': { transform: 'translateY(100%)', opacity: '0' },
'100%': { transform: 'translateY(0)', opacity: '1' },
},
},
animation: {
'completion-menu-enter': 'completion-menu-enter 150ms ease-out both',
'pulse-slow': 'pulse-slow 1.5s ease-in-out infinite',
'slide-up': 'slide-up 200ms ease-out both',
},
colors: {
qwen: {