summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/blowout-toolbelt.svelte
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Close blowout toolbelt on escape or click outside of ↵ivarlovlie2022-06-121-1/+19
| | | | [data-blowout-toolbelt-element]
* refactor: Use store for setting current locale instead of directly setting a ↵ivarlovlie2022-06-121-11/+3
| | | | | | cookie This was not doable before because locale.ts was inside of projects and not web-shared
* feat: Add translations to stopwatch.svelteivarlovlie2022-06-101-1/+1
| | | | This commit also demonstrates how to do i18n across apps.
* feat: Add inital translation supportivarlovlie2022-06-071-0/+60