diff --git a/webapp_timeline.py b/webapp_timeline.py index e8e48e05..4a0fe141 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -125,13 +125,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, # TODO: This CSS should be moved out of the code # Items like this that can be different per user should be kept # in the user's folder and loaded as final CSS, to allow overwrite(s) - - tlStr += \ - '" + f"{translate['Switch to profile view']}\n") # Full Row of Buttons @@ -464,7 +460,6 @@ def headerButtonsTimeline(defaultTimeline: str, """Returns the header at the top of the timeline, containing buttons for inbox, outbox, search, calendar, etc """ - # TODO: Create menu buttons via loop(s) accountDir = baseDir + '/accounts/' + nickname + '@' + domain @@ -516,77 +511,31 @@ def headerButtonsTimeline(defaultTimeline: str, # start of the button header with inbox, outbox, etc # TODO: [rename] containerHeader -> menu (or similar) - tlStr = '
\n' + tlStr += (f"\t