Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 828 Bytes

2023-01-30-make-user-activity-tab-overarching.md

File metadata and controls

18 lines (18 loc) · 828 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Make user activity tab overarching
issue: NEXT-24983
author: Sebastian Seggewiss
author_email: s.seggewiss@shopware.com
author_github: @seggewiss
---

Administration

  • Added sw-inactivity-login
  • Added html2canvas npm dependency
  • Changed @shopware-ag/e2e-testsuite-platform to version 7.0.2
  • Changed user-activity.service.ts to set cookie in favor of context value
  • Changed context-store.ts lastActivity to be deprecated
  • Changed app-context.factory.js to no longer set lastActivity initially
  • Changed router.factory.js to set lastActivity cookie before each route change
  • Changed login.service.ts logout to accept 2 parameters: isInactivityLogout & shouldRedirect
  • Changed application.ts to no longer duplicate redirect to login
  • Changed global.types.ts currentUser to EntitySchema user