Add Pending Payment tab and rebrand to TeleShop Admin
- Added new 'Pending Payment' tab to show orders awaiting payment (4 orders) - Rebranded admin panel from 'LittleShop Admin' to 'TeleShop Admin' - Updated login page, layout, and dashboard with new branding - Fixed visibility issue where PendingPayment orders had no tab - All 13 orders are now visible across appropriate tabs 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||
<title>@ViewData["Title"] - LittleShop Admin</title>
|
||||
<title>@ViewData["Title"] - TeleShop Admin</title>
|
||||
|
||||
<!-- PWA Meta Tags -->
|
||||
<meta name="application-name" content="LittleShop Admin" />
|
||||
<meta name="application-name" content="TeleShop Admin" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<meta name="apple-mobile-web-app-title" content="LittleShop" />
|
||||
<meta name="apple-mobile-web-app-title" content="TeleShop" />
|
||||
<meta name="description" content="Modern e-commerce admin panel" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="theme-color" content="#2563eb" />
|
||||
@@ -40,7 +40,7 @@
|
||||
<nav class="navbar navbar-expand-sm navbar-light bg-white">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="@Url.Action("Index", "Dashboard", new { area = "Admin" })">
|
||||
<i class="fas fa-store"></i> LittleShop Admin
|
||||
<i class="fas fa-store"></i> TeleShop Admin
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
||||
Reference in New Issue
Block a user