You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are quote a few committees participating in the CommitteeClash. It would be nice to have an optional .env variable by which we can modify the time the CommitteeClash gets shown on the radio.
Steps:
set up your local radio environment. Please follow the Readme.md, and if anything is unclear just tag me in this issue.
add the variable to your .env
add the variable name to vite-env.ts
modify the useTimer() method in committeeclash.tsx. For inspiration, look at Activities.tsx's useTimer(). Please note you want to change the duration, not the interval.
Now that you can change the duration of the committeeclash page, you want it to function normally if the .env variable is not set as well. For inspiration, please look at setCurrent() under the boardText-state in index.ts.
If this is all done, we need to do one more thing, and that is adding the .env variable to the sadserver repo, but that is easily done after the PR for this issue has been completed.
If you have any questions, please do not hasitate to ask!
Kusjes,
Sam
The text was updated successfully, but these errors were encountered:
there are quote a few committees participating in the CommitteeClash. It would be nice to have an optional
.env
variable by which we can modify the time the CommitteeClash gets shown on the radio.Steps:
Readme.md
, and if anything is unclear just tag me in this issue..env
vite-env.ts
useTimer()
method incommitteeclash.tsx
. For inspiration, look at Activities.tsx'suseTimer()
. Please note you want to change theduration
, not the interval..env
variable is not set as well. For inspiration, please look atsetCurrent()
under theboardText
-state inindex.ts
.If you have any questions, please do not hasitate to ask!
Kusjes,
Sam
The text was updated successfully, but these errors were encountered: