Skip to content

Conversation

@tehcneko
Copy link
Contributor

@tehcneko tehcneko commented Nov 26, 2025

Enabled virtual list for RSS and search engine tables.

CC @Piccirello

@tehcneko tehcneko marked this pull request as draft November 26, 2025 07:27
@tehcneko tehcneko force-pushed the webui-more-virtual-list branch from e536f7f to a41c1a2 Compare November 26, 2025 07:39
@tehcneko tehcneko marked this pull request as ready for review November 26, 2025 07:39
@tehcneko tehcneko force-pushed the webui-more-virtual-list branch from a41c1a2 to 3b97a4f Compare November 26, 2025 07:40
setupVirtualList() {
super.setupVirtualList();
this.rowHeight = 35;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Comment on lines +3081 to +3085
let statusImg;
switch (status) {
case "default":
statusImg = "images/application-rss.svg";
break;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let statusImg;
switch (status) {
case "default":
statusImg = "images/application-rss.svg";
break;
let statusImg = "images/application-rss.svg";
switch (status) {


td.style.overflow = "visible";
const indentation = row.full_data.indentation;
td.style.paddingLeft = `${indentation * 32 + 4}px`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
td.style.paddingLeft = `${indentation * 32 + 4}px`;
td.style.paddingLeft = `${(indentation * 32) + 4}px`;

td.title = value;

const indentation = row.full_data.indentation;
td.style.paddingLeft = `${indentation * 32 + 4}px`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
td.style.paddingLeft = `${indentation * 32 + 4}px`;
td.style.paddingLeft = `${(indentation * 32) + 4}px`;

@Chocobo1 Chocobo1 added the WebUI WebUI-related issues/changes label Nov 28, 2025
@Chocobo1 Chocobo1 requested a review from a team November 28, 2025 15:41
@tehcneko tehcneko marked this pull request as draft December 5, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WebUI WebUI-related issues/changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants