tangled
alpha
login
or
join now
sapphic.moe
/
tailname
7
fork
atom
🏷️ Search for custom tailnet name offers with keywords.
7
fork
atom
overview
issues
pulls
pipelines
chore: make changing the interval more obvious
Chloe
6 months ago
9b4334e1
d8b12677
+10
-1
1 changed file
expand all
collapse all
unified
split
entrypoints
popup
components
StatusControls.tsx
+10
-1
entrypoints/popup/components/StatusControls.tsx
···
168
168
: timer !== null
169
169
? `${timer} second${timer === 1 ? '' : 's'}`
170
170
: `a few second${timer === 1 ? '' : 's'}`}
171
171
-
.
171
171
+
.{' '}
172
172
+
<button
173
173
+
type="button"
174
174
+
className="text-subtext font-semibold hover:opacity-80 hover:underline text-xs"
175
175
+
onClick={settings.open}
176
176
+
aria-label="Configure interval in settings"
177
177
+
tabIndex={0}
178
178
+
>
179
179
+
[Configure the interval]
180
180
+
</button>
172
181
</p>
173
182
</div>
174
183
</div>