Skip to content

Commit

Permalink
feat: converted notification redux structure to context API (#598)
Browse files Browse the repository at this point in the history
* feat: converted notification redux structure to context API

* fix: fixed more notification show button issue

* fix: fixed naming and restructure issue

* fix: renamed component

* refactor: rmeoved alt attribute from button

* fix: fixed disable next line lint issue

* fix: fixed UI placement issue

* test: fix test cases

* fix: refactor useref code

* refactor: refactor learningHeader component

* fix: fix test case of learningheader

* fix: refactor changes
  • Loading branch information
sundasnoreen12 authored Oct 25, 2024
1 parent ff47031 commit 6a1d2c2
Show file tree
Hide file tree
Showing 40 changed files with 2,435 additions and 314 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/prod/logo-trademark.svg
LOGO_WHITE_URL=https://edx-cdn.org/v3/prod/logo-white.svg
FAVICON_URL=https://edx-cdn.org/v3/prod/favicon.ico
NOTIFICATION_FEEDBACK_URL=''
CAREERS_URL=''
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/prod/logo-trademark.svg
LOGO_WHITE_URL=https://edx-cdn.org/v3/prod/logo-white.svg
FAVICON_URL=https://edx-cdn.org/v3/prod/favicon.ico
NOTIFICATION_FEEDBACK_URL=''
CAREERS_URL=''
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('eslint');
module.exports = createConfig('eslint', {
globals: {
lightningjs: true,
},
});
Loading

0 comments on commit 6a1d2c2

Please sign in to comment.