aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2020-02-25 16:03:00 +0100
committerNotkea2020-02-25 19:18:00 +0100
commit2766f5f9a491c5f7ebf1eeac1c970daec3656be2 (patch)
tree59e626febb85476a6bc476b94cb28fc186729c34 /design-notes.md
parent9f5b07ccde8f54bb4d1905c8d51e69f762aed057 (diff)
downloadldgallery-2766f5f9a491c5f7ebf1eeac1c970daec3656be2.tar.gz
transverse: combine item tree and gallery-wide properties
GitHub: closes #142
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-notes.md b/design-notes.md
index d59f511..0d7b5c1 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -234,6 +234,6 @@ By default, the content is rendered in the same ordered as listed in `index.json
234 234
235Items other than directories are displayed by this view, making use of most of the screen space to render the element. 235Items other than directories are displayed by this view, making use of most of the screen space to render the element.
236 236
237This view should as well display the title, description, date, tags and other information associated to the item. Tags in particular are displayed in a grouped manner as determined in `viewer.json`. 237This view should as well display the title, description, date, tags and other information associated to the item. Tags in particular are displayed in a grouped manner as determined in `index.json`.
238 238
239It should be possible to navigate between items of the same directory as the current one through a thumbnail reel and previous/next links. 239It should be possible to navigate between items of the same directory as the current one through a thumbnail reel and previous/next links.