Minor fixes.
This commit is contained in:
@@ -377,7 +377,6 @@ export class MediaMetadataController implements ReactiveController {
|
||||
});
|
||||
this.whenOptions = monthStarts
|
||||
.sort()
|
||||
.reverse()
|
||||
.map((monthStart) => ({
|
||||
label: format(monthStart, 'MMMM yyyy'),
|
||||
value: {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// Minor / later:
|
||||
// - 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.
|
||||
|
||||
// Gallery:
|
||||
|
||||
Reference in New Issue
Block a user