Browse Source

Ui fixes

pull/479/head
Sebastian 6 years ago
parent
commit
3170ae2ff6
  1. 6
      backend/tools/TestSuite/TestSuite.Shared/TestSuite.Shared.csproj
  2. 6
      backend/tools/TestSuite/TestSuite.sln
  3. 2
      frontend/app/features/apps/pages/apps-page.component.html
  4. 4
      frontend/app/features/apps/pages/apps-page.component.scss

6
backend/tools/TestSuite/TestSuite.Shared/TestSuite.Shared.csproj

@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Squidex.ClientLibrary" Version="4.1.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.4.1" />
</ItemGroup>
@ -14,7 +15,4 @@
<ItemGroup>
<AdditionalFiles Include="..\..\..\stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\squidex-samples\csharp\Squidex.ClientLibrary\Squidex.ClientLibrary\Squidex.ClientLibrary.csproj" />
</ItemGroup>
</Project>

6
backend/tools/TestSuite/TestSuite.sln

@ -9,8 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSuite.ApiTests", "TestS
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSuite.LoadTests", "TestSuite.LoadTests\TestSuite.LoadTests.csproj", "{F37572D9-4880-40F4-B3CB-83F58A40CA48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Squidex.ClientLibrary", "..\..\..\..\squidex-samples\csharp\Squidex.ClientLibrary\Squidex.ClientLibrary\Squidex.ClientLibrary.csproj", "{9AF5F7FD-3C82-4A4F-8494-739911E2BB6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -29,10 +27,6 @@ Global
{F37572D9-4880-40F4-B3CB-83F58A40CA48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F37572D9-4880-40F4-B3CB-83F58A40CA48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F37572D9-4880-40F4-B3CB-83F58A40CA48}.Release|Any CPU.Build.0 = Release|Any CPU
{9AF5F7FD-3C82-4A4F-8494-739911E2BB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AF5F7FD-3C82-4A4F-8494-739911E2BB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AF5F7FD-3C82-4A4F-8494-739911E2BB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AF5F7FD-3C82-4A4F-8494-739911E2BB6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

2
frontend/app/features/apps/pages/apps-page.component.html

@ -20,7 +20,7 @@
<div class="col-auto card-left">
<sqx-avatar [image]="app.image" [identifier]="app.name"></sqx-avatar>
</div>
<div class="col">
<div class="col card-right">
<h3 class="card-title">{{app.displayName}}</h3>
<div class="card-text card-links">

4
frontend/app/features/apps/pages/apps-page.component.scss

@ -33,6 +33,10 @@
padding-right: .75rem;
}
&-right {
overflow: hidden;
}
&-image {
text-align: center;
}

Loading…
Cancel
Save