Re: Download navigation UX

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: Download navigation UX
Дата
Msg-id c95e7d33-dc6d-8713-5e34-d289d87cc3be@postgresql.org
обсуждение исходный текст
Ответ на Re: Download navigation UX  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Download navigation UX
Re: Download navigation UX
Список pgsql-www
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,

Jonathan


Вложения

В списке pgsql-www по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Download navigation UX
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Download navigation UX