status-desktop/ui/app/AppLayouts/Browser
Pascal Precht aa8d9a7f48 feat: introduce StatusLoadingIndicator component
A `StatusIcon` that rotates infinitely and can be used for indicating
pending states.

Usage:

```
StatusLoadingIndicator {
    width: 24 // default: 17
    height: 24 // default: 17
    color: "red" // default: loading asset color
}
```

This also removes `LoadingImage` component from `ui/shared`.

Closes #2360
2021-04-27 14:56:09 -04:00
..
components feat: show favorites bar when setting is enabled 2020-12-30 16:52:44 -05:00
AddFavoriteModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
BrowserConnectionModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
BrowserDialog.qml feat: add tabs at the top of the url bar 2020-10-20 14:42:36 -04:00
BrowserHeader.qml feat: process activeFocusChange event and select all in address line in Browser 2021-04-22 09:58:24 -04:00
BrowserLayout.qml feat: add processing CTRL + W to Browser 2021-04-20 12:59:59 -04:00
BrowserSettingsMenu.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
BrowserTabStyle.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
BrowserWalletMenu.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
DownloadBar.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
DownloadElement.qml feat: introduce StatusLoadingIndicator component 2021-04-27 14:56:09 -04:00
DownloadView.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
FaviconImage.qml feat: put favicon urls in the settings when we fetch them 2020-12-01 14:07:31 -05:00
FavoriteMenu.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
FavoritesBar.qml feat: show favorites bar when setting is enabled 2020-12-30 16:52:44 -05:00
FavoritesList.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
FindBar.qml feat: add styled browser settings menu 2020-10-21 12:06:50 -04:00
JSDialogWindow.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
SignMessageModal.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
provider.js feat: disconnect accounts in browser 2020-12-17 16:44:50 -05:00