Raymond Zhou
9c4077f32d
feat: set videoId to '' instead of null on load ( #205 )
2023-01-20 11:22:18 -05:00
Kristin Aoki
5e037a7209
feat: change editor footer from sticky to fixed ( #202 )
2023-01-18 14:39:46 -05:00
Kristin Aoki
adb24ef9ea
feat: change default question text ( #199 )
2023-01-18 12:50:26 -05:00
Jesper Hodge
9a8307001f
add testability adr ( #201 )
...
* chore: hook ADR round 1
* chore: add adr number
* chore: revert changes that are not docs-related
* chore: revert changes
Co-authored-by: Ben Warzeski <bwarzeski@edx.org >
2023-01-18 11:44:50 -05:00
Kristin Aoki
7d21a3d4c9
feat: change feedback and delete icons to outline variants ( #198 )
2023-01-17 15:41:11 -05:00
Jesper Hodge
b7c24d1e1a
Fix answer box styling. TNL-10333 ( #197 )
...
* fix: use feedback icon with correct hover color
* fix: problem answer layout squishes delete button background
* fix: remove borders from textarea
* fix: textarea resize
* refactor: remove renderThing-antipattern in answer option
* fix: answer option feedback color
* fix: add second feedback box to all problem types
* refactor: move extra components out of answer option file
* fix: icon disappearing on hover when active
* fix: update snapshot
* fix: lint
* fix: add tests
* fix: add tests
* fix: snapshots
* Update src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
* fix: resolve discussions from PR
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
2023-01-13 17:00:56 -05:00
connorhaugh
95ae45cce8
fix: update title on type select ( #196 )
...
* fix: update title on type select
* fix: lint fix
* fix: add test
2023-01-13 14:37:52 -05:00
Kristin Aoki
1a370c12d9
feat: update problem type titles + small ui fixes ( #195 )
2023-01-13 10:04:01 -05:00
Kristin Aoki
990e35bdc2
feat: remove question box branding + menu ( #192 )
...
This PR address the console.log errors from the question box tinyMCE, removing the tinyMCE branding and menu.
2023-01-12 15:30:06 -05:00
connorhaugh
2a9851544e
Fix: advanced problem template reference ( #194 )
...
* fix: correctly reference advanced problem templates
* fix: remove console log
2023-01-12 13:23:02 -05:00
Raymond Zhou
aad7a6b706
feat: video editor fix to disappearing transcript ( #178 )
...
* feat: video editor fix to disappearing transcript
2023-01-12 12:51:56 -05:00
Jesper Hodge
574c2cc76a
fix: cannot open problem editor because of typeerror undefined ( #193 )
...
* fix: cannot open problem editor because of typeerror
* fix: snapshots
2023-01-12 12:25:18 -05:00
kenclary
6d823e4e7c
Merge pull request #187 from openedx/kenclary/TNL-10324
...
fix: match new frontend behavior with legacy behavior (zero problem attempts is zero attempts, null attempts is infinite); negative values disallowed and forced to zero. TNL-10324.
2023-01-12 10:40:47 -05:00
Ken Clary
390d620664
fix: match new frontend behavior with legacy behavior (zero problem attempts is zero attempts, null attempts is infinite); negative values disallowed and forced to zero. TNL-10324.
2023-01-12 10:31:13 -05:00
connorhaugh
6b2b5ac455
Update workflow
2023-01-12 09:56:59 -05:00
connorhaugh
70f5bb1080
build: pin semantic release to unblock pipeline ( #191 )
...
I saw that the release CI https://github.com/openedx/frontend-lib-content-components/actions/runs/3897027405/jobs/6654318273 was failing the release on [semantic-release]: node version >=18 is required. Found v16.19.0.
from https://github.com/semantic-release/semantic-release/releases/tag/v20.0.0 we learn that node v18 is now the minimum required version of node.
The version of semantic-release that runs in a repo is usually based on the relevant Github Acton workflow file for the release, defined in the repo itself.
I am pinning that version to 19.0.5 until the next node upgrade, as it seems we recently upgrade to node 16.
2023-01-12 09:31:31 -05:00
Kristin Aoki
5f5dc911da
fix: change # destination to advance settings url ( #189 )
2023-01-12 09:22:37 -05:00
connorhaugh
9b2e284ee3
fix: remove test ( #188 )
2023-01-11 16:53:16 -05:00
Kristin Aoki
d23a790ad2
feat: allow feedback to copy when problem changed ( #184 )
2023-01-11 16:40:36 -05:00
connorhaugh
cf1daa3ba5
Feat add templates for default problems after problem select ( #185 )
...
https://2u-internal.atlassian.net/browse/TNL-10316 is the relevant bug.
Problems have default values when created using the select type page.
2023-01-11 14:26:46 -05:00
Jesper Hodge
2c6679fe06
Feat raw olx editing. TNL-10218 ( #182 )
...
* refactor: move CodeEditor to shared components and remove circular dependency
* feat: add code editor to problem editor
* fix: typo
* feat: add save function to raw olx editor and add highlighting
* feat: simplify and add tests to edit problem view
* feat: add tests to problem edit view
* fix: update raw editor tests
* fix: code editor tests
* fix: package-lock
* fix: lint
2023-01-11 14:23:06 -05:00
connorhaugh
f81b0ee925
docs: add period to module.config.js ( #183 )
2023-01-11 10:25:25 -05:00
kenclary
6a4ac3525f
Merge pull request #180 from openedx/kenclary/TNL-10280
...
feat: confirmation dialog for closing any editor. TNL-10280.
2023-01-11 10:07:46 -05:00
Ken Clary
9ba0da04c3
feat: confirmation dialog for closing any editor. TNL-10280.
2023-01-11 09:58:43 -05:00
Kristin Aoki
af4cd55390
feat: unselect multiple choices type multi->single ( #181 )
2023-01-10 13:25:19 -05:00
connorhaugh
880d205cbb
Feat: raw editor ingress and egress logic ( #179 )
...
* feat: conditional rendering of olx editor.
* fix: open the raw editor if advanced is chosen
* fix: add test fix
* feat: add button to switch visual->advanced
* fix: add tests + lint for visual->advanced button
* feat: revert to advanced if parser fails
* fix: improve coverage
* feat: add confirm dialog to switch
* fix: load settings with advanced
* fix: refactor + lint fix
2023-01-10 09:42:44 -05:00
Kristin Aoki
09bb1dab2b
feat: add import transcripts from youtube ( #176 )
2022-12-23 10:54:07 -05:00
connorhaugh
2896393c53
feat: add problem type select
...
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
Co-authored-by: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com >
2022-12-22 16:52:21 -05:00
connorhaugh
83cbac6270
feat: doc updates for problem editor release
2022-12-20 15:31:14 -05:00
connorhaugh
8dea72de99
feat:problem editor
...
Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com >
Co-authored-by: Navin Karkera <navin@disroot.org >
Co-authored-by: Kaustav Banerjee <kaustav@opencraft.com >
2022-12-20 14:52:20 -05:00
connorhaugh
6f82e87574
feat: make delete and info icons outlines ( #150 )
...
* feat: make delete and info icons outlines
* feat:upgrade paragon
2022-12-14 11:44:41 -05:00
Kristin Aoki
f85d86f796
fix: left and right alignment ( #167 )
2022-12-13 15:04:53 -05:00
Zubair Shakoor
128b112af7
fix: -t flag added in pull translation command ( #142 )
2022-12-13 13:23:24 -05:00
Kristin Aoki
7daa2c2dba
fix: vertical spacing between items ( #166 )
2022-12-13 13:20:15 -05:00
Kristin Aoki
b5be6f441c
fix: add check if field is cleared ( #165 )
2022-12-12 14:18:25 -05:00
Kristin Aoki
07202c0518
feat: separate video id and url fields into two ( #164 )
2022-12-12 10:55:32 -05:00
Raymond Zhou
bcb3c3f7fb
feat: parseTranscript to work with all languages ( #162 )
...
* feat: parseTranscript to work with all languages
2022-12-09 11:05:50 -05:00
Raymond Zhou
cc61e2944c
feat: header overlap content when scrolling down ( #161 )
...
* feat: header overlap content when scrolling down
2022-12-07 15:24:48 -05:00
Kristin Aoki
01c3a42eb2
fix: transcript styling ( #159 )
2022-12-07 11:16:02 -05:00
kenclary
a15b894ec1
Merge pull request #160 from openedx/kenclary/TNL-10236
...
fix: editor title editing no longer tries to scale with input size. TNL-10236.
2022-12-07 11:10:21 -05:00
kenclary
014523731e
Merge pull request #158 from openedx/kenclary/TNL-10235
...
fix: editor container titles are the same height whether displaying or editing. TNL-10235.
2022-12-07 11:01:38 -05:00
Ken Clary
f6574c6849
fix: editor title editing no longer tries to scale with input size. TNL-10236.
2022-12-07 10:31:29 -05:00
Ken Clary
3239810a7f
fix: editor container titles are the same height whether displaying or editing. TNL-10235.
2022-12-07 10:05:33 -05:00
Kristin Aoki
6368ccf5ac
feat: show view license link at all levels ( #157 )
2022-12-05 12:43:14 -05:00
Kristin Aoki
0b199b1f5d
feat: add black canvas when current thumbnail is deleted ( #156 )
2022-12-02 16:47:00 -05:00
Raymond Zhou
73150817ca
feat: update paragon to v20.21.0 ( #155 )
2022-12-02 12:54:45 -05:00
Kristin Aoki
f824ef0551
fix: license styling ( #154 )
2022-12-01 15:14:44 -05:00
connorhaugh
35b58a42b5
feat: left align widget "add" buttons ( #153 )
2022-12-01 12:20:29 -05:00
Kristin Aoki
6a2bafb402
fix: font/icon size and color ( #152 )
2022-11-30 15:31:39 -05:00
connorhaugh
e70800543a
feat: increase spacing between video settings ( #149 )
2022-11-30 14:12:03 -05:00