Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add people view #1155

Merged
merged 45 commits into from
Aug 23, 2022
Merged

Add people view #1155

merged 45 commits into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. Add Albums view

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c7bdf09 View commit details
    Browse the repository at this point in the history
  2. Don't limit album content height and fix loading icon

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    18693ec View commit details
    Browse the repository at this point in the history
  3. Minor rendering improvements

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    65940ca View commit details
    Browse the repository at this point in the history
  4. Refactor album store and services

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c8b432b View commit details
    Browse the repository at this point in the history
  5. Some more linking to DAV APIs

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41bc491 View commit details
    Browse the repository at this point in the history
  6. Fix copyright headers

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6999be2 View commit details
    Browse the repository at this point in the history
  7. Use Object.freeze to make some objects read only

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    14fc150 View commit details
    Browse the repository at this point in the history
  8. Make section headers sticky

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8c8dac7 View commit details
    Browse the repository at this point in the history
  9. Reduce the number of displayed row by VirtualScrolling

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a52c430 View commit details
    Browse the repository at this point in the history
  10. Fix delete of a photos

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4b9110e View commit details
    Browse the repository at this point in the history
  11. Remove debug logs

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3a1b187 View commit details
    Browse the repository at this point in the history
  12. Fix lint error

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    427d90d View commit details
    Browse the repository at this point in the history
  13. Add spacing for AlbumContent loader

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    07c0ead View commit details
    Browse the repository at this point in the history
  14. Fix refresh on /folders view

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d4d4c7a View commit details
    Browse the repository at this point in the history
  15. Address reviews

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e3738a5 View commit details
    Browse the repository at this point in the history
  16. First pass implementing faces overview

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    632207b View commit details
    Browse the repository at this point in the history
  17. More work on faces

     - FaceCover: Smart cover selection
     - FaceContent: Display all pictures
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    705526e View commit details
    Browse the repository at this point in the history
  18. FaceCover: Remove context actions

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bac4591 View commit details
    Browse the repository at this point in the history
  19. Implement renaming faces

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0cf4e96 View commit details
    Browse the repository at this point in the history
  20. Fix FaceContent

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1a43504 View commit details
    Browse the repository at this point in the history
  21. Refetch files after renaming face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0f10a37 View commit details
    Browse the repository at this point in the history
  22. Fix Viewer in FaceContent

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    388be02 View commit details
    Browse the repository at this point in the history
  23. Implement removeFilesFromFace

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5da9f5d View commit details
    Browse the repository at this point in the history
  24. Fix FaceContent header

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    795b994 View commit details
    Browse the repository at this point in the history
  25. Fix renaming people (again)

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    40e1381 View commit details
    Browse the repository at this point in the history
  26. Add new empty face illustration

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    df59eaa View commit details
    Browse the repository at this point in the history
  27. Implement merging faces

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0723f15 View commit details
    Browse the repository at this point in the history
  28. Use illustration for Faces > empty content

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e2101b4 View commit details
    Browse the repository at this point in the history
  29. Implement isRecognizeInstalled check

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41da638 View commit details
    Browse the repository at this point in the history
  30. Update FaceCoverMixin

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8dfae85 View commit details
    Browse the repository at this point in the history
  31. Faces: Sort people by amount of pictures

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    eb081a4 View commit details
    Browse the repository at this point in the history
  32. Lots of design and UX fixes

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    706c560 View commit details
    Browse the repository at this point in the history
  33. FaceContent: ResetSelection after removing photos from face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5236f5f View commit details
    Browse the repository at this point in the history
  34. FaceCover: text-align: center

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d3b6dc2 View commit details
    Browse the repository at this point in the history
  35. Faces: Do not use illustration for empty content

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    62ecc53 View commit details
    Browse the repository at this point in the history
  36. Add copyright

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2ce46b3 View commit details
    Browse the repository at this point in the history
  37. Update src/services/IsRecognizeInstalled.js

    Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr and artonge committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    22465e7 View commit details
    Browse the repository at this point in the history
  38. Update src/mixins/FetchFacesMixin.js

    Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr and artonge committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a93ac3a View commit details
    Browse the repository at this point in the history
  39. ALbum => face

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    49d4a4b View commit details
    Browse the repository at this point in the history
  40. Explain face zooming magic

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    611159b View commit details
    Browse the repository at this point in the history
  41. Make eslint happy

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    df6c790 View commit details
    Browse the repository at this point in the history
  42. Rename class (album => face)

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4bb96f7 View commit details
    Browse the repository at this point in the history
  43. Fix stylelint error

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    709700f View commit details
    Browse the repository at this point in the history
  44. Navigation: Make people icon size=20

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b9c995e View commit details
    Browse the repository at this point in the history
  45. router: Use dynamic import for faces routes

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fabd498 View commit details
    Browse the repository at this point in the history