Skip to content

Commit

Permalink
Merge pull request #71 from sbs20/development-v2
Browse files Browse the repository at this point in the history
Development v2
  • Loading branch information
sbs20 authored Sep 22, 2020
2 parents aac3669 + 66007a7 commit 1d1e7cf
Show file tree
Hide file tree
Showing 37 changed files with 3,386 additions and 3,708 deletions.
59 changes: 5 additions & 54 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,63 +1,14 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
* text eol=lf

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
*.jpg binary
*.png binary
*.tif binary
*.svg binary
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ dist/**/*
*.tif
*.pdf
*.png
data/output/*.txt
scan*.jpg
config/devices.json
var
13 changes: 9 additions & 4 deletions client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
</template>

<script>
import Vue from 'vue';
import Scanserv from './components/Scanserv.vue';
import { BootstrapVue } from 'bootstrap-vue';
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap-vue/dist/bootstrap-vue.css';
Vue.use(BootstrapVue);
export default {
name: 'App',
Expand Down Expand Up @@ -37,7 +42,7 @@ body {
width: auto;
}
#navbar > div {
.navbar-brand, .navbar-text {
color: white;
font-size: xx-large;
}
Expand All @@ -46,8 +51,8 @@ body {
margin-top: 1em;
}
.navbar-inverse {
background-color: #101030;
.bg-dark {
background-color: #101030 !important;
background-image: none;
border-color: black;
}
Expand All @@ -72,7 +77,7 @@ body {
font-size: small;
}
label, th {
.col-form-label, label, th {
font-size: x-large;
font-weight: 300;
color: #0E5EA0;
Expand Down
1 change: 1 addition & 0 deletions client/assets/autorenew-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion client/assets/autorenew-black-18dp.svg

This file was deleted.

Loading

0 comments on commit 1d1e7cf

Please sign in to comment.