OrdinalNews / client

The front-end and API for inscribe.news
https://inscribe.news
17 stars 7 forks source link

include date #24

Open fluidvoice opened 1 year ago

fluidvoice commented 1 year ago

although the date can be discovered or calculated using the block number, it would be helpful to display the publication date as well as the author at the top/heading of each inscription.

whoabuddy commented 1 year ago

Are you referring to the way the client displays it, e.g. through /view-news? https://inscribe.news/view-news?id=5b8ea8b257408c40cafc88017b82be8fffb921428b5a13e02fc08a525d327ce0i0

image

There is a timestamp that's included with the metadata, it could be displayed more prominently on the page.

fluidvoice commented 1 year ago

Ah yes. Didn't see the timestamp. Should be up top as recency is important to know with news.

whoabuddy commented 1 year ago

moved to the client repo - could tie into #6 as well