Minor fixes.
This commit is contained in:
@@ -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,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user