summaryrefslogtreecommitdiffstats
path: root/apps/projects/src/app/pages
Commit message (Collapse)AuthorAgeFilesLines
* latest from desktopivarlovlie2022-06-301-49/+151
|
* fix: Convert dateTimes to plainTimes before setting valuesivarlovlie2022-06-132-5/+3
|
* fix: Show navbar in the bottom on mobileivarlovlie2022-06-131-1/+1
|
* feat: Create isSubmitting bool for determining when the form is submitting, ↵ivarlovlie2022-06-131-4/+6
| | | | this is used instead of formIsLoading on the submit button
* refactor: Introduce templated translation string for getting logged time ↵ivarlovlie2022-06-131-13/+15
| | | | today string
* refactor: Use store for setting current locale instead of directly setting a ↵ivarlovlie2022-06-121-8/+1
| | | | | | cookie This was not doable before because locale.ts was inside of projects and not web-shared
* feat: Add translations to stopwatch.svelteivarlovlie2022-06-103-14/+14
| | | | This commit also demonstrates how to do i18n across apps.
* feat: Add inital translation supportivarlovlie2022-06-0712-215/+231
|
* refactor: Temporarily disable user deletion from within projectsivarlovlie2022-06-061-2/+2
|
* feat: !WIP start implementation of svelte-queryivarlovlie2022-06-041-16/+25
|
* refactor: Add a small box-shadowivarlovlie2022-06-031-7/+3
|
* fix: Fix route matching when deciding which tab is openivarlovlie2022-06-021-3/+3
|
* refactor: Rename accounts to portalivarlovlie2022-06-021-3/+2
|
* refactor: Rename noResultsTextivarlovlie2022-06-022-2/+2
|
* refactor: Move projects-web to projectsivarlovlie2022-06-0115-0/+1869