mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 04:35:17 +00:00
general cleanup stuff
This commit is contained in:
parent
94a6fb541c
commit
b5da48ef0e
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ nuxt/dist
|
|||
dist
|
||||
package-lock.json
|
||||
temp.js
|
||||
temp.json
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
<v-card-actions>
|
||||
<v-spacer />
|
||||
<v-btn @click="openExternal(item)"><v-icon>mdi-open-in-new</v-icon>Open</v-btn>
|
||||
<v-btn disabled><v-icon>mdi-download</v-icon>Download</v-btn>
|
||||
<v-btn @click="openExternal(item)"><v-icon class="btn-icon">mdi-github</v-icon>View</v-btn>
|
||||
<v-btn disabled><v-icon class="btn-icon">mdi-download</v-icon>Install</v-btn>
|
||||
</v-card-actions>
|
||||
|
||||
</v-card>
|
||||
|
@ -40,6 +40,9 @@
|
|||
color: #999;
|
||||
transform: translateY(-40%);
|
||||
}
|
||||
.btn-icon {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -10,7 +10,9 @@ An open source YouTube client
|
|||
- [Discord](https://discord.gg/7P8KJrdd5W)
|
||||
|
||||
## Features
|
||||
- Literally just a UI as of now
|
||||
- 🎨 Themes: Light, Dark, AMOLED
|
||||
- 🔍 Search: Basic (Advanced search in progress)
|
||||
- ⬆️ Auto Update: Be notified when an update is available & downgrade if you dislike it!
|
||||
|
||||
### Plans
|
||||
- Locally store watch history
|
||||
|
|
Loading…
Reference in a new issue