Clean up some JavaScript code

Created on 31 July 2025, 12 days ago

Problem/Motivation

While refactoring the installation system for ✨ [PP-1] The install queue should be tolerant of page refreshes Postponed , I discovered some crufty bits of JavaScript that should be cleaned up:

  • sorting.js is totally unused and should be removed
  • popup.js has two functions (getCommandsPopupMessage and enableCopyButtons) that are never used except by the ActionButton component. They should be moved into it as internal functions.
  • The remaining openPopup function should be moved into util.js (where it makes sense) and refactored to not require a full project object to open. Just a title, which is all it actually uses.
πŸ“Œ Task
Status

Active

Version

2.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024