From 313f8d9dbdfa6958eeaf8ed7cf1636d862a6b08d Mon Sep 17 00:00:00 2001 From: reivilibre Date: Fri, 2 Feb 2024 08:35:37 +0000 Subject: [PATCH 1/2] Fix null !== undefined mistake in #220 and improve rendering slightly (#222) * Fix null !== undefined mistake * Move 'has room'/'no room' indicator to less important space --- src/commands/ScheduleCommand.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/ScheduleCommand.ts b/src/commands/ScheduleCommand.ts index 7d4898f..d9c126f 100644 --- a/src/commands/ScheduleCommand.ts +++ b/src/commands/ScheduleCommand.ts @@ -33,7 +33,7 @@ export class ScheduleCommand implements ICommand { const upcoming = sortTasks(this.scheduler.inspect()); let html = "Upcoming tasks: