davidangel
  • Joined on 2022-11-20
davidangel pushed to allow-custom-logo at davidangel/frontend 2023-07-16 11:00:01 +00:00
f0af4c6547 Merge branch 'main' into allow-custom-logo
933c7d8acc chore(deps): update dev-dependencies
253e716390 [skip ci] Updated translations via Crowdin
Compare 3 commits »
davidangel pushed to allow-custom-logo at davidangel/frontend 2023-07-16 10:58:18 +00:00
71d811064f Revert unintentional change
davidangel created pull request vikunja/frontend#3685 2023-07-15 04:35:09 +00:00
Allow custom logo via environment variable
davidangel created branch allow-custom-logo in davidangel/frontend 2023-07-15 04:27:03 +00:00
davidangel pushed to allow-custom-logo at davidangel/frontend 2023-07-15 04:27:03 +00:00
48117039c0 Allow custom logo via ENV variable
davidangel pushed to main at davidangel/frontend 2023-07-15 03:36:17 +00:00
d19a5d9714 chore(deps): update dev-dependencies
90cad1c8dd chore(deps): update dev-dependencies
057017c8eb [skip ci] Updated translations via Crowdin
d7ce8dd320 fix(quick add magic): repeating intervals in words
Compare 1019 commits »
davidangel pushed tag v0.20.4 to davidangel/frontend 2023-07-15 03:33:09 +00:00
davidangel pushed tag v0.20.5 to davidangel/frontend 2023-07-15 03:33:09 +00:00
davidangel pushed tag v0.21.0 to davidangel/frontend 2023-07-15 03:33:09 +00:00
davidangel created repository davidangel/api 2023-07-15 02:43:58 +00:00
davidangel commented on pull request vikunja/frontend#3011 2023-02-08 13:09:12 +00:00
Persistent menuActive state with Local Storage

@dpschen - I think this makes sense. Shipit?

davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 13:01:45 +00:00
8a72cef547 Merge branch 'main' into persistent-menu-state
ecdae4e03e chore(deps): update dependency vitest to v0.28.4
b26ea45fe0 chore: update funding links
7cb0cd293d chore: update funding links
6572f75e5d fix: Use Build Time Base Path (#2964)
Compare 8 commits »
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 13:00:53 +00:00
23d6eaa59a Remove yarn.lock file
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 01:48:43 +00:00
6fcbe1e401 Update yarn.lock file
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 01:36:50 +00:00
6d392a5ac6 Merge branch 'main' into persistent-menu-state
81a4f2d977 chore: typo
2972d0d400 chore(deps): update dependency cypress to v12.5.1
c11ebc44c4 chore(deps): update dependency vite to v4.1.1
144f90c5f7 fix(deps): update sentry-javascript monorepo to v7.36.0
Compare 12 commits »
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 01:36:11 +00:00
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-03 01:30:19 +00:00
91222c156c Merge branch 'main' into persistent-menu-state
81a4f2d977 chore: typo
2972d0d400 chore(deps): update dependency cypress to v12.5.1
c11ebc44c4 chore(deps): update dependency vite to v4.1.1
144f90c5f7 fix(deps): update sentry-javascript monorepo to v7.36.0
Compare 12 commits »
davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-02 03:47:38 +00:00
0ad7924878 Remove unused import
davidangel commented on pull request vikunja/frontend#3011 2023-02-02 03:33:58 +00:00
Persistent menuActive state with Local Storage

@dpschen – Thanks for the feedback! I've taken a stab at an approach approximating what you've suggested. Let me know what you think.

davidangel pushed to persistent-menu-state at davidangel/frontend 2023-02-02 03:32:50 +00:00
7edfaddebf Refactor to only used local storage value when on desktop viewport widths