RailsEventStore / rails_event_store

A Ruby implementation of an Event Store based on Active Record
http://railseventstore.org
MIT License
1.42k stars 122 forks source link

Ruby event store Browser - Sorting #1815

Open casiodk opened 2 months ago

casiodk commented 2 months ago

Hi guys. Do you think it would be possible to also sort by milliseconds in the browser

Screenshot 2024-09-23 at 12 18 29

12:15:45.524 should come after 12:15:45.300 -> which is also the right causality

Thanks