Merge branch 'v0.0.5.1' of https://git.aycode.com/Adam/TourIAm into v0.0.5.1

This commit is contained in:
Loretta 2025-04-30 11:56:26 +02:00
commit b1f5a1cfd9
2 changed files with 3 additions and 6 deletions

View File

@ -135,7 +135,7 @@
newDestination.Id = Guid.NewGuid();
newDestination.Name = "Destination name";
newDestination.Description = "Type some description here";
newDestination.AddressString = "The address of the destination";
newDestination.AddressString = $"The address of: {newDestination.Name}";
Guid addressId = Guid.NewGuid();
newDestination.Address = new Address();
newDestination.Address.Id = addressId;

View File

@ -279,11 +279,8 @@ select {
box-shadow: none;
}
.dxbl-grid .dxbl-grid-empty-data {
padding: 5px;
border-top: 0;
border-bottom: 0;
.dxbl-text-edit .dxbl-text-edit-input {
border-bottom: 1px solid;
}
.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {