Skip to content

GUI cleanup#2842

Merged
jelveh merged 5 commits intomainfrom
gui-cleanup
Apr 25, 2026
Merged

GUI cleanup#2842
jelveh merged 5 commits intomainfrom
gui-cleanup

Conversation

@jelveh
Copy link
Copy Markdown
Contributor

@jelveh jelveh commented Apr 25, 2026

No description provided.

jelveh added 5 commits April 24, 2026 21:20
Replace common lodash usages with native JS alternatives: _.isEmpty -> null/empty checks via Object.keys, _.size -> Object.keys(...).length, _.uniqBy -> Map-based dedupe/spread. Remove bundled lodash file and its About/license entry. Updated files include UIDashboard.js, UIDesktop.js, UIWindow.js, launch_app.js, update_title_based_on_uploads.js, initgui.js, UITabAbout.js, and static-assets.js to reduce dependency and bundle size.
@jelveh jelveh merged commit 1cfdf79 into main Apr 25, 2026
3 of 4 checks passed
Salazareo pushed a commit that referenced this pull request Apr 27, 2026
* Remove deprecated helper functions from helpers.js

* Remove Croppie library and references

* Remove bundled jQuery UI assets

* Remove vendored socket.io client files

* Remove lodash and replace with native utils

Replace common lodash usages with native JS alternatives: _.isEmpty -> null/empty checks via Object.keys, _.size -> Object.keys(...).length, _.uniqBy -> Map-based dedupe/spread. Remove bundled lodash file and its About/license entry. Updated files include UIDashboard.js, UIDesktop.js, UIWindow.js, launch_app.js, update_title_based_on_uploads.js, initgui.js, UITabAbout.js, and static-assets.js to reduce dependency and bundle size.
@jelveh jelveh deleted the gui-cleanup branch May 1, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant