1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00

added small sponsor alert to the dashboard

This commit is contained in:
Bram Wiepjes 2020-10-22 19:26:23 +02:00
parent 993d83db47
commit fee0aa28b9
2 changed files with 30 additions and 0 deletions
web-frontend/modules/core
assets/scss/components
pages

View file

@ -2,6 +2,14 @@
padding: 30px;
}
.dashboard__alert {
margin: 30px 30px 0 30px;
}
.dashboard__alert-button {
margin-top: 12px;
}
.dashboard__group {
border: 1px solid $color-neutral-200;
background-color: $white;

View file

@ -1,5 +1,27 @@
<template>
<div class="layout__col-3-scroll">
<div
class="alert alert--simple alert--warning alert--has-icon dashboard__alert"
>
<div class="alert__icon">
<i class="fas fa-exclamation"></i>
</div>
<div class="alert__title">We need your help!</div>
<p class="alert__content">
Do you like Baserow and where the product is headed? Do you want to see
new features sooner? By becoming a sponsor you will allow us to spend
more time on the development of Baserow which means you will get new
features faster. Your help is much appreciated.
</p>
<a
href="https://github.com/sponsors/bram2w"
target="_blank"
class="button button--primary dashboard__alert-button"
>
Become a GitHub sponsor
<i class="fa fa-heart"></i>
</a>
</div>
<div v-if="groups.length === 0" class="placeholder">
<div class="placeholder__icon">
<i class="fas fa-layer-group"></i>