Skip to content

Commit 1eef476

Browse files
committed
layout next/prev selection and diff features in the documentation #11
1 parent 9df94e1 commit 1eef476

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# macos-multi-select
22

33
Given a list of ids, and an action, return a list of selected items with the same behaviour of macOS finder list view selection.
4+
5+
🌟 [List of Features Known](documentation/features.md)

documentation/features.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
# Select Previous Key
186186
## Scenarios
187-
### should do nothing if the list is empty
187+
### Should do nothing if the list is empty
188188

189189
| | |
190190
| --- | ---|
@@ -193,7 +193,7 @@
193193
| Hot Key | `Arrow Up` |
194194

195195
![demo](./images/select_previous_key_scenario_1.gif)
196-
### should start from the bottom
196+
### Should start from the bottom
197197

198198
| | |
199199
| --- | ---|
@@ -202,7 +202,7 @@
202202
| Hot Key | `Arrow Up` |
203203

204204
![demo](./images/select_previous_key_scenario_2.gif)
205-
### should never select beyond first item
205+
### Should never select beyond first item
206206

207207
| | |
208208
| --- | ---|
@@ -230,3 +230,18 @@
230230
| Hot Key | `Arrow Up` |
231231

232232
![demo](./images/select_previous_key_scenario_6.gif)
233+
234+
# Select Next Adjacent Key
235+
### Scenarios
236+
## Should start from top
237+
## `Adjacent range` union
238+
# Select Previous Adjacent Key
239+
### Scenarios
240+
## Should start from bottom
241+
## `Adjacent range` union
242+
243+
# Changes in Index
244+
## Scenarios
245+
### Key added to the index in `Adjacent Range`
246+
### Key added outside of `Adjacent Range`
247+
### Non-selected Key removed from the index

0 commit comments

Comments
 (0)