-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: make image larger to avoid wrap * fix: remove useless `as unknown` * feat #2 : started implementation of contribute page * feat #2 : add contribution deletion * feat #2 : move draft modal into its own component * feat #2 : make sure contribution file is also deleted * feat #2 : finish basic modal setup for draft contributions * fix : modal offset * fix : make sure cursor is a pointer on clickable components * feat #2 : almost finished contribute page * feat #2 : add poll counts to accepted submissions * feat #2 : fix deleted submissions still being displayed * feat #2 : "CSS" fixes * packages : update prisma * feat #2 : add COUNCIL role * feat #2 : better use for the accordion * feat #2 : add council page & contribution counselor vote * fix: better name for many-to-many relations tables * feat #2: add co-submitted accordion to submitted page * fix: add new ESLint rules * fix: SCSS linting * feat #2 : add loading state when auto selecting a texture * feat #2 : correctly update contribute page on change * feat #2: rename comp directory from submit to contribute * fix : add ESLint plugin to remove unused imports * tools : add more configs to .editorconfig
- Loading branch information
Showing
61 changed files
with
2,023 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"recommendations": [ | ||
"editorconfig.editorconfig" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.