diff --git a/config.xml b/config.xml index dfb5681d..4b68061a 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + F-sektionen F-sektionens app diff --git a/package.json b/package.json index 8fa39cc0..01d2d8cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "se.fsektionen.fapp", - "version": "2.5.0", + "version": "2.5.1", "displayName": "F-sektionen", "cordova": { "platforms": [ @@ -34,4 +34,4 @@ "gulp": "^4.0.0", "gulp-sass": "^4.0.2" } -} \ No newline at end of file +} diff --git a/www/about_app.html b/www/about_app.html index 96d384ef..97008b2e 100644 --- a/www/about_app.html +++ b/www/about_app.html @@ -13,7 +13,7 @@
F-appen
-

Version: 2.5.0

+

Version: 2.5.1

Powered by Framework7 & Adobe PhoneGap

Knackad av F-sektionens Spindelmän:

Jakob Navrozidis (S16, S17, SF17/18, S18, S19)

diff --git a/www/js/groups.js b/www/js/groups.js index df5e4878..341cae83 100644 --- a/www/js/groups.js +++ b/www/js/groups.js @@ -59,7 +59,7 @@ $$('#groups-list').on('click', 'li', function() { function updateGroupBadge(count) { if (count > 0) { - $$('.group-badge').html('!'); + $$('.group-badge').html(count); $$('.group-badge').show(); } else { $$('.group-badge').html(0); diff --git a/www/js/version_check.js b/www/js/version_check.js index b90435d0..a59a3426 100644 --- a/www/js/version_check.js +++ b/www/js/version_check.js @@ -3,7 +3,7 @@ * web API version and if not, prompts a popup to force the user to update. */ function checkAPIVersion(apiVersion) { - const localAPIVersion = 1.0; + const localAPIVersion = 1.1; if (apiVersion !== localAPIVersion) { diff --git a/www/scss/partials/_messages.scss b/www/scss/partials/_messages.scss index fafc80a7..27c70420 100644 --- a/www/scss/partials/_messages.scss +++ b/www/scss/partials/_messages.scss @@ -10,6 +10,10 @@ .message-received.message-admin .message-bubble { background-color: #ff9800; color: $white; + + a { + color: #007aff; + } } .msg-editor-page .content-block-title {