[skip ci]
pull/847/head
Nolan Lawson 2018-12-19 01:08:45 -08:00 zatwierdzone przez GitHub
rodzic 27da387a01
commit a98fb4f7f6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -161,7 +161,7 @@ see much value in contributing it back, because it was too Pinafore-specific.
To get a nice animation on the nav bar when you switch columns, every page is lazy-loaded as `LazyPage.html`.
This "lazy page" is merely delayed a few frames to let the animation run. Therefore there is a duplication
between `src/routes` and `src/routes_pages`. The "lazy page" is in the former, and the actual page is in the
between `src/routes` and `src/routes/_pages`. The "lazy page" is in the former, and the actual page is in the
latter. One imports the other.
### There are multiple stores