-
-
-
imathis added a comment 152 5 months ago
Recognize a time zone for New Zealand (GMT +13)
The official timezone format is NZST, but neither that nor New Zealand show up in the autocomplete.
-
-
-
imathis created a task for Bcasci 102 6 months ago.
Fix links on titles of discussions in the dashboard.
-
imathis marked a task as done 101 6 months ago.
Add cookie logic to bandwidth chooser.
-
imathis marked a task as done 82 6 months ago.
Test in IE6, 7, 8
-
imathis added a comment 101 6 months ago
Add cookie logic to bandwidth chooser.
I finished the javascript for the bandwidth chooser. It's pretty simple javascript, but you'll need to set a cookie based on what it's doing. I've already setup a section for you to do so. On line 330 you'll see this:
if($(this).hasClass('high')){
//set cookie for high quality
}else{
//set cookie for low quality
}That's basically just checking which quality tab was clicked.
The other thing is that you'll need to hide the appropriate div based on the cookie being read in. If you can stub out the cookie being red in, I'll wire up the hide/show logic if you like, or you can handle that stuff.
-
-
imathis marked a task as done 96 6 months ago.
I'd like to have these on the discussions section of the dashboard: quote, username, link, and date.
-
imathis marked a task as done 100 6 months ago.
Fix SASS error when widgets.css is used...
-
imathis marked a task as done 99 6 months ago.
Style discussions on the dashboard
-
imathis marked a task as done 95 6 months ago
Broadcaster dashboard design
basically done, this task is too big, so I'm closing it in favor of small tasks.
-
imathis marked a task as done 97 6 months ago.
style station errors on dashboard
-
imathis marked a task as done 87 6 months ago.
Walk through broadcaster control panel with Brandon, then determine best course of action.
-
imathis marked a task as done 98 6 months ago.
Fix navigation for dashboard
-
-
-
imathis added Bcasci to the email notifications list 97 6 months ago.
style station errors on dashboard
-
-
imathis created a task for Bcasci 96 6 months ago.
I'd like to have these on the discussions section of the dashboard: quote, username, link, and date.
-
-
imathis added a comment 95 6 months ago
Broadcaster dashboard design
As I've been browsing around I can't figure out a reason for the stations page: http://loudcity.dev/broadcaster/users/3-auralgasms/stations
The information on that page is basically the same as it is on the main dashboard page except, It doesn't have listeners or "now playing".
I'd say unless I'm missing something, that page should be dropped, and the dashboard should be updated to include edit/show links. I don't think "Now Playing" is very important to have in the station listing and the length of that can make the table look really bad. If you don't mind I'd like to remove it.
There are quite a few navigation and usability issues I'd like to address. I think it'd be easier to talk on the phone about it, so let me know when we can do that.
-
-
-
imathis added a comment 87 6 months ago
Walk through broadcaster control panel with Brandon, then determine best course of action.
I'm ready to take a tour, whenever you are.
-
imathis added a comment 82 6 months ago
Test in IE6, 7, 8
I am drunk with power. Everything looks great. Even in IE6. There are a few tiny style differences, but nothing that affects functionality.
Here's the only ugly thing I've found.
-
-
imathis added a comment 82 6 months ago
Test in IE6, 7, 8
IE 8 seems to be working flawlessly. I don't see any errors there. Moving on to IE7 now.
Right, Sorry about that ST business. You're absolutely correct. Silly official NZ websites.