]> git.bitcoin.ninja Git - satsto.me/log
satsto.me
8 hours agoSupport satsto.me/HRN directly main
Matt Corallo [Sat, 7 Sep 2024 17:28:44 +0000 (17:28 +0000)]
Support satsto.me/HRN directly

8 hours agoMove assets to static/ in anticipation of supporting names as URIs
Matt Corallo [Sat, 7 Sep 2024 17:23:19 +0000 (17:23 +0000)]
Move assets to static/ in anticipation of supporting names as URIs

34 hours agoAuto-lookup when name parameter is set
Matt Corallo [Fri, 6 Sep 2024 15:39:28 +0000 (15:39 +0000)]
Auto-lookup when name parameter is set

34 hours agoSet initial value based on name argument
Matt Corallo [Fri, 6 Sep 2024 15:28:35 +0000 (15:28 +0000)]
Set initial value based on name argument

34 hours agoAdd label to text box (for accessibility, I guess?)
Matt Corallo [Fri, 6 Sep 2024 15:11:03 +0000 (15:11 +0000)]
Add label to text box (for accessibility, I guess?)

34 hours agoFix go button not appearing in safari
Matt Corallo [Fri, 6 Sep 2024 15:04:31 +0000 (15:04 +0000)]
Fix go button not appearing in safari

35 hours agoRemove now-redundant cursor overrides
Matt Corallo [Fri, 6 Sep 2024 14:46:47 +0000 (14:46 +0000)]
Remove now-redundant cursor overrides

35 hours agoAdd a small margin left of the go button
Matt Corallo [Fri, 6 Sep 2024 14:46:41 +0000 (14:46 +0000)]
Add a small margin left of the go button

35 hours agoUse `<button>` where appropriate
Alex Lewin [Fri, 6 Sep 2024 14:38:54 +0000 (14:38 +0000)]
Use `<button>` where appropriate

35 hours agoUpdate go button `viewBox` to ensure we can never clip
Matt Corallo [Fri, 6 Sep 2024 14:36:31 +0000 (14:36 +0000)]
Update go button `viewBox` to ensure we can never clip

The current go button svg `viewBox` can clip as it results in an
image a few % larger than the containing box. This is fine as long
as the containing box has some extra padding, but in the next
commit we're gonna change that so we need a slightly smaller image.

35 hours agoSet appropriate `rel` tags on links.
Alex Lewin [Fri, 6 Sep 2024 14:20:04 +0000 (14:20 +0000)]
Set appropriate `rel` tags on links.

35 hours agoGroup CSS styles first by tag then by class
Alex Lewin [Fri, 6 Sep 2024 14:16:15 +0000 (14:16 +0000)]
Group CSS styles first by tag then by class

35 hours agoReduce font size on mobile
Alex Lewin [Fri, 6 Sep 2024 14:14:23 +0000 (14:14 +0000)]
Reduce font size on mobile

35 hours agoFix stray text in css
Alex Lewin [Fri, 6 Sep 2024 14:12:26 +0000 (14:12 +0000)]
Fix stray text in css

5 weeks agoSet `noreferrer` on all links, nofollow on non-endorsed links
Matt Corallo [Sun, 28 Jul 2024 19:29:00 +0000 (19:29 +0000)]
Set `noreferrer` on all links, nofollow on non-endorsed links

5 weeks agoUse <code> rather than <span class=mono>
Matt Corallo [Sun, 28 Jul 2024 19:11:42 +0000 (19:11 +0000)]
Use <code> rather than <span class=mono>

6 weeks agoFull-select text box on first click, and submit on enter
Matt Corallo [Wed, 24 Jul 2024 19:25:51 +0000 (19:25 +0000)]
Full-select text box on first click, and submit on enter

Changes suggested by: josie <josibake@protonmail.com>

7 weeks agoChange example name to demonstrate .s are possible
Matt Corallo [Wed, 17 Jul 2024 21:35:07 +0000 (21:35 +0000)]
Change example name to demonstrate .s are possible

7 weeks agoLink to design community
Matt Corallo [Wed, 17 Jul 2024 12:45:31 +0000 (12:45 +0000)]
Link to design community

7 weeks agoFix address copy wipe timer and make it hover-interactive
Matt Corallo [Tue, 16 Jul 2024 18:37:46 +0000 (18:37 +0000)]
Fix address copy wipe timer and make it hover-interactive

7 weeks agoUse standard "monospace" font name rather than "mono"
Matt Corallo [Tue, 16 Jul 2024 14:57:21 +0000 (14:57 +0000)]
Use standard "monospace" font name rather than "mono"

7 weeks agoFix dropdown readability in chrome
Matt Corallo [Tue, 16 Jul 2024 14:53:57 +0000 (14:53 +0000)]
Fix dropdown readability in chrome

7 weeks agoUse dropdown image from @GBKS
Matt Corallo [Tue, 16 Jul 2024 14:46:58 +0000 (14:46 +0000)]
Use dropdown image from @GBKS

7 weeks agoUse code block for bitcoin: URI example
Matt Corallo [Tue, 16 Jul 2024 14:29:09 +0000 (14:29 +0000)]
Use code block for bitcoin: URI example

7 weeks agoMake sure the clipboard logo never cuts
Matt Corallo [Tue, 16 Jul 2024 14:24:18 +0000 (14:24 +0000)]
Make sure the clipboard logo never cuts

7 weeks agoTweak margins, fonts, and add a title to the footer
Matt Corallo [Tue, 16 Jul 2024 14:24:02 +0000 (14:24 +0000)]
Tweak margins, fonts, and add a title to the footer

7 weeks agoRedo font sizing and spacing
Matt Corallo [Mon, 15 Jul 2024 14:31:25 +0000 (14:31 +0000)]
Redo font sizing and spacing

7 weeks agoDon't flash go button on hover if its disabled
Matt Corallo [Mon, 15 Jul 2024 23:55:57 +0000 (23:55 +0000)]
Don't flash go button on hover if its disabled

7 weeks agoSplit CSS into mobile/non and improve error div margins
Matt Corallo [Mon, 15 Jul 2024 23:54:30 +0000 (23:54 +0000)]
Split CSS into mobile/non and improve error div margins

7 weeks agoFix button disabling, incl on refresh
Matt Corallo [Mon, 15 Jul 2024 23:48:06 +0000 (23:48 +0000)]
Fix button disabling, incl on refresh

7 weeks agoFix go button falling off to the right on zoom
Matt Corallo [Mon, 15 Jul 2024 23:14:07 +0000 (23:14 +0000)]
Fix go button falling off to the right on zoom

7 weeks agoAnimate the go button somewhat
Matt Corallo [Mon, 15 Jul 2024 20:57:09 +0000 (20:57 +0000)]
Animate the go button somewhat

7 weeks agoMerge remote-tracking branch 'github/pull/2' into HEAD
Matt Corallo [Mon, 15 Jul 2024 17:20:23 +0000 (17:20 +0000)]
Merge remote-tracking branch 'github/pull/2' into HEAD

7 weeks agoDirect readers to silentpayments.xyz for more info
Seth For Privacy [Mon, 15 Jul 2024 15:59:31 +0000 (15:59 +0000)]
Direct readers to silentpayments.xyz for more info

7 weeks agoAdd a tiny-print class for the github link
Matt Corallo [Mon, 15 Jul 2024 14:30:53 +0000 (14:30 +0000)]
Add a tiny-print class for the github link

7 weeks agoUnify boxes on mobile somewhat to fill screen
Matt Corallo [Mon, 15 Jul 2024 14:27:55 +0000 (14:27 +0000)]
Unify boxes on mobile somewhat to fill screen

7 weeks agoMake text box and dropdown lighter on hover and unify mobile box
Matt Corallo [Mon, 15 Jul 2024 14:00:15 +0000 (14:00 +0000)]
Make text box and dropdown lighter on hover and unify mobile box

8 weeks agoLink to twelve.cash
Matt Corallo [Sat, 13 Jul 2024 20:07:00 +0000 (20:07 +0000)]
Link to twelve.cash

8 weeks agoProvide somewhat more spacing within the result text section
Matt Corallo [Sat, 13 Jul 2024 19:56:11 +0000 (19:56 +0000)]
Provide somewhat more spacing within the result text section

8 weeks agoDetect and warn on silent payments in the body of the URI
Matt Corallo [Sat, 13 Jul 2024 19:45:36 +0000 (19:45 +0000)]
Detect and warn on silent payments in the body of the URI

8 weeks agoAdd a brief snippet on what BIP 353 does and sample address
Matt Corallo [Sat, 13 Jul 2024 15:27:57 +0000 (15:27 +0000)]
Add a brief snippet on what BIP 353 does and sample address

8 weeks agoPrevent third column (at least as long as we're as tall as the header)
Matt Corallo [Sat, 13 Jul 2024 15:12:49 +0000 (15:12 +0000)]
Prevent third column (at least as long as we're as tall as the header)

8 weeks agoFix bogus horizontal scroll bar
Matt Corallo [Sat, 13 Jul 2024 14:57:47 +0000 (14:57 +0000)]
Fix bogus horizontal scroll bar

8 weeks agoMake clipboard not get clipped
Matt Corallo [Sat, 13 Jul 2024 00:04:40 +0000 (00:04 +0000)]
Make clipboard not get clipped

dunno why this happens

8 weeks agoBump text box size, grey bitcoin
Matt Corallo [Fri, 12 Jul 2024 22:13:51 +0000 (22:13 +0000)]
Bump text box size, grey bitcoin

8 weeks agoImprove dropdown
Matt Corallo [Fri, 12 Jul 2024 22:05:05 +0000 (22:05 +0000)]
Improve dropdown

8 weeks agoWrite out sans-serif for chromium
Matt Corallo [Fri, 12 Jul 2024 22:01:53 +0000 (22:01 +0000)]
Write out sans-serif for chromium

8 weeks agoImprove right paddings
Matt Corallo [Fri, 12 Jul 2024 21:59:52 +0000 (21:59 +0000)]
Improve right paddings

8 weeks agoMake errors less pronounced
Matt Corallo [Fri, 12 Jul 2024 21:56:08 +0000 (21:56 +0000)]
Make errors less pronounced

8 weeks agoAdd lines to separate content
Matt Corallo [Fri, 12 Jul 2024 21:51:47 +0000 (21:51 +0000)]
Add lines to separate content

8 weeks agoUse SVG instead of pay <button>
Matt Corallo [Fri, 12 Jul 2024 21:15:13 +0000 (21:15 +0000)]
Use SVG instead of pay <button>

8 weeks agoImprove margins
Matt Corallo [Fri, 12 Jul 2024 20:54:59 +0000 (20:54 +0000)]
Improve margins

8 weeks agoFix right box scrolling
Matt Corallo [Fri, 12 Jul 2024 20:49:16 +0000 (20:49 +0000)]
Fix right box scrolling

8 weeks agoImprove copy somewhat
Matt Corallo [Fri, 12 Jul 2024 20:40:11 +0000 (20:40 +0000)]
Improve copy somewhat

8 weeks agoFix copy jumping to top of page
Matt Corallo [Fri, 12 Jul 2024 20:20:33 +0000 (20:20 +0000)]
Fix copy jumping to top of page

8 weeks agoAttept to use the BDC design, roughly
Matt Corallo [Fri, 12 Jul 2024 18:22:35 +0000 (18:22 +0000)]
Attept to use the BDC design, roughly

8 weeks agoUse filled clipboard
Matt Corallo [Fri, 12 Jul 2024 18:22:08 +0000 (18:22 +0000)]
Use filled clipboard

8 weeks agoWipe copied indicator after 2 seconds
Matt Corallo [Fri, 12 Jul 2024 17:37:40 +0000 (17:37 +0000)]
Wipe copied indicator after 2 seconds

8 weeks agoDont try to use a table for address info
Matt Corallo [Fri, 12 Jul 2024 16:58:50 +0000 (16:58 +0000)]
Dont try to use a table for address info

8 weeks agoUse clipboard icon
Matt Corallo [Fri, 12 Jul 2024 15:59:52 +0000 (15:59 +0000)]
Use clipboard icon

8 weeks agoAdd some spans and classes so we can play with CSS
Matt Corallo [Fri, 12 Jul 2024 15:32:47 +0000 (15:32 +0000)]
Add some spans and classes so we can play with CSS

8 weeks agoAdd a link to copy addresses parsed out of the URI
Matt Corallo [Fri, 12 Jul 2024 15:11:58 +0000 (15:11 +0000)]
Add a link to copy addresses parsed out of the URI

8 weeks agoDrop bonus </script> tag
Matt Corallo [Fri, 12 Jul 2024 15:02:35 +0000 (15:02 +0000)]
Drop bonus </script> tag

8 weeks agoDecode URIs somewhat
Matt Corallo [Fri, 12 Jul 2024 14:53:55 +0000 (14:53 +0000)]
Decode URIs somewhat

8 weeks agoLink to homograph attacks
Matt Corallo [Fri, 12 Jul 2024 14:10:38 +0000 (14:10 +0000)]
Link to homograph attacks

8 weeks agoAdd edit link
Matt Corallo [Fri, 12 Jul 2024 13:07:08 +0000 (13:07 +0000)]
Add edit link

8 weeks agoUpdate title
Matt Corallo [Fri, 12 Jul 2024 13:03:09 +0000 (13:03 +0000)]
Update title

8 weeks agoInitial checkin
Matt Corallo [Fri, 12 Jul 2024 12:58:58 +0000 (12:58 +0000)]
Initial checkin