You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize table rendering with truncation and keying fixes
- Add keys to table columns to improve Svelte rendering performance
- Limit tooltip content to 100 characters to prevent performance issues
- Only render tooltip when actually showing to reduce DOM overhead
- Show plain text for non-truncated content without tooltip wrapper
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte
0 commit comments