Skip to content

Commit

Permalink
Doc: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diavrank committed Apr 20, 2021
1 parent 3057a78 commit db62562
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 95 deletions.
83 changes: 0 additions & 83 deletions README.es.md

This file was deleted.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ A DDP Client with GUI
[![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)

*Read this in other languages: [Spanish](README.es.md)

</div>

## Starting 🚀

Meteorman is The Postman of Meteor. Is a DDP Client with GUI
Meteorman is The Postman of Meteor. It is a DDP Client with GUI

### Preview 🎥

Expand All @@ -38,9 +36,9 @@ Meteorman is The Postman of Meteor. Is a DDP Client with GUI

| Platform | Arch | Version | Link |
| ---------- | --------------- | ------- | ------------------------------------------------------------------------------------------------------- |
| Windows | x64 | 1.1.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/1.1.1/Meteorman-1.1.1.exe) |
| Mac | x64 | 1.1.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/1.1.1/Meteorman-1.1.1.dmg) |
| Linux | x64 | 1.1.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/1.1.1/Meteorman-1.1.1.AppImage) |
| Windows | x64 | 2.0.0 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.0/Meteorman-2.0.0.exe) |
| Mac | x64 | 2.0.0 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.0/Meteorman-2.0.0.dmg) |
| Linux | x64 | 2.0.0 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.0/Meteorman-2.0.0.AppImage) |


## For Developers 🚀
Expand Down
6 changes: 3 additions & 3 deletions src/renderer/components/Collections/AddCollection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</v-btn>
<modal-question ref="addCollectionRef" @onAccept="addCollection" @onCancel="resetForm">
<v-text-field v-model="collection.name" label="Collection name" outlined dense></v-text-field>
<vue-simplemde v-model="collection.description" :configs="{placeholder:'Collection description (Optional)'}"
class="markdown-editor"/>
<!-- <vue-simplemde v-model="collection.description" :configs="{placeholder:'Collection description (Optional)'}"
class="markdown-editor"/>-->
</modal-question>
</div>
</template>
Expand Down Expand Up @@ -65,4 +65,4 @@ export default {

<style scoped>
</style>
</style>
6 changes: 3 additions & 3 deletions src/renderer/components/Collections/CollectionOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</v-btn>
</template>
<v-list>
<v-list-item link dense>
<v-list-item-title @click="editCollection">Edit</v-list-item-title>
<v-list-item v-if="false" link dense>
<v-list-item-title>Edit</v-list-item-title>
</v-list-item>
<v-list-item v-if="element.children" link dense>
<v-list-item-title @click="openAddFolderModal">Add folder</v-list-item-title>
Expand Down Expand Up @@ -172,4 +172,4 @@ export default {

<style scoped>
</style>
</style>

0 comments on commit db62562

Please sign in to comment.