mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
- Removed API Keys tab from SettingsBar and adjusted tab layout. - Improved styling for tab scrolling buttons and gradient indicators. - Introduced AgentDetailsModal for displaying agent access details. - Updated Analytics component to fetch agent data and handle analytics for selected agent. - Refactored Logs component to accept agentId as a prop for filtering logs. - Enhanced type definitions for InputProps to include textSize. - Cleaned up unused imports and optimized component structure across various files.
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
printWidth: 80,
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
};
|