summaryrefslogtreecommitdiffstats
path: root/apps/projects/src
Commit message (Collapse)AuthorAgeFilesLines
* .ivarlovlie2022-08-053-8/+7
|
* refactor: Move shared preloaded js and css into web-sharedivarlovlie2022-07-313-145/+4
|
* feat: Update packagesivarlovlie2022-07-312-194/+197
|
* refactor: .ivarlovlie2022-07-291-4/+4
|
* latest from desktopivarlovlie2022-06-303-49/+152
|
* 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-134-33/+27
| | | | today string
* feat: Simplify locale determinationivarlovlie2022-06-121-18/+17
|
* 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-107-49/+45
| | | | This commit also demonstrates how to do i18n across apps.
* feat: Add inital translation supportivarlovlie2022-06-0726-259/+2013
|
* refactor: Put pre.css inside of style tags so that we dont have to wait for ↵ivarlovlie2022-06-062-132/+132
| | | | the second request on pre.css to show the loader and theme
* refactor: Temporarily disable user deletion from within projectsivarlovlie2022-06-061-2/+2
|
* feat: More work on portalivarlovlie2022-06-062-15/+9
|
* feat: Implement new theme switcher component and backendivarlovlie2022-06-051-2/+9
| | | | The theme is now shared between the domain returned by base_domain()
* feat: New frontpageivarlovlie2022-06-052-8/+9
|
* feat: !WIP start implementation of svelte-queryivarlovlie2022-06-044-22/+141
|
* 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-022-4/+3
|
* refactor: Rename noResultsTextivarlovlie2022-06-022-2/+2
|
* refactor: Move projects-web to projectsivarlovlie2022-06-0145-0/+3404