* feat: add proctoring exam link to actions * feat: prerequisite settings in advanced tab * refactor: use formik for configuration modal in outline * feat: proctoring exam settings in subsection configuration test: prereq & proctoring settings * feat: outline alerts test: outline page alerts * refactor: replace highlights badge with bubble * feat: discussion badge in outline * refactor: status bar style and date format * Fix spacing between checklist and highlights button * Fix title alignment in status bar * Align learn more link to center with respect to button * Update start date display in local format * fix: unit url * refactor: redesign item header * move status to end of card * move edit icon next to title * make it visible on hover * test: improve coverage * refactor: update messages and alert colors
26 lines
276 B
Plaintext
Executable File
26 lines
276 B
Plaintext
Executable File
.DS_Store
|
|
.eslintcache
|
|
.idea
|
|
node_modules
|
|
npm-debug.log
|
|
coverage
|
|
|
|
dist/
|
|
src/i18n/transifex_input.json
|
|
temp/babel-plugin-react-intl
|
|
|
|
### pyenv ###
|
|
.python-version
|
|
|
|
### vim ###
|
|
*.swp
|
|
|
|
### Emacs ###
|
|
*~
|
|
/temp
|
|
/.vscode
|
|
/module.config.js
|
|
|
|
# Local environment overrides
|
|
.env.private
|