updated todo
This commit is contained in:
@@ -343,7 +343,7 @@ function openDialog(dep, cls, sem, professor, res) {
|
|||||||
$("#myModal").fadeOut(200);
|
$("#myModal").fadeOut(200);
|
||||||
$("#snackbar").attr("class", "");
|
$("#snackbar").attr("class", "");
|
||||||
}
|
}
|
||||||
//set up the chart
|
//set up the chart
|
||||||
chart = Highcharts.chart('chart', {
|
chart = Highcharts.chart('chart', {
|
||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
@@ -567,4 +567,4 @@ function loadBinaryFile(path, success) {
|
|||||||
success(arr.join(""));
|
success(arr.join(""));
|
||||||
};
|
};
|
||||||
xhr.send();
|
xhr.send();
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ $("#toggleConflictHighlighting").click(function(){
|
|||||||
if(action == "Turn Off"){
|
if(action == "Turn Off"){
|
||||||
chrome.storage.sync.set({courseConflictHighlight: false}, function() {
|
chrome.storage.sync.set({courseConflictHighlight: false}, function() {
|
||||||
on();
|
on();
|
||||||
});
|
});
|
||||||
} else{
|
} else{
|
||||||
chrome.storage.sync.set({courseConflictHighlight: true}, function() {
|
chrome.storage.sync.set({courseConflictHighlight: true}, function() {
|
||||||
off();
|
off();
|
||||||
@@ -33,4 +33,4 @@ function on(){
|
|||||||
function off(){
|
function off(){
|
||||||
$("#toggleConflictHighlighting").text("Turn Off");
|
$("#toggleConflictHighlighting").text("Turn Off");
|
||||||
$("#toggleConflictHighlighting").css("background","#F44336");
|
$("#toggleConflictHighlighting").css("background","#F44336");
|
||||||
}
|
}
|
||||||
|
|||||||
14
todo
14
todo
@@ -1,13 +1,17 @@
|
|||||||
TODO as of 8/28/18
|
TODO as of 12/9/18
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
- import calendar
|
- Export calendar format
|
||||||
- import into UT registration plus
|
- import into and export from UT registration plus
|
||||||
|
- load all courses on first pages
|
||||||
|
- work on UT Planner
|
||||||
|
- work on
|
||||||
|
-
|
||||||
|
|
||||||
BUGS TO FIX:
|
BUGS TO FIX:
|
||||||
|
- Showing the icon on the flags pages
|
||||||
|
- Fix the update/install bug
|
||||||
|
|
||||||
DONE/FIXED:
|
DONE/FIXED:
|
||||||
- unneeded Logout message on individual course pages
|
- unneeded Logout message on individual course pages
|
||||||
|
|||||||
Reference in New Issue
Block a user