Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements 2021 #13

Open
2 of 10 tasks
kitallis opened this issue Mar 19, 2021 · 1 comment
Open
2 of 10 tasks

Improvements 2021 #13

kitallis opened this issue Mar 19, 2021 · 1 comment

Comments

@kitallis
Copy link
Contributor

kitallis commented Mar 19, 2021

short

  • Redirect on review submission to the created review
  • Add usernames for comments
  • Send an in-browser notifications for new comments
  • Make the level curve related documentation (currently under Review > Edit) available on a top-level page
  • Dark mode
  • Sort the reviewers alphabetically before displaying them
  • Disable/freeze spring gem since the latest version doesn't work with < 6
  • Don't show L0.0 on index page if level hasn't been added yet

long

  • Move to rails 6
  • Rewrite in cljs
@prabhanshuguptagit
Copy link
Contributor

Dark mode? I have a starter CSS

body {
  background: #2d3743;
  color: #e1e1e0;
}

a {
  color: #18b718;  
}

.done {
  background: #338f86 !important;
}

.done a {
  color: #e1e1e0;
  text-decoration: underline;
}

blockquote.pending-reviews {
  background-color: black;
}

input {
color: black;
}

textarea {
color: black;

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants