| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Dave Page <dpage(at)pgadmin(dot)org> |
| Cc: | PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Copy script button cleanup |
| Date: | 2025-12-03 22:28:55 |
| Message-ID: | CABUevEw4DSsQemiDxn2WQffp2J+1Q7iEBuBTx_zNwf5tqgg6Rg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
On Wed, 3 Dec 2025 at 11:38, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>
> On Tue, 2 Dec 2025 at 14:41, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
>>
>>
>> On Tue, 2 Dec 2025 at 12:30, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> The Copy Script buttons on the Linux package installation pages look
>>> horrific. See before.png.
>>>
>>> The attached patch makes them look much nicer, with proper sizing and an
>>> icon based button. On click, it briefly changes to a green checkmark to
>>> show confirmation. See the after screenshots.
>>>
>>> I'll apply this in a couple of days if there are no objections.
>>>
>>>
>> LGTM in general and certainly is a lot prettier.
>>
>> Can you explain what that "fallback for text based buttons" is? Aren't
>> they all replaced with icons?
>>
>
> Oh, yeah. That's no longer needed now the patch is complete. I'll remove
> it.
>
>
>>
>> Oh, and I'm told you're not supposed to use "var" for variables in js due
>> to the broken scoping :)
>>
>
> Old habits die hard :-(
>
>
>>
>> And while you're poking at it, one thing I've really wanted is a "copy
>> without the sudo parts". But I'm guessing that would be a lot more
>> complicated than what you're fixing here...
>>
>
> Ask and thou shalt receive.
>
Sweet! :)
2 patches attached. Both fix the original issue. One also adds the no sudo
> button.
>
>
Looks good in a (fairly brief) check. Thanks!
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jonathan Gonzalez V. | 2025-12-04 09:35:42 | Re: Support for listing the beta versions |
| Previous Message | Daniel Gustafsson | 2025-12-03 13:26:51 | Re: Copy script button cleanup |