EINDEX / logseq-copilot

Logseq Copilot is a Browser extension that allows you to access your Logseq via your browser.
https://logseq-copilot.eindex.me
GNU General Public License v3.0
235 stars 21 forks source link

refactor: change time display from single digit to two digits #33

Closed jaeyeopme closed 1 year ago

jaeyeopme commented 1 year ago

Changes

The current time display format in the application represents a single digit when the time isn't two digits. For example, 1 o'clock in the morning is represented as '1'. This PR proposes a modification to always display time in a two-digit format. As such, the previously mentioned '1' would be represented as '01'.

Benefits

This change maintains consistency with the Current time template in Logseq and enables users to read time more naturally. In addition, the consistency of time data will be further enhanced, thereby improving user experience.