godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
284 stars 85 forks source link

Display feed and edit history as table #288

Closed Piralein closed 1 year ago

Piralein commented 1 year ago

The edit history table only shows the date, not the time, because it is publicly available. The feed table includes the time, because it is user bound.

(the light theme is the normal 3.4 bootstrap table with striped and bordered)

Feed: feed_table

Edit History: edit_history_table

coppolaemilio commented 1 year ago

Thanks!