mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Handle touch events
This commit is contained in:
parent
677ba1eef3
commit
453ff64f29
9 changed files with 321 additions and 171 deletions
|
@ -28,7 +28,7 @@
|
|||
{{ else }}
|
||||
<div class="items">
|
||||
{{ range .entries }}
|
||||
<article class="item item-status-{{ .Status }}" data-id="{{ .ID }}">
|
||||
<article class="item touch-item item-status-{{ .Status }}" data-id="{{ .ID }}">
|
||||
<div class="item-header">
|
||||
<span class="item-title">
|
||||
{{ if ne .Feed.Icon.IconID 0 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue