mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-02 04:39:21 +08:00
UI adjustment
This commit is contained in:
parent
e066923cd4
commit
0dedb91851
@ -305,7 +305,7 @@ const pageHtml = `
|
||||
<label>Filter
|
||||
<select class="cn-manager-filter"></select>
|
||||
</label>
|
||||
<input class="cn-manager-keywords" type="search" placeholder="input search keyword" />
|
||||
<input class="cn-manager-keywords" type="search" placeholder="Search" />
|
||||
<div class="cn-manager-status"></div>
|
||||
<div class="cn-flex-auto"></div>
|
||||
<div class="cn-manager-channel"></div>
|
||||
@ -620,7 +620,7 @@ export class CustomNodesManager {
|
||||
const viewRows = grid.viewRows;
|
||||
if (viewRows.length !== prevViewRowsLength) {
|
||||
prevViewRowsLength = viewRows.length;
|
||||
this.showStatus(`${prevViewRowsLength} custom nodes`);
|
||||
this.showStatus(`${prevViewRowsLength.toLocaleString()} custom nodes`);
|
||||
}
|
||||
|
||||
});
|
||||
@ -818,7 +818,7 @@ export class CustomNodesManager {
|
||||
}, {
|
||||
id: 'author',
|
||||
name: 'Author',
|
||||
width: 100,
|
||||
width: 120,
|
||||
classMap: "cn-node-author",
|
||||
formatter: (author, rowItem, columnItem) => {
|
||||
if (rowItem.trust) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user