Skip to content

Commit

Permalink
Polish the session list and details view (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Feb 13, 2025
2 parents f2ef058 + 50e2693 commit 2234629
Show file tree
Hide file tree
Showing 62 changed files with 2,726 additions and 2,530 deletions.
11 changes: 8 additions & 3 deletions frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"expand": "Expand",
"save": "Save",
"save_and_continue": "Save and continue",
"sign_out": "Sign out",
"start_over": "Start over"
},
"branding": {
Expand Down Expand Up @@ -45,6 +46,10 @@
"change_disabled": "Password changes are disabled by the administrator.",
"label": "Password"
},
"sign_out": {
"button": "Sign out of account",
"dialog": "Sign out of this account?"
},
"title": "Your account"
},
"add_email_form": {
Expand All @@ -69,8 +74,7 @@
},
"compat_session_detail": {
"client_details_title": "Client info",
"name": "Name",
"session_details_title": "Session"
"name": "Name"
},
"device_type_icon_label": {
"mobile": "Mobile",
Expand All @@ -83,7 +87,7 @@
},
"end_session_button": {
"confirmation_modal_title": "Are you sure you want to end this session?",
"text": "Sign out"
"text": "Remove device"
},
"error": {
"hideDetails": "Hide details",
Expand Down Expand Up @@ -233,6 +237,7 @@
"current": "Current",
"device_id_label": "Device ID",
"finished_label": "Finished",
"generic_browser_session": "Browser session",
"ip_label": "IP Address",
"last_active_label": "Last Active",
"name_for_platform": "{{name}} for {{platform}}",
Expand Down
25 changes: 0 additions & 25 deletions frontend/src/components/Block/Block.module.css

This file was deleted.

41 changes: 0 additions & 41 deletions frontend/src/components/Block/Block.stories.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions frontend/src/components/Block/Block.test.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions frontend/src/components/Block/Block.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions frontend/src/components/Block/__snapshots__/Block.test.tsx.snap

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/src/components/Block/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/src/components/BlockList/BlockList.module.css

This file was deleted.

36 changes: 0 additions & 36 deletions frontend/src/components/BlockList/BlockList.stories.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions frontend/src/components/BlockList/BlockList.test.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions frontend/src/components/BlockList/BlockList.tsx

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/src/components/BlockList/index.ts

This file was deleted.

Loading

0 comments on commit 2234629

Please sign in to comment.