forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
without screenshots #3
Open
imchristie
wants to merge
212
commits into
develop
Choose a base branch
from
christie_snapshot2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-required-details
…teps in GitHub Workflows (oppia#20907) * Allow naming of merge from develop steps in GitHub Workflows * Modify existing test for merge step * Add a linter to require that all GitHub workflow steps be named * Add tests for requiring steps to be named and fix minor details in merge step test * Add names for workflow steps * Fix grammar mistakes in comments --------- Co-authored-by: Sean Lip <[email protected]> Co-authored-by: Akhilesh Kr. <[email protected]>
) * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates --------- Co-authored-by: Hardik Goyal <[email protected]> Co-authored-by: Akhilesh Kr. <[email protected]>
* fix question list pagination * add margin and pointer cursor to arrows * modify question list pagination tests for new behavior * run prettier
…raction (oppia#21314) * Fix issue oppia#21243: Made it possible to add solution to code edit interaction * Fix issue oppia#21243: Made it possible to add solution to code edit interaction * Made it possible to add solution to code edit interaction. Also fixed styling issues --------- Co-authored-by: Sean Lip <[email protected]>
…ppia#21340) Added feature flag gate
…hitespace (oppia#21313) use default value when text contains only whitespace
…ppia#21349) * Added enter key press for multiple choice component * Added test for multiple choice enter
* Added new goals-list.html and .ts files * Renamed files to goal-list and imported component into learner-dashboard-page.module * Created complete/incomplete goals sections in goals-tab, passing goalTopics to new goal-list component. * Added story details html * Added keys in en.json and qqq.json * imgUrl for goal-list * Added test cases for imgUrl * Added progress bar (getStoryProgress) * Added test case for getStoryProgress * StoryNode html * Added getNodeLessonUrl in goal-list, returns associated lesson url for each StoryNode. Added test cases. * Added ngCircleProgressModule to learner-dashboard module for goal-list to use. Added button to start StoryNode lesson * getMostRecentCompletedNode and test cases for goal-list * Story node button style for goal-list * handleToggleState for goal-list, displayAllNodes state to toggle subgoals * Notes * Styling fixes * Fixed getMostRecentCompletedNode and added heading style for goals tab * Renamed goal list styles * Linter, goal-list test cases, style fixes * 1. Fixed spacing for add goals button, i81n keys in goals-tab 2. Moved condtional for displaying in-progress & recommended lessons in home-tab 3. Added conditional for background banner to not display in redesign * 1. Background-color 2. Fixed font-size for content-toggle and its position relative to card-display * Styling fixes and remove goal button * Test case for removeGoals * Linter fixes * Linter fix * TypeScript fixes * RTL fix * Fixed karma compoonent/directive issue * Added aria labels to buttons in goals tab * Added aria label to content toggle button * Replaced inline style with classes or ngStyle in goal-list * Replaced ngStyles with classes in goals list * Converted ngStyle to class for add-goals-modal * Fixed karma tests in add goals modal
…ppia#21356) * Remove oppiaml functionality (backend) * Remove oppiaml functionality (frontend) * Update karma and requirements_dev.txt * Fix lint errors. * Drop file that was causing errors in karma test * Fix issues in test setup script
…ppia#21309) * Fixed /explore route redirect * Added error/iframed route * Added the error-iframed page for exp player * Remove the ExplorationEmbedPage class from backend * Removed exploration-player-page-routing.module * Added frontend tests * Removed the old backend tests * Fixed backend tests * Lint fix * fix backend tests * Added logic for handling verison param * Added backend tests * Added Frontend tests and fix backend tests coverage * lint fix * Added logic for X-Frame response header * Mypy fix * Typo fix * lint fix
…tor page and voice artist accent labeling feature from voiceover admin page (oppia#21339) Adds feature flag
* Managing Issue oppia#20749 * fixed Linter Checks errors * fixed Linter Checks errors #2 * fixed Linter Checks errors #3 * fixed Linter Checks errors #4 * fixed Linter Checks errors #5 * fixed Linter Checks errors #6 --------- Co-authored-by: Martin Šidlík <[email protected]> Co-authored-by: Hardik Goyal <[email protected]>
…4-bit system (oppia#21275) fix: drops the dependency on python during install_node.sh on Docker setup Signed-off-by: gutoslv <[email protected]> Co-authored-by: Sean Lip <[email protected]>
Fixed unresponsive scrolling after side-navbar navigation
…r project ID fetch from env variable (oppia#21237) * Add new platform params * Add email logging for non-prod * Add debug logging for project ID * Revert email platform param changes * Add missed reverts * Location change fixes for email platform params * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Add site URL param * Add tests, fix tests * Fix tests * Fix tests * Separate email revert change * Revert missed change * Revert missed change * Fix tests * Fix tests * Update defaults
…ppia#21334) * Fix toolbar for small screens in the translation tab * Made changes as requested by maintainer * Worked on failing Lint checks * Fixed Lint checks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
the cause of the bug was, and which PR introduced it]
Essential Checklist
Please follow the instructions for making a code change.
Testing doc (for PRs with Beam jobs that modify production server data)
Proof that changes are correct
Proof of changes on desktop with slow/throttled network
Proof of changes on mobile phone
Proof of changes in Arabic language
PR Pointers