-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
back endThis will modify the site's functionalityThis will modify the site's functionalityenhancementNew or improvement to existing featureNew or improvement to existing feature
Description
Use event listeners to dynamically load relevant content for components, excluding iTerm since it's the only auto-visible component/window.
E.g. ONLY load HTML + JavaScript for calculator when calculator icon is clicked. And the loading should only be done on the 1st click, so there's no redundant loading if user decides to open, close, and reopen calculator.
- Menubar dropdown content (
onclick) - Context menu (
onrightclick) - Calculator (
onclickfor launchpad icon) - TextEdit (
onclickfor dock, desktop, + launchpad icons) - Mail form (
onclickfor dock + launchpad icons) - Notes (
onclickfor dock + launchpad icons) - Browser (
onclickfor dock + launchpad icons) - Preview window (
onclickfor desktop icon) - Resume window (
onclickfor desktop icon) - Launchpad (
onclickfor dock icon) - Trash dialogue (
onclickfor dock icon) - Rainbow loader (only load during/after mail message is sent)
- Relevant JavaScript files (e.g.
scriptimporting calculator script)
Metadata
Metadata
Assignees
Labels
back endThis will modify the site's functionalityThis will modify the site's functionalityenhancementNew or improvement to existing featureNew or improvement to existing feature