This is really basic but I made my own custom wind...
# compose-desktop
e
This is really basic but I made my own custom windows title bar, with close, minimize, expand, hover and drag functionality for my macOS app. Been thoroughly enjoying playing around with Compose Desktop. Kinda rough reinventing some of the basic macOS UI elements but its been fun exercise to practice writing Compose
👍 1
p
Closed source?
e
Amazing! 👏🏾 Only problem I see … Is your use of tab / 4 spaces for indentation 🧌
😀 4
e
naw nothing proprietary here, im just using FrameWindowScope where you can set extended state or mimimize. My inspiration was from this issue here
t
This is quite interesting. Will you share some codes?
e
The code in the link i posted is pretty similar to what i did. The only diff is just my icon buttons which are simple SVGs.