diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc index fa27820..203374c 100644 Binary files a/__pycache__/dashboard.cpython-310.pyc and b/__pycache__/dashboard.cpython-310.pyc differ diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 883bf5e..a931c54 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -90,20 +90,33 @@
- Filtered Cluccs +

FILTERED CLUCCS

- - - - -
-
-

SPORTS POPULARITY CHART

+ + + + +
+
+

SPORTS POPULARITY CHART

+ --> +
+
+

LATEST CLUCCS

+
+
+

FILTERED CLUCCS

+
+ +
+

SPORTS POPULARITY CHART

+
+
diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js index f98c27e..12cbc88 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -50,11 +50,11 @@ function tweetCell(tweet) { var cell = document.createElement("div"); cell.innerHTML = `
- +
- ${tweet.user.name} - @${tweet.user.screen_name} + ${tweet.user.name} + @${tweet.user.screen_name}
${tweet.text}
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 258ca21..8053e3a 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -122,10 +122,20 @@ body { } .tweet-nickname { + color: white; + text-decoration: none; + font-weight: bold; +} + +.tweet-nickname:active { + color: white; + text-decoration: underline; font-weight: bold; } .tweet-username { + color: white; + text-decoration: none; opacity: 0.8; } diff --git a/eca/__pycache__/arff.cpython-310.pyc b/eca/__pycache__/arff.cpython-310.pyc index dab7427..3c2dc7f 100644 Binary files a/eca/__pycache__/arff.cpython-310.pyc and b/eca/__pycache__/arff.cpython-310.pyc differ diff --git a/eca/__pycache__/generators.cpython-310.pyc b/eca/__pycache__/generators.cpython-310.pyc index 01498c6..c467613 100644 Binary files a/eca/__pycache__/generators.cpython-310.pyc and b/eca/__pycache__/generators.cpython-310.pyc differ