Skip to content

Commit 0fdcd9f

Browse files
destin-estrelaDestin Estrela
andauthored
Better course navigation, add students, view students, give students points (#54)
* Removed unused icons in sidebar * Query courses at app level * Settings Page * Fixed using wrong variable for listing mutations * Added sidebar for each course and changed add listing button * Switched to tab layout for course overview * Removed extranous right border * Refactored listings into own component * Add students to course with error checking * Smoother delete animation for listings * Polished adding listing animation * Pay Students column selector (missing mutation) * Removed faulty test * Functional award student points mutation call * Update student values and sort payable students alphabetically * Polished add student button * Fix prettier semicolon crashing ci * Fixed more eslint errors Co-authored-by: Destin Estrela <[email protected]>
1 parent 1428f11 commit 0fdcd9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3100
-891
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
- name: install, build and test
4242
run: |
4343
npm install
44-
npm run-script lint
4544
npm run-script test-ci
4645
npm run build

0 commit comments

Comments
 (0)