openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
20 stars 16 forks source link

feat: Enrolled Web Based Programs Implementation #259

Closed saeedbashir closed 8 months ago

saeedbashir commented 8 months ago

This PR adds support for web-based enrolled programs.

[iOS] Program Progress Page

https://github.com/openedx/openedx-app-ios/assets/5606473/a3af6a5d-23af-4469-b9e7-0accf414546f

rnr commented 8 months ago

@saeedbashir I know it's webView based content but perhaps we can add a small css injection to add some left padding?

Screenshot 2024-01-26 at 18 58 48
rnr commented 8 months ago

Also I would like to have a small css-injection here too like add for "number-circle" class:

display: table-cell;
vertical-align: middle;
Screenshot 2024-01-26 at 18 54 32

@saeedbashir WDYT?

rnr commented 8 months ago

@saeedbashir please look on this - looks like it publishes from background thread

Screenshot 2024-01-26 at 19 18 10
saeedbashir commented 8 months ago

Closing this PR in favor of https://github.com/openedx/openedx-app-ios/pull/260 because the PR was created directly from the openedX repo instead of fork. Thank you, @rnr for highlighting it.