Skip to content

Commit 2234629

Browse files
authored
Polish the session list and details view (#4029)
2 parents f2ef058 + 50e2693 commit 2234629

File tree

62 files changed

+2726
-2530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2726
-2530
lines changed

frontend/locales/en.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"expand": "Expand",
1111
"save": "Save",
1212
"save_and_continue": "Save and continue",
13+
"sign_out": "Sign out",
1314
"start_over": "Start over"
1415
},
1516
"branding": {
@@ -45,6 +46,10 @@
4546
"change_disabled": "Password changes are disabled by the administrator.",
4647
"label": "Password"
4748
},
49+
"sign_out": {
50+
"button": "Sign out of account",
51+
"dialog": "Sign out of this account?"
52+
},
4853
"title": "Your account"
4954
},
5055
"add_email_form": {
@@ -69,8 +74,7 @@
6974
},
7075
"compat_session_detail": {
7176
"client_details_title": "Client info",
72-
"name": "Name",
73-
"session_details_title": "Session"
77+
"name": "Name"
7478
},
7579
"device_type_icon_label": {
7680
"mobile": "Mobile",
@@ -83,7 +87,7 @@
8387
},
8488
"end_session_button": {
8589
"confirmation_modal_title": "Are you sure you want to end this session?",
86-
"text": "Sign out"
90+
"text": "Remove device"
8791
},
8892
"error": {
8993
"hideDetails": "Hide details",
@@ -233,6 +237,7 @@
233237
"current": "Current",
234238
"device_id_label": "Device ID",
235239
"finished_label": "Finished",
240+
"generic_browser_session": "Browser session",
236241
"ip_label": "IP Address",
237242
"last_active_label": "Last Active",
238243
"name_for_platform": "{{name}} for {{platform}}",

frontend/src/components/Block/Block.module.css

Lines changed: 0 additions & 25 deletions
This file was deleted.

frontend/src/components/Block/Block.stories.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

frontend/src/components/Block/Block.test.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

frontend/src/components/Block/Block.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

frontend/src/components/Block/__snapshots__/Block.test.tsx.snap

Lines changed: 0 additions & 41 deletions
This file was deleted.

frontend/src/components/Block/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

frontend/src/components/BlockList/BlockList.module.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

frontend/src/components/BlockList/BlockList.stories.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

frontend/src/components/BlockList/BlockList.test.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)