From cba29e6aae637b04ff6eaf28f74bc15b6242b9ea Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 19:37:50 -0800 Subject: Remove legacy V2 React frontend and update build/test scripts to focus on Vanilla JS (V3) --- frontend/coverage/src/components/Settings.css.html | 802 --------------------- 1 file changed, 802 deletions(-) delete mode 100644 frontend/coverage/src/components/Settings.css.html (limited to 'frontend/coverage/src/components/Settings.css.html') diff --git a/frontend/coverage/src/components/Settings.css.html b/frontend/coverage/src/components/Settings.css.html deleted file mode 100644 index 4109bba..0000000 --- a/frontend/coverage/src/components/Settings.css.html +++ /dev/null @@ -1,802 +0,0 @@ - - - - - - Code coverage report for src/components/Settings.css - - - - - - - - - -
-
-

All files / src/components Settings.css

-
- -
- 0% - Statements - 0/0 -
- - -
- 0% - Branches - 0/0 -
- - -
- 0% - Functions - 0/0 -
- - -
- 0% - Lines - 0/0 -
- - -
-

- Press n or j to go to the next uncovered block, b, p or k for the previous block. -

- -
-
-

-
1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233 -234 -235 -236 -237 -238 -239 -240  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - 
.settings-page.variant-glass {
-  padding: 2.5rem;
-  max-width: 800px;
-  margin: 0 auto;
-  background: rgba(255, 255, 255, 0.05);
-  backdrop-filter: blur(12px);
-  -webkit-backdrop-filter: blur(12px);
-  border-radius: 24px;
-  border: 1px solid rgba(255, 255, 255, 0.1);
-  font-family: system-ui, -apple-system, sans-serif;
-  color: var(--text-color);
-  margin-top: 2rem;
-  margin-bottom: 2rem;
-}
- 
-.settings-page.variant-glass h2,
-.settings-page.variant-glass h3 {
-  font-weight: 700;
-  letter-spacing: -0.02em;
-  color: var(--text-color);
-  opacity: 0.9;
-}
- 
-.add-feed-section,
-.appearance-section,
-.import-section,
-.export-section,
-.feed-list-section {
-  background: rgba(255, 255, 255, 0.03);
-  padding: 1.5rem;
-  border-radius: 16px;
-  margin-bottom: 2rem;
-  border: 1px solid rgba(255, 255, 255, 0.05);
-  transition: all 0.3s ease;
-}
- 
-.add-feed-section:hover,
-.appearance-section:hover,
-.import-section:hover,
-.export-section:hover,
-.feed-list-section:hover {
-  background: rgba(255, 255, 255, 0.06);
-  border-color: rgba(255, 255, 255, 0.1);
-}
- 
-.font-selector {
-  display: flex;
-  align-items: center;
-  gap: 1rem;
-}
- 
-.font-select {
-  padding: 0.6rem 1rem;
-  border: 1px solid rgba(255, 255, 255, 0.1);
-  background: rgba(0, 0, 0, 0.1);
-  color: var(--text-color);
-  border-radius: 20px;
-  font-size: 1rem;
-  min-width: 200px;
-  cursor: pointer;
-  outline: none;
-  transition: border-color 0.2s;
-}
- 
-.font-select:focus {
-  border-color: rgba(255, 255, 255, 0.3);
-}
- 
-.add-feed-form {
-  display: flex;
-  gap: 1rem;
-}
- 
-.feed-input {
-  flex: 1;
-  padding: 0.6rem 1.2rem;
-  border: 1px solid rgba(255, 255, 255, 0.1);
-  background: rgba(0, 0, 0, 0.1);
-  color: var(--text-color);
-  border-radius: 20px;
-  font-size: 1rem;
-  outline: none;
-  transition: border-color 0.2s;
-}
- 
-.feed-input:focus {
-  border-color: rgba(255, 255, 255, 0.3);
-}
- 
-.error-message {
-  color: #ff5252;
-  margin-top: 1rem;
-  font-weight: 600;
-}
- 
-.settings-feed-list {
-  list-style: none;
-  padding: 0;
-  border: 1px solid rgba(255, 255, 255, 0.05);
-  border-radius: 12px;
-  overflow: hidden;
-}
- 
-.settings-feed-item {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  padding: 1.2rem;
-  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
-  transition: background 0.2s;
-}
- 
-.settings-feed-item:hover {
-  background: rgba(255, 255, 255, 0.02);
-}
- 
-.settings-feed-item:last-child {
-  border-bottom: none;
-}
- 
-.feed-info {
-  display: flex;
-  flex-direction: column;
-  gap: 0.2rem;
-}
- 
-.feed-title {
-  font-weight: 600;
-  font-size: 1.05rem;
-  opacity: 0.9;
-}
- 
-.feed-url {
-  color: var(--text-color);
-  opacity: 0.5;
-  font-size: 0.85rem;
-}
- 
-.delete-btn {
-  background: rgba(255, 82, 82, 0.15);
-  color: #ff8a80;
-  border: 1px solid rgba(255, 82, 82, 0.2);
-  padding: 0.5rem 1rem;
-  border-radius: 12px;
-  cursor: pointer;
-  font-weight: 600;
-  transition: all 0.2s;
-}
- 
-.delete-btn:hover:not(:disabled) {
-  background: rgba(255, 82, 82, 0.3);
-  color: #fff;
-  border-color: rgba(255, 82, 82, 0.4);
-  transform: scale(1.05);
-}
- 
-.import-export-section {
-  display: flex;
-  gap: 2rem;
-}
- 
-@media (max-width: 600px) {
-  .settings-page.variant-glass {
-    padding: 1.5rem;
-    margin-top: 1rem;
-  }
- 
-  .add-feed-form {
-    flex-direction: column;
-  }
- 
-  .import-export-section {
-    flex-direction: column;
-    gap: 1rem;
-  }
- 
-  .settings-feed-item {
-    flex-direction: column;
-    align-items: flex-start;
-    gap: 1rem;
-  }
-}
- 
-.import-form {
-  display: flex;
-  flex-direction: column;
-  gap: 1.2rem;
-}
- 
-.file-input {
-  font-size: 0.9rem;
-  max-width: 100%;
-  color: var(--text-color);
-  opacity: 0.8;
-}
- 
-.export-buttons {
-  display: flex;
-  gap: 0.8rem;
-  flex-wrap: wrap;
-}
- 
-.export-btn {
-  display: inline-block;
-  padding: 0.6rem 1.2rem;
-  background: rgba(255, 255, 255, 0.05);
-  color: var(--text-color);
-  text-decoration: none;
-  border: 1px solid rgba(255, 255, 255, 0.1);
-  border-radius: 12px;
-  font-weight: 600;
-  transition: all 0.2s;
-}
- 
-.export-btn:hover {
-  background: rgba(255, 255, 255, 0.1);
-  transform: translateY(-2px);
-  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
-}
- 
-button:not(.delete-btn) {
-  cursor: pointer;
-  padding: 0.6rem 1.2rem;
-  border-radius: 12px;
-  border: 1px solid rgba(255, 255, 255, 0.1);
-  background: rgba(255, 255, 255, 0.1);
-  color: var(--text-color);
-  font-weight: 600;
-  transition: all 0.2s;
-}
- 
-button:not(.delete-btn):hover:not(:disabled) {
-  background: rgba(255, 255, 255, 0.2);
-  transform: scale(1.02);
-}
- 
-button:disabled {
-  opacity: 0.4;
-  cursor: not-allowed;
-}
- -
-
- - - - - - - - \ No newline at end of file -- cgit v1.2.3