Virtualize source list

This commit is contained in:
schroda
2025-06-23 00:36:32 +02:00
parent b1a23b876b
commit eb625c9d96
3 changed files with 53 additions and 32 deletions

View File

@@ -58,7 +58,7 @@ export function Browse() {
<Tab value={Tabs.MIGRATE} sx={{ textTransform: 'none' }} label={t('migrate.title')} />
</TabsMenu>
<TabPanel index={Tabs.SOURCE} currentIndex={tabName}>
<Sources />
<Sources tabsMenuHeight={tabsMenuHeight} />
</TabPanel>
<TabPanel index={Tabs.EXTENSIONS} currentIndex={tabName}>
<Extensions tabsMenuHeight={tabsMenuHeight} />