Skip to content

Commit

Permalink
Update docs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-raoul committed Jun 16, 2023
1 parent 7b032ba commit 6f72eee
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,25 +105,24 @@ <h2 id="getting-app-logs-from-android-studio"><a href="#getting-app-logs-from-an
</ol>

<h2 id="get-content"><a href="#get-content">What is GET_CONTENT?</a></h2>
<p>The normal selector now has two variants: the classic picker and the GET_CONTENT picker (you may choose your favourite variant from Settings). The custom selector still remains the same. The app now has 3 pickers:</p>
<p>The Commons app lets you pick what picture(s) you want to upload, using either the camera button or what we call a "picker". The "custom picker" has an icon that includes a small Commons logo, because it has Commons-specific features such as checking whether a picture exists on the Commons server or not. The "normal picker" now has two variants: the "classic picker" and the "GET_CONTENT picker" (you may choose your favourite variant from Settings). To sum up, the app now has 3 pickers:</p>
<p>
<ul>
<li>The classic picker that you may use in the Contributions and Nearby tab</li>
<li>The custom picker that you may use in the Contributions tab:</li>
<center>
<figure>
<img src="images/classic_picker.png" height="400">
<figcaption>Classic Picker</figcaption>
<img src="images/custom_picker.jpeg" height="400">
<figcaption>Custom Picker</figcaption>
</figure>
</center>
<li>The custom picker that you may use in the Contributions tab</li>
<li>The classic picker that you may use in the Contributions and Nearby tabs:</li>
<center>
<figure>
<img src="images/custom_picker.jpeg" height="400">
<figcaption>Custom Picker</figcaption>
<img src="images/classic_picker.png" height="400">
<figcaption>Classic Picker</figcaption>
</figure>
</center>
<li>The GET_CONTENT picker that you may try in the Contributions and Nearby tab
<p>The GET_CONTENT picker varies from device to device:</p>
<li>The GET_CONTENT picker that you may try in the Contributions and Nearby tab, it varies from device to device:
<center>
<figure>
<img src="images/get_content_picker_without_takeover.png" height="400">
Expand Down

0 comments on commit 6f72eee

Please sign in to comment.