App is now based on categories
Now the entry point of the app is the categories page and user can browse them until the articles
This commit is contained in:
parent
6b0d08f28d
commit
e81bd87919
4 changed files with 64 additions and 32 deletions
|
@ -19,10 +19,10 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<section id="list" class="active">
|
||||
<section id="list">
|
||||
<header class="bar">
|
||||
<a class="button icon settings" href="#settings">⚙</a>
|
||||
<a class="button icon categories" href="#categories">⚙</a>
|
||||
<a class="button icon back" href="#categories">⚙</a>
|
||||
<a class="button icon reload" href="#reload">🔄</a>
|
||||
<a class="button icon all-read inactive" href="#all-read" id="all-read">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
|
@ -32,10 +32,10 @@
|
|||
</article>
|
||||
</section>
|
||||
|
||||
<section id="categories">
|
||||
<section id="categories" class="active">
|
||||
<header class="bar">
|
||||
<a class="button icon settings" href="#settings">⚙</a>
|
||||
<a class="button icon list" href="#list">⚙</a>
|
||||
<a class="button icon back" href="#categories-back">⚙</a>
|
||||
<a class="button icon reload" href="#reload">🔄</a>
|
||||
<a class="button icon all-read inactive" href="#all-read" id="all-read">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
|
|
Reference in a new issue