Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3140854
added spatial-nback-task timeline
farhat60 Jun 5, 2025
15aae88
edited some params
farhat60 Jun 9, 2025
e6ade3d
added ignore file
farhat60 Jun 9, 2025
37d5856
button response for task_instrucitons and import updates
farhat60 Jun 9, 2025
dbcb8bd
added docs
farhat60 Jun 12, 2025
ba32385
added some tests
farhat60 Jun 12, 2025
39f182b
citations file fixed
farhat60 Jun 12, 2025
8a163c7
completed test suite, all tests pass.
farhat60 Jun 16, 2025
658d3e4
completed test suite, all tests pass.
farhat60 Jun 16, 2025
599b1ce
added text.ts and standardized text configuration.
farhat60 Jun 17, 2025
3ac079b
finalized spatial-nback timeline v1.0.0
farhat60 Jun 17, 2025
53d13c1
Revamped CSS to near perfection ngl
farhat60 Jun 25, 2025
56acbd7
added data printing and fixed params
farhat60 Jun 25, 2025
3356113
speeded-matching beta version complete with docs and passing tests
farhat60 Jun 26, 2025
1d7e3c9
pattern comparison touching up utils, package needs one last revision…
farhat60 Jun 26, 2025
32ac6ac
SVG-ready flanker test FUNCTIONAL!
farhat60 Jun 27, 2025
ad797a3
added 42 tests that all pass, need to revise
farhat60 Jun 27, 2025
f2638ca
added stimuli_amount param to specify number of fishies
farhat60 Jun 27, 2025
5465718
removed all hardcoded text to text.ts
farhat60 Jun 27, 2025
d9cd741
Added TTS, responsive stimulus sizing, more tests... sizing a little …
farhat60 Jun 27, 2025
a5a29be
Update spatial-nback.md
farhat60 Jul 2, 2025
211878a
keep the respective file
farhat60 Jul 8, 2025
a69bd90
fix: createinstructions trial can be ended now
farhat60 Jul 8, 2025
749314a
style: instruction buttons css added
farhat60 Jul 9, 2025
946fba9
gitignore to ignore other packages to avoid push conflicts as I am wo…
farhat60 Jul 9, 2025
67ca131
chore: enhanced CSS and text.ts for mobile usage, also does not break…
farhat60 Jul 10, 2025
3d49013
chore: renamed CSS classes to be more generic for better cross-timeli…
farhat60 Jul 10, 2025
3837640
feat: mobile and computer compatibility mostly complete.
farhat60 Jul 10, 2025
287b72e
style: touch ups, removed colors from buttons to give minimalist jsP…
farhat60 Jul 10, 2025
205484f
Style: reorganized, commented, and full support for all devices insha…
farhat60 Jul 10, 2025
3695352
Style: full support for phones, tablets, and desktop. Desktop sizes m…
farhat60 Jul 10, 2025
d84d975
fix: TTS on instructions page. Standardized createInstructions functi…
farhat60 Jul 10, 2025
f301103
fix: nav button unnecessary CSS broke hovering
farhat60 Jul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"WebFetch(domain:nihtoolbox.org)",
"WebFetch(domain:pmc.ncbi.nlm.nih.gov)",
"WebFetch(domain:www.svgrepo.com)",
"Bash(rg:*)",
"Bash(find:*)",
"Bash(ls:*)",
"WebFetch(domain:resources.nihtoolbox.org)",
"Bash(npm run build:*)",
"Bash(npm test)"
],
"deny": []
}
}
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down Expand Up @@ -133,3 +132,10 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Ignore specific packages,
packages/pattern-comparison-task/
packages/pattern-comparison/
packages/flanker-inhibitory/
packages/visual-reasoning/
packages/spatial-nback/
Loading