-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unused import in `constants.py` Greatly shortened the render_template parameters in `app.py` by utilising the **dict (function) syntax. Added `cursor: pointer` to the `.toggle` selector in `styles.css` to ensure the user knows that the smart skip toggle is clickable.
- Loading branch information
1 parent
ba0a93d
commit 2fc5bee
Showing
3 changed files
with
2 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
from pathlib import Path | ||
|
||
import regex | ||
from customtkinter import CTkFont | ||
|
||
|
||
class Paths: | ||
|
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