Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Sep 9, 2022
1 parent 453670d commit 8b2eb6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biscuit/core/components/settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
"""TODO: Settings tab"""
# TODO Settings as a tab
# Should contain all settings in a scrollable canvas
5 changes: 5 additions & 0 deletions biscuit/core/layout/base/content/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# TODO Use grid manager
# As editorspane have an emptytab to be replaced
# and panel can be made hidden, using grid manager
# is the way to go here, to keep it less glitchy.

import tkinter as tk
from tkinter.constants import *

Expand Down
4 changes: 4 additions & 0 deletions biscuit/core/layout/statusbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TODO Reimplement all info shown on statusbar
# - Re add all buttons and labels
# - (Popups shall be revised first) Re add all popups

import tkinter as tk

from .popups import *
Expand Down

0 comments on commit 8b2eb6a

Please sign in to comment.