Improve mobile layout and redesign admin interface (#665)

This commit is contained in:
Thomas Durieux
2026-04-15 06:04:43 +02:00
committed by GitHub
parent 6de9e1c1e2
commit 1d97c76e7e
15 changed files with 1882 additions and 1518 deletions
+3
View File
@@ -5,6 +5,7 @@ angular
"$http",
"$location",
function ($scope, $http, $location) {
$scope.Math = Math;
$scope.$watch("user.status", () => {
if ($scope.user == null) {
$location.url("/");
@@ -94,6 +95,7 @@ angular
"$http",
"$location",
function ($scope, $http, $location) {
$scope.Math = Math;
$scope.$watch("user.status", () => {
if ($scope.user == null) {
$location.url("/");
@@ -259,6 +261,7 @@ angular
"$http",
"$location",
function ($scope, $http, $location) {
$scope.Math = Math;
$scope.$watch("user.status", () => {
if ($scope.user == null) {
$location.url("/");
+1 -1
View File
File diff suppressed because one or more lines are too long