Skip to content

Commit 35fd49e

Browse files
authored
Merge pull request #27 from Arattian/dev-feature
Release 3.2.5
2 parents d782e54 + 38c54da commit 35fd49e

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Arattian/DynamoDb-GUI-Client/blob/master/LICENSE)
66

7-
### [Release v3.2.4](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.2.4)
7+
### [Release v3.2.5](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.2.5)
88

9-
#### [Download for MacOS (.dmg)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.4/DynamoDbGUI-mac-3.2.4.dmg)
9+
#### [Download for MacOS (.dmg)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.5/DynamoDbGUI-mac-3.2.5.dmg)
1010

11-
#### [Download for MacOS (.zip)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.4/DynamoDbGUI-mac-3.2.4.zip)
11+
#### [Download for MacOS (.zip)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.5/DynamoDbGUI-mac-3.2.5.zip)
1212

1313
### [Release v2.1.1 || Old UI](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/v2.1.1)
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-gui-client",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "DynamoDb-GUI-Client",
55
"author": {
66
"name": "Misak Poghosyan",

src/App.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,11 @@
189189
190190
.jsoneditor-previous
191191
display none !important
192+
193+
@media screen and (max-height: 600px)
194+
.table
195+
height 65vh !important
196+
@media screen and (max-height: 900)
197+
.table
198+
height 80vh !important
192199
</style>

src/components/RecordList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
.table
8585
width 98%
8686
overflow auto
87-
height 85vh
87+
height 80vh
8888
margin auto
8989
</style>

src/store/modules/database/actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async function setCredentials({
3434
await DB.listTables().promise();
3535
} catch (err) {
3636
commit('showResponse', err, { root: true });
37-
commit('setToDefault');
3837
return;
3938
}
4039
database.createdAt = +new Date();

0 commit comments

Comments
 (0)