Added new options to the settings dashboard tab. (#60)

* Created developer tools dashboard

* Remove PopUp and use inline version

* Moved developer tools to the settings tab

At request of Geo

* Fixed some bugs.

* Fix Typos and flex on buttons

* Lowercased token

* Fix button styles

* Move screenshot in-house.

* Move screenshot in-house.

* Completed Developer Settings and Added features to Settings Tab.

Also fixed the about page, updated the "alpha" mention to beta.

* Update revoke-token.vue
This commit is contained in:
calum6541
2020-12-25 01:24:37 +00:00
committed by GitHub
parent 8f780ad89e
commit dff34a8ae2
12 changed files with 276 additions and 5 deletions

View File

@@ -25,7 +25,10 @@
:status="mod.status"
:is-modrinth="true"
>
<nuxt-link class="button column" :to="'/mod/' + mod.id + '/edit'">
<nuxt-link
class="button buttonse column"
:to="'/mod/' + mod.id + '/edit'"
>
Edit
</nuxt-link>
</ModCard>
@@ -72,4 +75,8 @@ export default {
.mod-name {
font-weight: bold;
}
// .buttonse {
// margin-left: 4.5rem;
// padding: 0.5rem 2rem 0.5rem 2rem;
// }
</style>