UI changes for problems
This commit is contained in:
parent
332788dd20
commit
09241e73a5
18 changed files with 125 additions and 40 deletions
|
|
@ -34,6 +34,14 @@ export class UI {
|
|||
}
|
||||
}
|
||||
|
||||
selectCurrent() {
|
||||
location.href = '/problems?selection=current'
|
||||
}
|
||||
|
||||
selectAll() {
|
||||
location.href = '/problems?selection=all'
|
||||
}
|
||||
|
||||
displayList() {
|
||||
document.querySelector('.display-list').classList.remove('hidden')
|
||||
document.querySelector('.display-areas').classList.add('hidden')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue