mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
f417127263
- Change timestamp multiplier from `1000` to `1` in `toHumanReadableTime` and `toHumanReadableDate` - Change date style to `short` in `toHumanReadableDate` - Update date filter and `startTime` and `endTime` in `WeekBlockEntry` to use the `startTimestampMs` without multiplying by 1000 - Change condition for filtering the sessions from milliseconds to seconds [src/routes/projects/[projectId]/week/+page.svelte] - Change the date filter in `sessionsInWeek` to use the `startTimestampMs` without multiplying by 1000 - Change the `startTime` and `endTime` in `WeekBlockEntry` to use the `startTimestampMs` without multiplying by 1000 [src/lib/time.ts] - Change timestamp multiplier from `1000` to `1` in `toHumanReadableTime` - Change timestamp multiplier from `1000` to `1` in `toHumanReadableDate` - Change date style to `short` in `toHumanReadableDate` [src/routes/projects/[projectId]/day/+page.svelte] - Change the condition for filtering the sessions from milliseconds to seconds |
||
---|---|---|
.. | ||
lib | ||
routes | ||
app.d.ts | ||
app.html | ||
app.postcss |