caucus icon indicating copy to clipboard operation
caucus copied to clipboard

cses problem url support added

Open starkkumarkk1611 opened this issue 3 years ago • 6 comments

I have solved issue #52 Please review my code and merge it. If any Improvement is needed please suggest and guide me.

thanks, I would like to work on more issues like this.

starkkumarkk1611 avatar Oct 06 '21 08:10 starkkumarkk1611

can you allow edits from maintainer

https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork

Rishabh-malhotraa avatar Oct 07 '21 08:10 Rishabh-malhotraa

can you allow edits from maintainer

https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork

done ...

starkkumarkk1611 avatar Oct 07 '21 10:10 starkkumarkk1611

@MarufSharifi do you mind reviewing this PR and seeing if the changes make sense?

Rishabh-malhotraa avatar Oct 16 '21 16:10 Rishabh-malhotraa

@Rishabh-malhotraa sorry sir for being late, I have made the requested changes. I think sir now you can merge it.

starkkumarkk1611 avatar Oct 19 '21 13:10 starkkumarkk1611

Please consider a new candition in the CodeForces.tsx for cses.fi as well.

<div> {hostname === "codeforces.com" ? ( <div className={"codeforces"} ref={MathRef}> {parse(htmlString)} </div> ) : ( <div className={"atcoder"} ref={MathRef}> {parse(htmlString)} </div> )} <Divider /> </div>

please consider this changes as well

zarin-maruf avatar Oct 19 '21 13:10 zarin-maruf

Please consider a new candition in the CodeForces.tsx for cses.fi as well. <div> {hostname === "codeforces.com" ? ( <div className={"codeforces"} ref={MathRef}> {parse(htmlString)} </div> ) : ( <div className={"atcoder"} ref={MathRef}> {parse(htmlString)} </div> )} <Divider /> </div>

please consider these changes as well

thanks, just now I am doing sir

starkkumarkk1611 avatar Oct 19 '21 13:10 starkkumarkk1611