Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Stuff Bigger #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make Stuff Bigger #64

wants to merge 1 commit into from

Conversation

michael-grace
Copy link
Member

@michael-grace michael-grace commented May 12, 2021

Just making stuff bigger. I can't be the first presenter to think its all too small when its on the other side of the room? Or am I just going blind?

image
image
image
image

Comment on lines 73 to 80
if (second < 45) {
Timelord.setCurrentShowName("News intro in " + (45 - second) + "...", 'news');
Timelord.setNewsCountdown("NEWS INTRO", (45 - second));
} else if (second <= 52) {
Timelord.setCurrentShowName((52 - second) + " until voice over...", 'news');
Timelord.setNewsCountdown("VOICE OVER", (52-second));
} else {
Timelord.setNewsCountdown(false, 0);
Timelord.setCurrentShowName(Timelord._config.short_name + ' News', 'news');
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we have an exception where it displays in current position if breaking news here?

@hicks927
Copy link
Member

A) Yes, you're going blind.
B) I think you're too small on the other side of the room tbh.
C) Seems to work fine.

D) What happens if the breaking news tab is active (say we're using it to display a timer during CIN) when we still want news coundown?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants