From 467e0b32b4e5a25c48b7d006058b051d52c005ac Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 23 Jul 2024 22:08:42 +0000 Subject: fa2bi and a php error in mod appman --- view/js/main.js | 16 ++++++++-------- view/theme/redbasic/css/style.css | 6 +++--- view/theme/redbasic/js/redbasic.js | 8 ++++---- view/tpl/app.tpl | 16 ++++++++-------- view/tpl/app_inline.tpl | 6 +++--- view/tpl/app_install.tpl | 2 +- view/tpl/app_nav.tpl | 2 +- view/tpl/app_nav_pinned.tpl | 2 +- view/tpl/app_order.tpl | 6 +++--- view/tpl/conv_item.tpl | 4 ++-- view/tpl/hq_controls.tpl | 2 +- view/tpl/messages_widget.tpl | 12 ++++++------ view/tpl/myapps.tpl | 2 +- view/tpl/navbar_default.tpl | 36 ++++++++++++++++++------------------ view/tpl/notifications_widget.tpl | 12 ++++++------ 15 files changed, 66 insertions(+), 66 deletions(-) (limited to 'view') diff --git a/view/js/main.js b/view/js/main.js index 782ce4b62..aa6b72dda 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1256,7 +1256,7 @@ function doscroll(parent, hidden) { }); $('html, body').animate({scrollTop:(id.offset().top) - 50}, 'slow'); - $('').insertAfter('#wall-item-ago-' + id.attr('id').replace(/\D/g,'')); + $('').insertAfter('#wall-item-ago-' + id.attr('id').replace(/\D/g,'')); } function doscrollback(pos) { @@ -1281,7 +1281,7 @@ function dopin(id) { $('.dropdown-item-pinnable').html($('.dropdown-item-pinnable').html().replace(aStr['unpin_item'],aStr['pin_item'])); $('.wall-item-pinned').remove() if(i.length == 0) { - $(' ').insertAfter('#wall-item-ago-' + id); + $(' ').insertAfter('#wall-item-ago-' + id); me.html(me.html().replace(aStr['pin_item'],aStr['unpin_item'])); }; }) @@ -1356,8 +1356,8 @@ function dostar(ident) { if(data.result == 1) { $('#starred-' + ident).addClass('starred'); $('#starred-' + ident).removeClass('unstarred'); - $('#starred-' + ident).addClass('fa-star'); - $('#starred-' + ident).removeClass('fa-star-o'); + $('#starred-' + ident).addClass('bi-star-fill'); + $('#starred-' + ident).removeClass('bi-star'); $('#star-' + ident).addClass('hidden'); $('#unstar-' + ident).removeClass('hidden'); var btn_tpl = '
' @@ -1366,8 +1366,8 @@ function dostar(ident) { else { $('#starred-' + ident).addClass('unstarred'); $('#starred-' + ident).removeClass('starred'); - $('#starred-' + ident).addClass('fa-star-o'); - $('#starred-' + ident).removeClass('fa-star'); + $('#starred-' + ident).addClass('bi-star'); + $('#starred-' + ident).removeClass('bi-star-fill'); $('#star-' + ident).removeClass('hidden'); $('#unstar-' + ident).addClass('hidden'); $('#star-button-' + ident).remove(); @@ -1678,7 +1678,7 @@ function push_notification(title, body, b64mid) { function toggleAside() { if ($('main.region_1-on').length) { - $('#expand-aside-icon').addClass('fa-arrow-circle-right').removeClass('fa-arrow-circle-left'); + $('#expand-aside-icon').addClass('bi-arrow-right-circle').removeClass('bi-arrow-left-circle'); $('html, body').css({ 'position': '', 'left': '' }); $('main').removeClass('region_1-on'); $('#region_1').addClass('d-none'); @@ -1686,7 +1686,7 @@ function toggleAside() { $('#overlay').remove(); } else { - $('#expand-aside-icon').removeClass('fa-arrow-circle-right').addClass('fa-arrow-circle-left'); + $('#expand-aside-icon').removeClass('bi-arrow-right-circle').addClass('bi-arrow-left-circle'); $('html, body').css({ 'position': 'sticky', 'left': '0px'}); $('main').addClass('region_1-on'); $('#region_1').removeClass('d-none'); diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2de40d671..49b3fe25e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -855,12 +855,12 @@ a .generic-icons { .generic-icons-nav { font-size: 1rem; - margin-right: 7px; + margin-right: 0.5rem; } .admin-icons { - font-size: 1.2em; - margin-right: 7px; + font-size: 1rem; + margin-right: 0.5rem; } .drop-icons, diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 0f2617cc0..76d6c0854 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -29,11 +29,11 @@ $(document).ready(function() { } if (redbasic_dark_mode == 1) { - $('#theme-switch-icon').removeClass('fa-moon-o').addClass('fa-sun-o'); + $('#theme-switch-icon').removeClass('bi-moon').addClass('bi-sun'); $('[data-bs-theme="light"]').attr('data-bs-theme', 'dark'); } if (redbasic_dark_mode == 0) { - $('#theme-switch-icon').removeClass('fa-sun-o').addClass('fa-moon-o'); + $('#theme-switch-icon').removeClass('bi-sun').addClass('bi-moon'); $('[data-bs-theme="dark"]:not(nav)').attr('data-bs-theme', 'light'); } @@ -84,12 +84,12 @@ $(document).ready(function() { $('[data-bs-theme="dark"]').attr('data-bs-theme', 'light'); } localStorage.setItem('redbasic_dark_mode', 0); - $('#theme-switch-icon').removeClass('fa-sun-o').addClass('fa-moon-o'); + $('#theme-switch-icon').removeClass('bi-sun').addClass('bi-moon'); } else { $('[data-bs-theme="light"]').attr('data-bs-theme', 'dark'); localStorage.setItem('redbasic_dark_mode', 1); - $('#theme-switch-icon').removeClass('fa-moon-o').addClass('fa-sun-o'); + $('#theme-switch-icon').removeClass('bi-moon').addClass('bi-sun'); } $('meta[name=theme-color]').attr('content', $('nav').css('background-color')); localStorage.setItem('redbasic_theme_color', $('nav').css('background-color')); diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index f3f6ae58b..b078aa66d 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -3,19 +3,19 @@ {{if $app.type !== 'system'}} {{if $purchase}}
- +
{{/if}} {{if $action_label || $update || $delete || $feature}}
- {{if $action_label}}{{/if}} - {{if $edit}}{{/if}} - {{if $delete}}{{/if}} - {{if $settings_url}}{{/if}} - {{if $feature}}{{/if}} - {{if $pin}}{{/if}} + {{if $action_label}}{{/if}} + {{if $edit}}{{/if}} + {{if $delete}}{{/if}} + {{if $settings_url}}{{/if}} + {{if $feature}}{{/if}} + {{if $pin}}{{/if}}
{{/if}} @@ -27,7 +27,7 @@
{{if $icon}} - + {{else}} {{/if}} diff --git a/view/tpl/app_inline.tpl b/view/tpl/app_inline.tpl index fc3675380..678720f5f 100644 --- a/view/tpl/app_inline.tpl +++ b/view/tpl/app_inline.tpl @@ -1,7 +1,7 @@

{{$app.name}}{{if $app.price}} ({{$app.price}}){{/if}}

{{if $icon}} - + {{else}} {{/if}} @@ -14,10 +14,10 @@
{{if $action_label}} - + {{/if}} {{if $purchase && $app.type !== 'system'}} - + {{/if}}
diff --git a/view/tpl/app_install.tpl b/view/tpl/app_install.tpl index 16b89d350..4783ba977 100644 --- a/view/tpl/app_install.tpl +++ b/view/tpl/app_install.tpl @@ -8,6 +8,6 @@ diff --git a/view/tpl/app_nav.tpl b/view/tpl/app_nav.tpl index a8489382e..c91a0c9af 100644 --- a/view/tpl/app_nav.tpl +++ b/view/tpl/app_nav.tpl @@ -1 +1 @@ -{{if $icon}}{{else}}{{/if}}{{$app.name}} +{{if $icon}}{{else}}{{/if}}{{$app.name}} diff --git a/view/tpl/app_nav_pinned.tpl b/view/tpl/app_nav_pinned.tpl index bf942dd48..5156372c3 100644 --- a/view/tpl/app_nav_pinned.tpl +++ b/view/tpl/app_nav_pinned.tpl @@ -1,6 +1,6 @@ {{if $icon}} - + {{$app.name}} {{else}} diff --git a/view/tpl/app_order.tpl b/view/tpl/app_order.tpl index 53c770cb7..4552e8e37 100644 --- a/view/tpl/app_order.tpl +++ b/view/tpl/app_order.tpl @@ -1,3 +1,3 @@ - - -{{if $icon}}{{else}}{{/if}}{{$app.name}}
+ + +{{if $icon}}{{else}}{{/if}}{{$app.name}}
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 54ac8cae4..ed8241545 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -187,7 +187,7 @@ {{/if}} {{if $item.reply_to}} {{/if}}
@@ -199,7 +199,7 @@ {{/if}} {{if $item.embed}} - {{$item.embed.0}} + {{$item.embed.0}} {{/if}} {{if $item.plink}} {{$item.plink.title}} diff --git a/view/tpl/hq_controls.tpl b/view/tpl/hq_controls.tpl index 0d433c2c2..83c62cb1d 100644 --- a/view/tpl/hq_controls.tpl +++ b/view/tpl/hq_controls.tpl @@ -1,7 +1,7 @@
{{foreach $entries as $e}} {{/foreach}}
diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl index 9b6c6d03b..8bcecd9d4 100644 --- a/view/tpl/messages_widget.tpl +++ b/view/tpl/messages_widget.tpl @@ -1,24 +1,24 @@ @@ -49,9 +49,9 @@
-
+
-
+
{{foreach $entries as $e}} diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 404ab73d3..d11dad59f 100644 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -2,7 +2,7 @@
{{if $authed}} {{if $create}} -  {{$create}} +  {{$create}} {{elseif $manage}} {{$manage}} {{/if}} diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index d8b8e2f74..3e9c96053 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -5,7 +5,7 @@ {{/if}}
- + {{/if}}
{{if $theme_switch_icon}} - + {{/if}}
@@ -234,7 +234,7 @@

{{else}}