Skip to content

Commit

Permalink
Improved L&F
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagomez committed Nov 21, 2023
1 parent 3303baf commit 009fdaf
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@ bin/
obj/
.vs/

PublishProfiles/
Docker/root/
packages/
**/node_modules/
**/wwwroot/dist/
!**/**/wwwroot/dist/azurewebexplorer.css
**/Properties/launchSettings.json
.angular/

*.user
*.suo
private*.data

.DS_Store
publish.bat

npm-shrinkwrap.json
azurestorageexplorer.sln
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Try it live at https://azurestorage.azurewebsites.net

Or deploy it wherever you want thanks to [docker images](https://hub.docker.com/r/sebagomez/azurestorageexplorer/) (created with GitHub Actions)

<img src="./res/AzureExplorerLogo-White.png" alt="drawing" width="50"/>
<img src="./res/AzureExplorerLogo.png" alt="drawing" width="50"/>

# Azure Storage Explorer

Expand Down
Binary file modified res/AzureExplorerLogo-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/AzureExplorerLogo.pdn
Binary file not shown.
Binary file modified res/AzureExplorerLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/web/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AzureStorageWebExplorerVersion>2.15.1</AzureStorageWebExplorerVersion>
<AzureStorageWebExplorerVersion>2.15.2</AzureStorageWebExplorerVersion>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/web/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link href="css/azurewebexplorer.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
<link href="web.styles.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head>
<body>
Expand Down
Binary file modified src/web/wwwroot/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/web/wwwroot/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/web/wwwroot/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/web/wwwroot/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/web/wwwroot/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/web/wwwroot/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/web/wwwroot/res/AzureExplorerLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 009fdaf

Please sign in to comment.