Minor fixes.

This commit is contained in:
Dermot Duffy
2023-01-29 20:06:18 -08:00
parent 01c3a79ff1
commit d0ded29741
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -377,7 +377,6 @@ export class MediaMetadataController implements ReactiveController {
}); });
this.whenOptions = monthStarts this.whenOptions = monthStarts
.sort() .sort()
.reverse()
.map((monthStart) => ({ .map((monthStart) => ({
label: format(monthStart, 'MMMM yyyy'), label: format(monthStart, 'MMMM yyyy'),
value: { value: {
-1
View File
@@ -1,6 +1,5 @@
// Minor / later: // Minor / later:
// - TODO: ts-prune https://camchenry.com/blog/deleting-dead-code-in-typescript // - TODO: ts-prune https://camchenry.com/blog/deleting-dead-code-in-typescript
// - TODO: Take MediaQueries wrappers out of the camera manager.
// - TODO: View a media in the gallery from September, then notice timeline missing the item. // - TODO: View a media in the gallery from September, then notice timeline missing the item.
// Gallery: // Gallery: