-
Notifications
You must be signed in to change notification settings - Fork 370
Audioplayer repeats #388
Audioplayer repeats #388
Conversation
|
Deployed to: http://staging.quran.com:32769 |
f79de0f to
d6f0cd8
Compare
|
Deployed to: http://staging.quran.com:32780 |
| import { decrypt } from 'sjcl'; | ||
| import Helmet from 'react-helmet'; | ||
|
|
||
| import debug from 'helpers/debug'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this alias configured?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sabeurthabti not an alias but prefilling the namespace for the debug lib. https://github.com/quran/quran.com-frontend/blob/master/src/helpers/debug.js
d6f0cd8 to
f959d87
Compare
|
Deployed to: http://staging.quran.com:32794 |
| } | ||
| ) | ||
| export default class Audioplayer extends Component { | ||
| export class Audioplayer extends Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! exporting the class to make it testable.
|
UI reviewed and code reviewed. All Good. |
|
thank you sir! LEts merge this |
* Audioplayer repeat * ui * wip * tests
No description provided.