summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use anchor tag when isLink is trueivarlovlie2022-08-101-5/+10
|
* feat: Implement cooldown functionality on alertsivarlovlie2022-08-091-13/+68
| | | | This enables closable alerts to either be shown on each load, only once per browser or x amounts of seconds since it was last closed
* fix: Add breadcrumbs stylesheet to portal and center the crumbsivarlovlie2022-08-051-1/+1
|
* .ivarlovlie2022-08-051-2/+0
|
* refactor: Update shared base stylesivarlovlie2022-08-057-158/+167
|
* refactor: Move shared preloaded js and css into web-sharedivarlovlie2022-07-312-0/+140
|
* latest from desktopivarlovlie2022-06-303-0/+379
|
* feat: Don't continue if no target is available on mousemove eventivarlovlie2022-06-131-2/+3
|
* refactor: Introduce templated translation string for getting logged time ↵ivarlovlie2022-06-131-5/+12
| | | | today string
* refactor: Close blowout toolbelt on escape or click outside of ↵ivarlovlie2022-06-123-3/+21
| | | | [data-blowout-toolbelt-element]
* feat: Finalise stopwatch.svelte translationsivarlovlie2022-06-124-16/+51
|
* refactor: Use store for setting current locale instead of directly setting a ↵ivarlovlie2022-06-122-18/+8
| | | | | | cookie This was not doable before because locale.ts was inside of projects and not web-shared
* refactor: Never return "preffered" when getting store valueivarlovlie2022-06-121-3/+2
|
* feat: Add translations to stopwatch.svelteivarlovlie2022-06-1010-12/+234
| | | | This commit also demonstrates how to do i18n across apps.
* fix: Correct path to BASE_DOMAINivarlovlie2022-06-071-1/+2
|
* fix: Correct path to BASE_DOMAINivarlovlie2022-06-071-3/+3
|
* feat: Add inital translation supportivarlovlie2022-06-078-258/+395
|
* refactor: Use dev.greatoffice.life as BASE_DOMAIN while in development-phaseivarlovlie2022-06-061-1/+1
|
* refactor: Remove all transitions on theme-switcherivarlovlie2022-06-061-7/+1
|
* fix: Inherit radius on svg to align styling with other theme figure iconsivarlovlie2022-06-061-0/+1
|
* feat: More work on portalivarlovlie2022-06-0613-28/+379
|
* feat: Implement new theme switcher component and backendivarlovlie2022-06-055-16/+642
| | | | The theme is now shared between the domain returned by base_domain()
* feat: New frontpageivarlovlie2022-06-057-16/+341
|
* feat: !WIP start implementation of svelte-queryivarlovlie2022-06-043-2/+17
|
* refactor: Small changes on button styleivarlovlie2022-06-031-7/+1
|
* refactor: Add a small box-shadowivarlovlie2022-06-033-4/+3
|
* fix: !WIP flickering dropdown on multi dropdowns with new focus strategyivarlovlie2022-06-031-1/+5
|
* refactor: Dont loose focus on search input when navigating resultsivarlovlie2022-06-032-24/+37
|
* refactor: Rename accounts to portalivarlovlie2022-06-022-20/+26
|
* feat: Initial after clean slateivarlovlie2022-06-0193-0/+8349