Skip to content

Commit

Permalink
Bump na versão pro novo release
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelbsouza committed Mar 31, 2021
1 parent 309046a commit 7e24da5
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GamersClub Booster",
"description": "Extensão para o Google Chrome que adiciona algumas melhorias na plataforma da GamersClub.",
"version": "1.0.18",
"version": "1.0.19",
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
18 changes: 18 additions & 0 deletions opcoes/opcoes.css
Original file line number Diff line number Diff line change
@@ -80,6 +80,24 @@ body {

.ativo {
display: block !important;
overflow: auto;
height: 255px;
}
.ativo::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px #1e2033;
background-color: #F5F5F5;
}

.ativo::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}

.ativo::-webkit-scrollbar-thumb
{
background-color: #1e2033;
}

.pagina a {
4 changes: 4 additions & 0 deletions opcoes/opcoes.html
Original file line number Diff line number Diff line change
@@ -67,6 +67,10 @@ <h3 class="subtitulo">Melhorias</h3>
<div class="pagina" id="mapas">Em breve teremos opções de veto automático de mapas.</div>

<div class="pagina" id="contato">
<a href="https://discord.gg/umx6bbuawh" target="_blank">
<h3 class="subtitulo">Discord</h3>
<p class="descricao">Entre no nosso discord e tire duvidas, informe bugs, deixe uma sugestão ou feedback.</p>
</a>
<a href="https://github.com/gamersclub-booster/gamersclub-booster/issues" target="_blank">
<h3 class="subtitulo">Informe um bug ou abra uma solicitação</h3>
<p class="descricao">Abra uma issue no github explicando em detalhes o seu problema/solicitação de melhoria</p>
2 changes: 1 addition & 1 deletion opcoes/opcoes.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ const features = [
];
const paginas = ['geral', 'mapas', 'lobby', 'contato', 'sobre'];

const versao = "1.0.18"
const versao = "1.0.19"

function iniciarPaginaOpcoes() {
adicionaVersao();

0 comments on commit 7e24da5

Please sign in to comment.