Refactor: Add inp-max-size to element list

This commit is contained in:
2026-03-20 23:20:26 -07:00
parent db76a53cad
commit bede5bb298

View File

@@ -1,7 +1,7 @@
export const ELEMENT_IDS = [ export const ELEMENT_IDS = [
'setup-screen', 'main-screen', 'setup-key', 'setup-save', 'setup-screen', 'main-screen', 'setup-key', 'setup-save',
'btn-settings', 'modal-settings', 'modal-key', 'modal-save', 'btn-close-modal', 'btn-settings', 'modal-settings', 'modal-key', 'modal-save', 'btn-close-modal',
'sel-model', 'inp-prompt', 'inp-frames', 'inp-fps', 'sel-ratio', 'sel-model', 'inp-prompt', 'inp-frames', 'inp-fps', 'sel-ratio', 'inp-max-size',
'btn-generate', 'progress-area', 'progress-bar', 'progress-text', 'frames-preview', 'btn-generate', 'progress-area', 'progress-bar', 'progress-text', 'frames-preview',
'result-area', 'result-gif', 'btn-download' 'result-area', 'result-gif', 'btn-download'
]; ];