diff --git a/README.md b/README.md index 44e3818ab..bf3f77eca 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The way of verifying that the installation packages attached to the [releases](h - :bell: **System tray icon** with a total number of unread messages shown on top of it. Enabling [local messages store](https://github.com/vladimiry/ElectronMail/issues/32) improves this feature ([how to enable](https://github.com/vladimiry/ElectronMail/releases/tag/v2.0.0-beta.1)), see respective [issue](https://github.com/vladimiry/ElectronMail/issues/30). - :gear: **Starting minimized to tray**. - :gear: **Closing to tray**. -- :gear: **Switchable view layouts** (full, tabs and dropdown). See details [here](https://github.com/vladimiry/ElectronMail/issues/36) and screenshots in the [images](images) folder. +- :gear: **Switchable accounts handle buttons positioning** (vertical, horizontal and horizontal-dropdown). See details [here](https://github.com/vladimiry/ElectronMail/issues/36) and screenshots in the [images](images) folder. - :package: **Batch emails export** to EML files. Feature released with [v2.0.0-beta.4](https://github.com/vladimiry/ElectronMail/releases/tag/v2.0.0-beta.4) version, requires `local messages store` feature to be enabled ([how to enable](https://github.com/vladimiry/ElectronMail/releases/tag/v2.0.0-beta.1)). - :closed_lock_with_key: **Built-in/prepackaged web clients**. The built-in web clients are built from source code, see respective official [Protonmail](https://github.com/ProtonMail/WebClient) and [Tutanota](https://github.com/tutao/tutanota) repositories. See [79](https://github.com/vladimiry/ElectronMail/issues/79) and [80](https://github.com/vladimiry/ElectronMail/issues/80) issues for details. - :gear: **Configuring proxy per account** support. Enabled since [v3.0.0](https://github.com/vladimiry/ElectronMail/releases/tag/v3.0.0) release. See [113](https://github.com/vladimiry/ElectronMail/issues/113) and [120](https://github.com/vladimiry/ElectronMail/issues/120) issues for details. diff --git a/src/web/browser-window/app/_accounts/account-title.component.html b/src/web/browser-window/app/_accounts/account-title.component.html index 905483353..7a2c500e4 100644 --- a/src/web/browser-window/app/_accounts/account-title.component.html +++ b/src/web/browser-window/app/_accounts/account-title.component.html @@ -8,16 +8,16 @@ -
+
{{ remainingSeconds }}
-
+
{{ state.account.accountConfig.title || state.account.accountConfig.login }}
diff --git a/src/web/browser-window/app/_accounts/accounts.component.html b/src/web/browser-window/app/_accounts/accounts.component.html index f6d3ba48c..b9c472292 100644 --- a/src/web/browser-window/app/_accounts/accounts.component.html +++ b/src/web/browser-window/app/_accounts/accounts.component.html @@ -2,16 +2,20 @@
-