Add dark mode UI and update components
This commit is contained in:
parent
f2817bc1f1
commit
c263092c10
9 changed files with 488 additions and 87 deletions
|
|
@ -162,9 +162,6 @@ class CVSRepositoryBrowser {
|
|||
* Setup event listeners
|
||||
*/
|
||||
setupEventListeners() {
|
||||
// Refresh button
|
||||
ui.refreshBtn.addEventListener('click', () => this.loadTree());
|
||||
|
||||
// File view buttons
|
||||
ui.historyBtn.addEventListener('click', () => this.showHistory());
|
||||
ui.diffBtn.addEventListener('click', () => this.showDiffView());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue