-
-
Notifications
You must be signed in to change notification settings - Fork 63
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 location grouping views #1334
Conversation
/backport to stable25 |
6bb4679
to
01ee346
Compare
fd0b76d
to
907f072
Compare
dceccde
to
218b33d
Compare
907f072
to
644d044
Compare
a7cbc75
to
351a796
Compare
e7c44ab
to
f78095d
Compare
351a796
to
619e08d
Compare
f78095d
to
41d33a6
Compare
619e08d
to
d5df9dc
Compare
41d33a6
to
08966d2
Compare
@jancborchardt for early feedback :) |
d5df9dc
to
d652092
Compare
08966d2
to
c18d8bb
Compare
c18d8bb
to
d3bebfe
Compare
d652092
to
6d2efde
Compare
f73c4af
to
a137a6e
Compare
de84539
to
40cfa80
Compare
43a965d
to
77fda9a
Compare
d25af00
to
1988d94
Compare
1988d94
to
ec6219b
Compare
0749728
to
5bd766c
Compare
|
||
cy.reload() | ||
|
||
cy.contains('New location') | ||
cy.contains('New place') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems a bit too broad. We can merge but I would make sure to check against the specific section that contains this string, not the entire page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was indeed too broad :)
#1657
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
049950b
to
eac254e
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
The backport to stable25 failed. Please do this backport manually. |
Not sure. See answer for the second followup.
'Place' for a file !== 'Location' for an album Each file can have a place from its GPS coordinate.
A background job was added to do the mapping in the background after the migration to the new version. The command is here to make it faster or to remap a user's files. |
Thanks for pushing it to the finish line and merging :) |
Needs: #1335