uptime-kuma/src/pages
Manthan Ankolekar ddf35ec96f Fix list route for responsive UI
Related to #359

Add a check to redirect to the homepage if the view is not mobile in the `src/pages/List.vue` file.

* Import `mobileMixin` in `src/pages/List.vue`.
* Add a `created` lifecycle hook to check if the view is mobile and redirect to `/dashboard` if not.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/louislam/uptime-kuma/issues/359?shareId=XXXX-XXXX-XXXX-XXXX).
2024-12-24 11:33:02 +05:30
..
AddStatusPage.vue fix: slug input (#5239) 2024-11-26 01:56:23 +01:00
Dashboard.vue UPTM-14 - Dashboard Display on vertical 4K screen (#3451) 2023-08-03 21:07:01 +08:00
DashboardHome.vue Fix: name column in the dashboad being squashed in some aspect ratios (#4193) 2024-08-24 19:44:51 +02:00
Details.vue Monitor Conditions (#5048) 2024-08-30 21:48:13 +02:00
EditMaintenance.vue Follow up #3263 (#3847) 2023-10-14 19:00:27 +08:00
EditMonitor.vue Fix the timeout value (#5352) 2024-11-19 01:29:35 +01:00
Entry.vue Fix: entryPage setting can be null (#3994) 2023-11-08 20:46:10 +08:00
List.vue Fix list route for responsive UI 2024-12-24 11:33:02 +05:30
MaintenanceDetails.vue Follow up #3263 (#3847) 2023-10-14 19:00:27 +08:00
ManageMaintenance.vue UI: Improve maintenace actions design (#4407) 2024-02-03 06:16:14 +08:00
ManageStatusPage.vue Fix logo height in the status page list 2022-06-21 15:46:22 +08:00
NotFound.vue Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
Settings.vue Feat: Show monitor ID in Details (#4331) 2024-01-28 18:15:29 +08:00
Setup.vue Follow up #3263 (#3847) 2023-10-14 19:00:27 +08:00
SetupDatabase.vue Missing translation key (#4200) 2023-12-10 14:33:01 +08:00
StatusPage.vue Status Page E2E spec (#5068) 2024-09-01 02:20:55 +02:00