Re: Download navigation UX

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Download navigation UX
Date: 2020-07-07 15:55:35
Message-ID: CABUevEyLzdAQoDD_1TOW1g2Kqnm-=FzmfSzskWNVE0tPs8Bqyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Tue, Jul 7, 2020 at 5:54 PM Jonathan S. Katz <jkatz(at)postgresql(dot)org>
wrote:

> On 7/7/20 11:53 AM, Dave Page wrote:
> >
> >
> > On Tue, Jul 7, 2020 at 2:15 PM Jonathan S. Katz <jkatz(at)postgresql(dot)org
> > <mailto:jkatz(at)postgresql(dot)org>> wrote:
> >
> > On 7/7/20 6:02 AM, Dave Page wrote:
> > > Here's an updated patch (based on Jonathan's update) which
> > combines the
> > > inline handler patch and removes the inline handlers from the main
> > patch.
> >
> > Looking good. One comment:
> >
> > Given there's nothing dynamic about serving the new apt.js /
> > download.js, we don't need to serve those dynamically from the Django
> > app. We can just plop them into "/media/js", e.g.
> > "/media/js/download.js" and then this becomes:
> >
> > <script type="text/javascript"
> > src="/media/js/download.js?{{gitrev}}"></script>
> >
> >
> > Thanks - committed with that change.
>
> Awesome, thanks!
>

I still stand by my review comment that it shouldn't be multiple JS files
for such trivial things.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2020-07-07 17:22:06 Re: Download navigation UX
Previous Message Jonathan S. Katz 2020-07-07 15:54:07 Re: Download navigation UX