mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
design updates
This commit is contained in:
BIN
src/server/assets/background-login.webp
Normal file
BIN
src/server/assets/background-login.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
@@ -233,8 +233,9 @@ class POSTHandler {
|
|||||||
} ).catch( err => {
|
} ).catch( err => {
|
||||||
console.error( err );
|
console.error( err );
|
||||||
} );
|
} );
|
||||||
|
} ).catch( () => {
|
||||||
|
console.log( '[ Ticketing ] An error occurred loading data form temp database' );
|
||||||
} );
|
} );
|
||||||
// TODO: Add catch block
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if ( call === 'deselectTicket' ) {
|
} else if ( call === 'deselectTicket' ) {
|
||||||
|
|||||||
@@ -40,8 +40,7 @@ exports.init = function () {
|
|||||||
},
|
},
|
||||||
createGateway: function ( params ) {
|
createGateway: function ( params ) {
|
||||||
if ( !params.amount ) {
|
if ( !params.amount ) {
|
||||||
// TODO: Think if we really have to throw here
|
return false;
|
||||||
throw new Error( 'Amount required!' );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultParams = {
|
const defaultParams = {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ nav a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav .home {
|
nav .home {
|
||||||
color: #42b983;
|
color: #2080ca;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav a.router-link-exact-active {
|
nav a.router-link-exact-active {
|
||||||
color: #42b983;
|
color: #2080ca;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scale-enter-active,
|
.scale-enter-active,
|
||||||
|
|||||||
@@ -85,9 +85,10 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
/* TODO: Update colour to image */
|
|
||||||
.login {
|
.login {
|
||||||
background-color: green;
|
background-image: url( '/otherAssets/background-login.webp' );
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
@@ -87,9 +87,10 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
/* TODO: Update colour to image */
|
|
||||||
.login {
|
.login {
|
||||||
background-color: green;
|
background-image: url( '/otherAssets/background-login.webp' );
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
@@ -237,7 +237,9 @@ export default {
|
|||||||
|
|
||||||
@media only screen and (min-width: 999px) {
|
@media only screen and (min-width: 999px) {
|
||||||
.login {
|
.login {
|
||||||
background-color: green;
|
background-image: url( '/otherAssets/background-login.webp' );
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav a.router-link-exact-active {
|
nav a.router-link-exact-active {
|
||||||
color: #42b983;
|
color: #2080ca;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scale-enter-active,
|
.scale-enter-active,
|
||||||
|
|||||||
4
website/dist/about/index.html
vendored
4
website/dist/about/index.html
vendored
@@ -34,6 +34,10 @@
|
|||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.</p>
|
GNU General Public License for more details.</p>
|
||||||
|
<h3>Image licenses</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Image on login page: <a href="https://i2.wp.com/www.newsfilter.gr/wp-content/uploads/2015/11/bigstock_silhouettes_of_concert_crowd_i_1565261621.jpg">Here</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user