Skip to content

Remove misleading channel creation date from channel list#40

Open
MrSurly wants to merge 1 commit into
tmacinc:devfrom
MrSurly:issue-38-channel-created-date
Open

Remove misleading channel creation date from channel list#40
MrSurly wants to merge 1 commit into
tmacinc:devfrom
MrSurly:issue-38-channel-created-date

Conversation

@MrSurly

@MrSurly MrSurly commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Channel list showed "Created: today" for all channels because the firmware has no concept of channel creation date; the value was always set to the local sync time
  • Removes the "Created" field from the channel list tile subtitle and the unused _formatCreatedAt helper

Closes #38

Firmware has no concept of channel creation date; the displayed value
always reflected the local sync time rather than actual creation time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Channel list always says "Created: today" because when it's synced, it uses "now" -- fw has no concept of channel date creation.

1 participant