Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U user
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • e
  • documentation
  • user
  • Merge requests
  • !703

Draft: Rework device page

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nicolas Gelot requested to merge update-device-page into master Aug 02, 2022
  • Overview 2
  • Commits 1
  • Changes 25

Description

Based on the idea from lineageos and ubuntu touch. Here a quick win to update the device page to be a little more attractive. Next step we will enrich the usability section and improve the build versions section.

Issue(s)

https://gitlab.e.foundation/e/backlog/-/issues/5810

Test environment

git checkout <branch-name>
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -d -p 4000:4000 --name e_documentation_v3 jekyll/jekyll:4.2.0 jekyll serve

Then connect to http://localhost:4000/

At the end of the test, run the following command to stop the Docker container

docker stop e_documentation_v3

Test procedures

Technical details

Screenshots

before new
mobile Screenshot_2022-08-02_at_16-40-55_Info_about_Fairphone_FP3_3_-_FP3 Screenshot_2022-08-02_at_16-39-00_Info_about_Fairphone_FP3_3_-_FP3
desktop Screenshot_2022-08-02_at_16-40-26_Info_about_Fairphone_FP3_3_-_FP3 Screenshot_2022-08-02_at_16-39-46_Info_about_Fairphone_FP3_3_-_FP3

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: update-device-page