Evan Simkowitz e29cb2debe Make magnify icon always visible, transition from magnify to minimize (#197)
I'm updating the magnify button to be always visible and animate a
transition between being a "Magnify" button and a "Minimize" button.

This also cleans up some text shrinking behavior in the block frame
header so the end icons are always visible.

Also fixes some height discrepancies in the block frame header.

Also implements a `prefers-reduced-motion` query for the tilelayout and
block frame to ensure transitions are not set if the user does not want
them.
2024-08-05 16:13:26 -07:00
2024-08-01 02:18:27 -07:00
2024-07-18 15:53:20 -07:00
2024-06-12 11:58:17 -07:00
2024-07-31 23:47:33 -07:00
2024-08-01 01:53:42 -07:00
2024-05-28 12:12:28 -07:00
2024-05-28 12:12:28 -07:00
2024-07-17 22:39:22 -07:00

The Next Wave

Prereqs:

You'll need to install "task" (which we're using as a build/run system):

brew install go-task

On first checkout:

yarn
go mod tidy

Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):

task electron:dev

To run the app without the dev server, run the following instead:

task electron:start
S
Description
No description provided
Readme Apache-2.0 40 MiB
Languages
Go 49.9%
TypeScript 42.4%
Less 6%
JavaScript 0.9%
CSS 0.5%
Other 0.2%