Een tegel leek uitgelijnd en vier niet, en dat lag aan waar de tekst begon
De sparkline is precies even hoog als het vak dat stat-sub reserveert, dus die raakte de onderrand. Een regel tekst in datzelfde vak begon bovenaan en liet er leegte onder. Vandaar dat de reactietijd uitgelijnd oogde en de rest niet. Opgelost met grid plus align-items: end, en niet met flex: dan blijft de tekst een gewoon blok dat afbreekt zoals het hoort, ook de mono-variant met een lange domeinnaam erin. De hoogte van de bovenste rij is niet verder vergroot. Dat was de andere weg naar hetzelfde beeld en die wilde de gebruiker uitdrukkelijk niet. De chevron van het instelkader staat links voor de titel in plaats van rechts aan de rand, en kleurt mee bij hover zoals het menu rechtsboven. Links is waar het driehoekje van de browser ook gestaan zou hebben, en het staat bij het woord waar het iets over zegt. De zelfcontrole is op het apparaat bevestigd: Answering, handdruk in 10 ms. Daarmee klopte de verklaring uit 0.0.18 en is open punt 5 helemaal rond. 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.18"
|
||||
version: "0.0.19"
|
||||
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,22 +56,25 @@ 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 Status tile was reporting "Not answering" on a gateway that was working fine. The check was
|
||||
connecting to the wrong container: it asked for "server", and on a machine running several apps that
|
||||
name is not ours alone. It now uses the full container name, and the tile reports what your wallets
|
||||
already knew.
|
||||
The text under each tile now sits along the bottom, level with the response graph next to it. It was
|
||||
starting at the top of the space reserved for it, which left a gap underneath and made one tile look
|
||||
aligned while the others did not.
|
||||
|
||||
|
||||
The rest of this release is polish on the new dashboard. The menu is three plain dots that pick up
|
||||
colour on hover, instead of a button; its first item is now "Settings" and no longer repeats the
|
||||
certificate name. The dialog opens in the middle of the screen rather than the top left corner. The
|
||||
tiles are a little taller, with their values sitting along the bottom. Response time and block height
|
||||
swapped places, so response time sits next to the server it measures. The activity log is half as tall.
|
||||
The arrow on "Setting up your wallet" moved to the left of the title, where the browser would have put
|
||||
it, and it picks up colour on hover like the menu does.
|
||||
|
||||
|
||||
Earlier releases:
|
||||
|
||||
|
||||
0.0.18 fixed the Status tile reporting "Not answering" on a gateway that was working fine: the check was
|
||||
connecting to the wrong container. It also made the menu three plain dots instead of a button, renamed
|
||||
its first item to "Settings", opened the dialog in the middle of the screen instead of the top left,
|
||||
made the tiles taller with their values along the bottom, swapped response time and block height, and
|
||||
halved the height of the activity log.
|
||||
|
||||
|
||||
0.0.17 rebuilt the dashboard around five small tiles, moved choosing and uploading certificates into a
|
||||
dialog behind the menu at the top right, put the activity log across the full width, and collapsed
|
||||
"Setting up your wallet" into a much shorter panel with two copy buttons instead of one per wallet.
|
||||
|
||||
Reference in New Issue
Block a user