mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
consolidate deprecation messages inside modal
This commit is contained in:
parent
1449f59c44
commit
983939d6bf
2 changed files with 5 additions and 15 deletions
|
@ -1,19 +1,6 @@
|
|||
<template lang="html">
|
||||
<div class="platforms-page container-fluid">
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<b-alert show variant="warning" class="col-xs-6">
|
||||
<strong>Deprecation warning!</strong>
|
||||
<p>Platform-based boards will be phased out soon</p>
|
||||
<p>If you have any questions or need help feel free to email
|
||||
<strong>contact@gamebrary.com</strong> and/or open defects in
|
||||
<a href="https://github.com/romancm/gamebrary/issues" target="_blank">GitHub</a></p>
|
||||
<p>You can convert your platforms to boards by clicking on a platform</p>
|
||||
</b-alert>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h5>Platforms (Deprecated)</h5>
|
||||
|
||||
<platforms-list
|
||||
|
|
|
@ -32,8 +32,11 @@
|
|||
>
|
||||
<b-alert show variant="warning">
|
||||
<h3>Deprecation warning</h3>
|
||||
<p>Platform-based game boards are being phased out.
|
||||
Please click the button below to convert this platform into a board.</p>
|
||||
<p>Platform-based boards will be phased out soon</p>
|
||||
<p>Please click the button below to convert this platform into a board.</p>
|
||||
<small>If you have any questions or need help feel free to email
|
||||
<strong>contact@gamebrary.com</strong> and/or open defects in
|
||||
<a href="https://github.com/romancm/gamebrary/issues" target="_blank">GitHub</a></small>
|
||||
</b-alert>
|
||||
|
||||
<b-button
|
||||
|
|
Loading…
Reference in a new issue