84 Commits

Author SHA1 Message Date
Pau Ferrer Ocaña
caac024ae6 MOBILE-4594 styles: Change html to :root as it has more specificity 2024-07-17 16:55:21 +02:00
Dani Palou
eea7ded755 MOBILE-4604 core: Add external-content to site logo and grades img 2024-06-04 12:35:48 +02:00
Noel De Martin
77d3ac9d43 MOBILE-4470 angular: Fix snapshot types
Route snapshots are typed as non-optional, but we found a situation where it was undefined. Looking at the Angular source code, it seems like indeed snapshots can be undefined but they have been declared with a definite assignment assertion: https://github.com/angular/angular/blob/17.3.0/packages/router/src/router_state.ts#L231
2024-05-14 13:33:34 +02:00
Pau Ferrer Ocaña
4a20edc06a MOBILE-4565 a11y: Improve quiz styles 2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
59280ca81c MOBILE-4458 design: Apply typography 2024-03-20 15:25:11 +01:00
Pau Ferrer Ocaña
62692bd23d MOBILE-4456 course: Load icon svg as inline and style them properly 2024-02-29 16:40:31 +01:00
Pau Ferrer Ocaña
dddc95bfc6 MOBILE-4329 chore: Add generic table styles 2024-02-27 09:44:11 +01:00
Noel De Martin
3621bc46a5 MOBILE-3947 glossary: Fix tests
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.

See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
2024-01-15 16:35:57 +01:00
Pau Ferrer Ocaña
9dab24fef5 MOBIE-3947 lint: Fix self closing tags 2023-11-27 14:45:50 +01:00
Pau Ferrer Ocaña
feb8a78ecc MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement 2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
e40a4f13bb MOBILE-3947 chore: Fix some HTML strict types 2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
9be60c9e83 MOBILE-3947 chore: Fix eqeqeq on HTML 2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
a81f93822f MOBILE-3947 chore: Change import to use on Sass 2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
68d9d6cdd7 MOBILE-4362 icon: Improve icon filter handling 2023-10-25 15:36:17 +02:00
Dani Palou
056bb289b7
Merge pull request #3799 from crazyserver/MOBILE-4348
Mobile 4348
2023-10-03 08:42:28 +02:00
Pau Ferrer Ocaña
d790e2a752 MOBILE-4348 mod-icon: Sort Mod icon css variables 2023-10-02 21:43:34 +02:00
Noel De Martin
73dff1ace4 MOBILE-4362 grades: Fix swipe navigation in tablet 2023-10-02 17:39:18 +02:00
Dani Palou
2d2cc2f5f9 MOBILE-4368 analytics: Apply new analytics system to all pages 2023-07-13 13:53:36 +02:00
Noel De Martin
2a01965941 MOBILE-4188 grades: Improve course navigation 2023-05-08 15:50:29 +02:00
Noel De Martin
c06671a760 MOBILE-4188 grades: Fix search results swiping 2023-04-19 15:02:39 +02:00
Noel De Martin
8bb6b45159 MOBILE-4188 grades: Implement teacher gradebook 2023-04-17 11:18:59 +02:00
Noel De Martin
ad5fc0b1b7 MOBILE-4308 core: Apply no filter to complex icons 2023-04-12 12:57:18 +02:00
Noel De Martin
98d332138a MOBILE-4270 core: Standardize page modules 2023-03-16 11:02:11 +01:00
Noel De Martin
f82d3504f6 MOBILE-4193 grades: Avoid filtering rich images 2023-03-15 12:04:36 +01:00
Noel De Martin
0c998b8f8b MOBILE-4193 core: Consolidate module icons sources 2023-03-15 12:04:36 +01:00
Pau Ferrer Ocaña
28b7466fd0 MOBILE-4081 grades: Improve grades performance by loading chunks of data 2022-12-02 11:51:54 +01:00
Noel De Martin
222704a59b MOBILE-4176 grades: Apply bold styles 2022-11-21 16:18:56 +01:00
Noel De Martin
7661208862 MOBILE-4176 grades: Test viewing grades 2022-11-16 12:16:36 +01:00
Noel De Martin
49e0491428 MOBILE-4176 grades: Fix 4.1 layout
Fixes some breaking changes introduced in MDL-75513. The fixes included here are not exhaustive but should take care of the basic scenarios covered by e2e tests. Subsequent fixes will be provided to handle other edge-cases.
2022-11-14 17:52:47 +01:00
Noel De Martin
ef6a4ed7f4 MOBILE-4127 theme: Move mode classes to html tag 2022-09-15 17:14:58 +02:00
Pau Ferrer Ocaña
3a9b10a90c MOBILE-4081 chore: Mixed Code smell fixes 2022-09-02 14:45:05 +02:00
Noel De Martin
8dd0ef41a1 MOBILE-4038 icon: Revert getModuleIconSrc to sync
Reverted from 1c0a86d045
2022-06-23 12:29:54 +02:00
Pau Ferrer Ocaña
c40b792f5d MOBILE-3833 style: Normalize font-size on cards 2022-03-31 11:14:44 +02:00
Pau Ferrer Ocaña
90ddcd7827 MOBILE-3833 loading: Change loading usage 2022-03-25 14:49:01 +01:00
Pau Ferrer Ocaña
6a1b692dc5 MOBILE-3814 dom: Move new function to a singleton class 2022-03-22 11:40:16 +01:00
Pau Ferrer Ocaña
a76914f25a MOBILE-3814 dom: Improve scroll handling 2022-03-21 16:38:55 +01:00
Pau Ferrer Ocaña
09b962cf04
Merge pull request #3170 from dpalou/MOBILE-3930
Mobile 3930
2022-03-14 11:15:16 +01:00
Pau Ferrer Ocaña
b0165e87e4 MOBILE-3814 collapsible: Reduce collapsible item size 2022-03-10 09:19:22 +01:00
Pau Ferrer Ocaña
112f00bcb5 MOBILE-3814 format-text: collapsible item directive replaces maxHeight 2022-03-08 15:43:06 +01:00
Dani Palou
71f65cec07 MOBILE-3930 mod: Fix log view not called after PTR if fetch failed 2022-03-08 12:04:00 +01:00
Pau Ferrer Ocaña
a3c5914e5c MOBILE-3814 grades: Mod icon colors on grade should be B/W 2022-02-21 14:29:39 +01:00
Pau Ferrer Ocaña
97a8dc3f7a MOBILE-3931 module: Improve module summary style 2022-02-18 11:41:17 +01:00
Pau Ferrer Ocaña
71788e83bf MOBILE-3931 grades: Fix navigate to gradeId 2022-02-18 11:41:17 +01:00
Pau Ferrer Ocaña
abfc4ffb38 MOBILE-3814 styles: Animate expandable chevrons 2022-02-10 16:04:57 +01:00
Dani Palou
21a7ec66a2 MOBILE-3958 grades: Display icon and color in grades 2022-02-07 14:23:44 +01:00
Pau Ferrer Ocaña
5040f70da8 MOBILE-3814 styles: Adapt colors to match LMS 2022-02-03 15:57:26 +01:00
Pau Ferrer Ocaña
acb44dd474 MOBILE-3814 style: Adapt colors 2022-01-27 19:12:29 +01:00
Pau Ferrer Ocaña
d8a1799b9f MOBILE-3814 UI: Change caret to chevrons 2022-01-19 14:44:23 +01:00
Pau Ferrer Ocaña
f7010db091 MOBILE-3811 icon: Adapt new icons on all views 2022-01-19 10:39:26 +01:00
Noel De Martin
ce7880afc3 MOBILE-3934 grades: Fix feedback column in table 2022-01-17 12:30:39 +01:00