Initial rewrite of the apps view

This commit is contained in:
Johannes Zellner
2024-12-29 00:36:48 +01:00
parent a42c7e4735
commit 55e0d734df
6 changed files with 164 additions and 14 deletions

View File

@@ -62,8 +62,8 @@ app.config(['$routeProvider', function ($routeProvider) {
controller: 'AppStoreController',
templateUrl: 'views/appstore.html?' + window.VITE_CACHE_ID
}).when('/apps', {
controller: 'AppsController',
templateUrl: 'views/apps.html?' + window.VITE_CACHE_ID
// controller: 'AppsController',
// templateUrl: 'views/apps.html?' + window.VITE_CACHE_ID
}).when('/profile', {
controller: 'ProfileController',
templateUrl: 'views/profile.html?' + window.VITE_CACHE_ID