This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
konrad 3639498b3f
Some checks failed
continuous-integration/drone/push Build is failing
fix: add task input layout on mobile (#1615)
On non-english locales the placeholder text would wrap, making the placeholder longer than it needed to be. To fix that, I've made sure the placeholder will never wrap and reduced the button to a single icon.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1615
2022-03-27 20:37:25 +00:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components fix: add task input layout on mobile (#1615) 2022-03-27 20:37:25 +00:00
composables fix ts errors in various files 2022-01-30 16:53:46 +01:00
directives chore: simplify focus directive 2021-12-17 16:34:27 +00:00
helpers fix: pop sound not saved and played when marking tasks done 2022-02-26 14:48:46 +01:00
http-common feat: add authenticated http factory to create an axios instance with bearer header 2022-02-06 16:01:56 +01:00
i18n [skip ci] Updated translations via Crowdin 2022-03-20 00:27:38 +00:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: upgrade to packages for vue 3 2021-10-01 18:49:54 +02:00
models fix: property spelling 2022-02-14 17:00:10 +00:00
modules fix: edge cases for dates where the next month had fewer days than the current one 2022-01-30 12:38:17 +01:00
router Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
services feat: use script setup and ts in app auth components 2021-12-12 14:37:20 +00:00
store fix: direct store manipulation in tasks (#1534) 2022-02-18 19:48:49 +00:00
styles Redefine all Bulma variables to fix undefined variables (#1165) 2022-03-27 19:20:37 +00:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views fix: load the list tasks only after the list itself was loaded (#1251) 2022-03-27 19:56:56 +00:00
App.vue feat: make profile picture clickable (#1531) 2022-02-13 21:57:33 +00:00
icons.js feat: improve input validation for register form 2021-12-21 15:21:20 +01:00
main.ts fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
registerServiceWorker.js Cleanup broken sw functions 2021-07-26 23:09:49 +02:00
sentry.js feat: add releases to sentry (#919) 2021-10-31 13:37:57 +00:00
sw.js chore(deps): update workbox monorepo to v6.5.2 (#1725) 2022-03-27 15:12:03 +00:00
urls.js feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00