Skip to content

Commit

Permalink
adding some helpful details to URL entry in the bis form
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Feb 2, 2022
1 parent 269ac6c commit be51483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/bis_list_form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<div class="field-body">
<div class="field">
<div class="control">
<input class="input" :class="{'is-danger': errors.external_link !== undefined}" v-model="bisList.external_link" />
<input class="input" :class="{'is-danger': errors.external_link !== undefined}" v-model="bisList.external_link" placeholder="i.e. Etro, Ariyala, etc" />
</div>
<p class="help is-info">This is just a link to a page to help tie websites like etro into this site easily.</p>
<p v-if="errors.external_link !== undefined" class="help is-danger">{{ errors.external_link[0] }}</p>
<p class="help is-info" v-else>This is just a link to any page you deem would be handy to have attached to the list!</p>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<div class="divider"><i class="material-icons icon">expand_more</i> Minor Changes <i class="material-icons icon">expand_more</i></div>
<p>Added Traffic Lights style colour scheme.</p>
<p>Added more visibility into client side errors.</p>
<p>Minor help text additions.</p>
</div>
</div>
</template>
Expand Down

0 comments on commit be51483

Please sign in to comment.