macos-web icon indicating copy to clipboard operation
macos-web copied to clipboard

Add a macOS-like about window

Open Pixel556 opened this issue 2 years ago • 5 comments

This project is really awesome. Like, super awesome. Can you add a macOS monterey-like about window? And make it so that it opens when you click the apple logo, and click on "About this Mac". Also add system preferences and add the appearance option which gives access to UI settings, So add options on there to switch between macOS Catalina UI and Monterey UI.

Pixel556 avatar Mar 20 '22 09:03 Pixel556

Just as a side note- AFAIK, there is not already a method to have those buttons interactive yet. It is possible, but it is not yet implemented.

NovaAndrom3da avatar Mar 21 '22 13:03 NovaAndrom3da

Thx @Froggo8311.

Pixel556 avatar Mar 21 '22 14:03 Pixel556

Yeah, the core logic isn't there yet, but it is possible. A lot of work though, so I'll maybe keep this in backlog for when I get back to it. Thanks for the idea

PuruVJ avatar Mar 21 '22 15:03 PuruVJ

Yeah, the core logic isn't there yet, but it is possible. A lot of work though, so I'll maybe keep this in backlog for when I get back to it. Thanks for the idea

I might be able to work on this, if I'm not too busy :)

NovaAndrom3da avatar Mar 22 '22 16:03 NovaAndrom3da

Side note- make the "Shut Down", "Log out", and "Reboot" buttons open the typical dialogue, then reload the page =>

function reload() {
  location.reload();
}

NovaAndrom3da avatar Mar 30 '22 02:03 NovaAndrom3da