This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/ui/web
Bruno Windels 788bce7904 reduce navigation boilerplate
this makes the url router adjust the url when the navigation path is
changed, instead of doing urlRouter.applyUrl() and
urlRouter.history.pushUrl().

This history field and applyUrl method on URLRouter are now private,
as the URLRouter should only be used to generate urls you want to
put in an <a href="..."></a>, anything else should use navigator.push()
2020-10-16 12:46:14 +02:00
..
css also show grid layout in mobile layout, just in case of restoring url 2020-10-14 15:29:51 +02:00
dom reduce navigation boilerplate 2020-10-16 12:46:14 +02:00
general idea comment 2020-10-09 17:04:17 +02:00
login rename button.styled to .button-action so it can also be used for links 2020-10-14 10:33:48 +02:00
session add close session button 2020-10-14 14:54:46 +02:00
common.js provide alternative spinner for ie11 2020-09-11 11:28:59 +02:00
RootView.js replace custom error view with staticview 2020-10-14 11:26:39 +02:00
view-gallery.html apply url changes to view gallery 2020-10-09 17:04:25 +02:00
WebPlatform.js add license header in all source files 2020-08-05 18:38:55 +02:00