Commit graph

6 commits

Author SHA1 Message Date
Manthan Ankolekar
0e70d1e373
Update src/pages/List.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2024-12-29 09:18:42 +05:30
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
Nelson Chan
62acd2edb1 Fix: misc. layout fix on mobile 2022-06-14 22:43:44 +08:00
Louis Lam
649f3106e1 Enforce semicolon, fix format globally 2022-04-14 01:20:54 +08:00
Ponkhy
c90d17bd66 Added animation for list page change 2021-08-21 23:01:43 +02:00
LouisLam
64498163e1 add /list for mobile 2021-08-19 18:12:52 +08:00