ArtVentureX / sd-webui-agent-scheduler

627 stars 65 forks source link

Accidentally hide a column #179

Open PhantasWeng opened 10 months ago

PhantasWeng commented 10 months ago

I accidentally hide a column in the table and now I can't re-add it or reset the interface. Google Chrome Stable Diffusion 2023-11-17 at 16 04 02@2x

artventuredev commented 10 months ago

image

You can clear the localstorage cache to get it back:

PhantasWeng commented 10 months ago

Thanks for quick reply. if you can point out the code block, I can contribute and make a toggle columns setting on ui

artventuredev commented 10 months ago

That would be great if you can support on this. The frontend code is located here.

I'm using ag-grid to displaying the data, here're the docs about columns manipulation.

To start developing, under the ui folder, run yarn install to install the dependencies. Then after make changes, run yarn build and refresh the browser.