Gate 0.0.29 en Relay 0.5.5: de gloed uit, als schakelaar
Op verzoek van de gebruiker, in beide apps. De accentgloed uit Gate 0.0.25 en Relay 0.5.2 gaat uit; de rand, de schaduw, het randlicht en de doorschijnende kleur van de vlakken blijven staan. Het is een schakelaar geworden en geen verwijdering: data-glow="on" op het html-element zet hem terug, en alleen samen met data-depth="deep". Die tweede eis is van de gebruiker en hij is juist: de gloed is de onderste van de vier dieptelagen, dus aanzetten op een vlakke pagina legt een verloop achter vlakken die er dekkend voor staan. De blur hangt nu aan de gloed en niet aan de diepte, want een backdrop-filter op een egale ondergrond levert per definitie niets op. Daarmee verviel het mobiele terugvalblok (Gate 0.0.26, Relay 0.5.3) volledig: dat zette gloed, blur en vlakkleur om, en de eerste twee staan nu al uit. Meegevonden en gerepareerd: een selector met twee attributen wint van de :root in de prefers-reduced-transparency-query, die daardoor de blur niet meer uit kreeg. Die query noemt de gloedselector nu letterlijk. Alle zeven tests groen: 22 + 43 + 39 + 54 + 28 + 115 + 65 goed, 0 fout. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ manifestVersion: 1
|
||||
id: whatsnext-electrum-gate
|
||||
category: bitcoin
|
||||
name: Electrum Gate
|
||||
version: "0.0.28"
|
||||
version: "0.0.29"
|
||||
tagline: Your own node from anywhere, without waiting for Tor
|
||||
description: >-
|
||||
The privacy win is already yours: you run the Electrum server. A public one gets asked for
|
||||
@@ -56,6 +56,15 @@ description: >-
|
||||
# staan. In 0.0.9 stond er daardoor drie keer "Earlier releases" en twee keer
|
||||
# dezelfde 0.0.4-regel. De toets let er nu op.
|
||||
releaseNotes: >-
|
||||
The glow behind the page is gone. It arrived in 0.0.25 and it did what it was meant to do, but a status
|
||||
page is something you glance at, and a coloured wash over the whole window is a lot of decoration for a
|
||||
glance. The panels keep their edge, their shadow and their top light, so they still read as panels; only
|
||||
the light behind them is off. The switch is still in the page for anyone who wants it back.
|
||||
|
||||
|
||||
Everything in 0.0.28:
|
||||
|
||||
|
||||
The block height tile is gone. This app is a front door for your Electrum server; what the chain is
|
||||
doing is not its news to report, and every wallet and block explorer you own already tells you. Four
|
||||
tiles are left, all of them about this gateway: which server your traffic goes to, whether it answers
|
||||
@@ -82,19 +91,14 @@ releaseNotes: >-
|
||||
so it stopped being a gradient and became a haze over everything.
|
||||
|
||||
|
||||
Everything in 0.0.25:
|
||||
|
||||
|
||||
A visual refresh, shared with the other apps in this store. The page now has a soft glow behind it in
|
||||
the accent colour, and the cards are translucent with a light edge and a shadow, so they read as
|
||||
panels sitting on the page instead of flat blocks painted on it. Card corners are a little tighter,
|
||||
and every framed element now uses the same corner radius. Nothing about what the page reports has
|
||||
changed.
|
||||
|
||||
|
||||
Earlier releases:
|
||||
|
||||
|
||||
0.0.25 was a visual refresh shared with the other app in this store: translucent cards with a light edge
|
||||
and a shadow, one corner radius for every framed element, and a glow behind the page. That glow is the
|
||||
one this release switches off; the rest of it is still there.
|
||||
|
||||
|
||||
0.0.24 added an "About this app" item to the menu, and changed the Status card from "Answering" with
|
||||
"answered in 7 ms, from inside the app" underneath to "Running" with the measurement below it. The
|
||||
caveat moved into that dialog, where there is room to state it: the check runs inside the app, so a
|
||||
|
||||
Reference in New Issue
Block a user