Commit Graph

784 Commits

Author SHA1 Message Date
Jannat Patel 737405d449 Merge pull request #306 from pateljannat/profile-redesign 2022-02-23 09:57:27 +05:30
Jannat Patel e805ae7757 feat: profile page redesign 2022-02-23 09:36:50 +05:30
Jannat Patel d5cf0fee64 Merge branch 'main' of https://github.com/frappe/school into profile-redesign 2022-02-22 11:34:22 +05:30
Jannat Patel 48e2ae6e52 Merge pull request #305 from pateljannat/lesson-page-fixes 2022-02-22 11:30:16 +05:30
Jannat Patel 351e784733 fix: conflicts 2022-02-22 11:18:57 +05:30
Jannat Patel 6c64181bf4 fix: overlay position when related courses 2022-02-22 11:15:02 +05:30
Jannat Patel d64e6a12a7 Merge pull request #304 from pateljannat/quiz-redesign 2022-02-21 18:45:19 +05:30
Jannat Patel ccddc9a404 fix: margin before explanation 2022-02-21 18:03:27 +05:30
Jannat Patel aee35aa66d fix: ui after question check 2022-02-21 16:30:10 +05:30
Jannat Patel 0cf953b3eb fix: markup lib 2022-02-21 16:01:07 +05:30
Jannat Patel eb073ebe87 fix: quiz card layout 2022-02-21 15:23:23 +05:30
Jannat Patel c3fac64280 fix: translations and sidebar 2022-02-21 14:55:20 +05:30
Jannat Patel 28ef8e7db7 feat: quiz redesign 2022-02-21 11:43:05 +05:30
Jannat Patel e3eda95b35 Merge pull request #303 from pateljannat/course-page-redesign 2022-02-18 12:52:05 +05:30
Jannat Patel 894a68823f fix: button width 2022-02-18 12:44:42 +05:30
Jannat Patel dc3843087e feat: course page redesign 2022-02-18 12:26:08 +05:30
Jannat Patel aaae9fe8bc Merge pull request #302 from pateljannat/reviews-empty-state 2022-02-17 17:24:23 +05:30
Jannat Patel 3dc9fc52a7 style: reviews empty state 2022-02-17 17:17:26 +05:30
Jannat Patel 2d373ba509 fix: avg rating condition 2022-02-17 16:53:40 +05:30
Jannat Patel f200e79dc8 style: banner 2022-02-17 16:51:21 +05:30
Jannat Patel ae9518a006 Merge pull request #301 from pateljannat/course-list-page 2022-02-17 15:04:48 +05:30
Jannat Patel 96c24e8e5f test: certificate with expiry 2022-02-17 14:56:33 +05:30
Jannat Patel cc0c1cc320 fix: removed console statements 2022-02-17 14:40:33 +05:30
Jannat Patel 9834c83126 revert: print statement 2022-02-17 13:43:11 +05:30
Jannat Patel 4b8cb5a4e4 fix: test data 2022-02-17 13:37:29 +05:30
Jannat Patel 7e2f473e22 fix: import statement 2022-02-17 13:05:47 +05:30
Jannat Patel ee9f858933 test: certificate creation 2022-02-17 12:46:35 +05:30
Jannat Patel 69f322d34c fix: certification flow 2022-02-17 11:38:27 +05:30
Jannat Patel 91099188f2 Merge pull request #300 from pateljannat/course-home-redesign 2022-02-17 10:12:56 +05:30
Jannat Patel 1e7209bafa style: banner 2022-02-16 20:41:20 +05:30
Jannat Patel a23a356bf6 style: course home 2022-02-16 19:12:25 +05:30
Jannat Patel 5218e134a9 Merge pull request #299 from pateljannat/jobs-redesign 2022-02-14 16:22:58 +05:30
Jannat Patel 55a87999e4 fix: date format 2022-02-14 16:14:53 +05:30
Jannat Patel 6cd7861b2c style: job card redesign 2022-02-14 13:46:02 +05:30
Jannat Patel 6dfaeddc0a Merge pull request #298 from pateljannat/ip-issue-fix 2022-02-11 15:06:51 +05:30
Jannat Patel 4846549a90 fix: ip issue 2022-02-11 12:56:11 +05:30
Jannat Patel 942837b4d9 fix: instructor patch 2022-02-11 10:33:06 +05:30
Jannat Patel 259b4aabcc Merge pull request #297 from pateljannat/redesign-school 2022-02-11 10:05:52 +05:30
Jannat Patel 6200b6a4b0 fix: suffix message for course card instructor 2022-02-10 12:59:31 +05:30
Jannat Patel 6ee1413996 fix: import 2022-02-10 10:32:23 +05:30
Jannat Patel 08fff1700f fix: tests and moved course functions to lms utils 2022-02-10 10:22:01 +05:30
Jannat Patel fd5b7976e7 fix: get_doc references 2022-02-10 09:53:08 +05:30
Jannat Patel e17637d27b fix: conflicts 2022-02-08 16:34:24 +05:30
Jannat Patel 57c69a7d6c fix: removing get_doc dependencies for lms course 2022-02-08 16:13:38 +05:30
Jannat Patel bf3a496ea3 feat: multiple instructors on course card and course home 2022-02-07 13:41:28 +05:30
Jannat Patel 3e46db9c11 feat: multiple instructors 2022-02-07 12:01:07 +05:30
Jannat Patel 50c624e305 Merge pull request #295 from anandology/context-in-page-extensions 2022-02-07 11:33:49 +05:30
Anand Chitipothu 6d4e64059a feat: pass context to page extensions
Pass the context to page extensions to allow them to make decisions
based on the context. For example, an extension to load the course
specific scripts. This is currently not possible because the course
details are not availale to the page extensions. Made this possible by
passing the context to page extensions.
2022-01-25 07:32:13 +05:30
Jannat Patel ec879b12b3 Merge pull request #291 from pateljannat/jobs-improvement 2022-01-11 19:55:18 +05:30
Jannat Patel 5ace8f5570 fix: email content 2022-01-11 19:41:59 +05:30