Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: delta/codecharacter-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: canvas
Choose a base ref
...
head repository: delta/codecharacter-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 81 files changed
  • 12 contributors

Commits on Mar 11, 2021

  1. Quest backend integration (#72)

    * feat: Quest Dropdown
    
    * Add Pagination for notification messages
    
    * Added StoryModeModal component and actions to open and close the modal.
    Added isStoryModeModalOpen and storyModeModalLevel to global state
    
    * fix snapshot error
    
    * feat: rebase StoryModeModal and QuestDropDown
    
    * Change in UI of quest dropdown
    
    * Added startMatch onclick to StoryModeModal to run AI Matches
    
    * Fixed Lint Errors
    
    * Add Pagination for notification messages
    
    * Added StoryModeModal component and actions to open and close the modal.
    Added isStoryModeModalOpen and storyModeModalLevel to global state
    
    * chore: integrate with backend user-quest status api
    
    * Fix bug in quest dropdown menu
    
    * Add file questLevels to store quest data
    
    * Fix StoryModeModal to show description from questLevels.ts
    
    Co-authored-by: Sriram <sriram01201@gmail.com>
    Co-authored-by: Dipesh Kafle <dipesh.kaphle111@gmail.com>
    Co-authored-by: Ram <ram2091999@users.noreply.github.com>
    4 people authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    dd45d36 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Update graph in leaderboard (#70)

    * Update graph in leaderboard
    
    * Fix leaderboard graphs UI
    
    * Hide Extra markers/Show total points only
    
    * Remove markers in X-Axis
    
    * Alphabetize code, Change var to let
    
    * Aligned leaderboard elements and added winning streak
    
    * Change color of Graph, Icons
    
    * Aligned name coloumn to left and made page more responsive
    
    * Update package.json
    
    * Update config.yml
    
    * Update Register.tsx
    
    * fixed react-flags-select
    
    * Update config.yml
    
    * Fix react-flags-select package related errors
    
    Co-authored-by: Sriram <sriram01201@gmail.com>
    Co-authored-by: Bestin B Thomas <Bestinbthomas@gmail.com>
    3 people authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    954f0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511f0f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. chore(app): code cleanup (#75)

    * chore(app): code cleanup
    
    * chore(app): destructure this.props
    bestinbthomas authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d902e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    91efea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    696a1cc View commit details
    Browse the repository at this point in the history
  2. Logout after socket connection closes (#79)

    * Logout after socket connection closes
    
    * Change from logout() to resetUserState
    
    * Update error message for unactivated accounts
    ElzaCS authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    0306d41 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. UI fixes in button bar and 2020 → 2021 (#80)

    * Remove AI Match option from button bar
    
    * Change 2020 to 2021
    
    * Remove run button from button bar
    
    * Remove run button from react tour
    
    * Save code before committing and submitting
    
    * Add descriptive tooltip for submit
    
    * Update prize info
    CaptainIRS authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1d5302f View commit details
    Browse the repository at this point in the history
  2. Add google oauth option (#81)

    ElzaCS authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    14cbdc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    ccae3ee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    f7cd2d8 View commit details
    Browse the repository at this point in the history
  2. Fix UI bugs and server config (#83)

    * Fix preloader error
    
    * Readd server config
    
    * Minor ui fixes in many components
    
    * Fix z-index of renderer panel separator
    
    * fix(leaderboard): fix text overlapping
    
    Co-authored-by: Bestin <bestinbthomas@gmail.com>
    CaptainIRS and bestinbthomas authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b1ef3b4 View commit details
    Browse the repository at this point in the history
  3. fix(deployment): fix server deployment bugs (#85)

    * fix(deployment): fix server deployment bugs
    
    * fix(leaderboard): remove student dropdown
    bestinbthomas authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    71a3fe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. fix(leaderboard) (#86)

    * Minor fixes in dashboard
    
    * Minor fixes in landing page
    
    * Make leaderboard responsive
    
    * Lint
    
    * Fix meta tag for mobile
    
    * Minor fixes in leaderboard
    
    * Update Register.tsx
    
    Co-authored-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>
    bestinbthomas and CaptainIRS authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6418513 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Minor UI fixes (#87)

    * Minor UI fixes
    
    * Fix contacts table alignment
    
    * Hack to fix leaderboard column width
    
    * Update src/app/components/ReactTour.tsx (Review)
    
    Co-authored-by: Anu John <anuejohn@gmail.com>
    
    * Update src/app/components/ReactTour.tsx (Review)
    
    Co-authored-by: Anu John <anuejohn@gmail.com>
    
    * Fix story modal title
    
    Co-authored-by: Anu John <anuejohn@gmail.com>
    CaptainIRS and ElzaCS authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d47ff8e View commit details
    Browse the repository at this point in the history
  2. Fix notification bug (#88)

    * fix notification bug
    
    * add discord server links
    
    * change name to forum
    
    Co-authored-by: Ram <ram2091999@users.noreply.github.com>
    ram2091999 and ram2091999 authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    9f64ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e576528 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Add 404 page and fix forum links and icons (#90)

    * Add 404 page and fix server URL match rule
    
    * Discourse -> Discord
    
    * Minor grammar fix
    
    * discord -> discord server
    
    * Revert from discord to forum
    
    * Remove pragyan login message
    CaptainIRS authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7c0c869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7756334 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    6966bc5 View commit details
    Browse the repository at this point in the history
Loading