[Scummvm-git-logs] scummvm-web master -> 1b70f0e99e2eed1ac0f7fbb058b11cd319319fbd

Thunderforge noreply at scummvm.org
Tue May 24 20:25:53 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
1b70f0e99e WEB: Removing "Updated" level from Compatibility legend (#246)


Commit: 1b70f0e99e2eed1ac0f7fbb058b11cd319319fbd
    https://github.com/scummvm/scummvm-web/commit/1b70f0e99e2eed1ac0f7fbb058b11cd319319fbd
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-05-24T15:25:50-05:00

Commit Message:
WEB: Removing "Updated" level from Compatibility legend (#246)

This seems to have been for some planned functionality to highlight recent changes, but it was never completed. Since it is unused, remove it.

Changed paths:
    scss/pages/_compatibility.scss
    templates/pages/compatibility.tpl


diff --git a/scss/pages/_compatibility.scss b/scss/pages/_compatibility.scss
index 4b1a9139..404301a7 100644
--- a/scss/pages/_compatibility.scss
+++ b/scss/pages/_compatibility.scss
@@ -22,7 +22,3 @@
 		background-color: adjust-hue(hsl(0, 100%, (66-$i) + 0%), $i * 4.5 * 5);
 	}
 }
-
-.updated {
-	background-color: cornflowerblue;
-}
diff --git a/templates/pages/compatibility.tpl b/templates/pages/compatibility.tpl
index 3b1a67a1..3b7820c7 100644
--- a/templates/pages/compatibility.tpl
+++ b/templates/pages/compatibility.tpl
@@ -52,7 +52,6 @@
             {foreach from=$support_level_header key=level item=desc}
             <td class={$support_level_class.$level} align='center'>{$desc}</td>
             {/foreach}
-            <td class='updated' align='center'>Updated</td>
         </tr>
     </tbody>
 </table>
@@ -75,7 +74,7 @@
         <tr class="color{cycle values='2,0'}">
             <td class="gameFullName"><a href="{'/compatibility/'|lang}{$version}/{$game->getGame()->getId()}/">{$game->getGame()->getName()}</a></td>
             <td class="gameShortName">{$game->getGame()->getId()}</td>
-            <td class="gameSupportLevel {($game->getVersion() == $version) ? ' updated' : $pct_class}">{$support_level}</td>
+            <td class="gameSupportLevel {$pct_class}">{$support_level}</td>
         </tr>
         {/foreach}
     </tbody>




More information about the Scummvm-git-logs mailing list