Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d79ad08
Puppeteer test for thought background color
ethan-james Apr 3, 2026
10b43fa
getSelectedHexColor and getSelectedHexBackgroundColor in selection he…
ethan-james Apr 3, 2026
1f4c36f
ColorPicker: Allow commandStateStore to handle background-color
ethan-james Apr 3, 2026
62a02af
Revert "getSelectedHexColor and getSelectedHexBackgroundColor in sele…
ethan-james Apr 3, 2026
d0412c3
Fix Puppeteer test
ethan-james Apr 3, 2026
d08f60b
Remove logging statement
ethan-james Apr 3, 2026
650164a
Fix Puppeteer test
ethan-james Apr 7, 2026
1f03f28
Update extractColors to only match colors that start at the beginning…
ethan-james Apr 8, 2026
231ab7f
Update extractColors to also require a closing tag at the end of the …
ethan-james Apr 8, 2026
c20cd3f
skip-tdd for getCommandState unit tests
ethan-james Apr 8, 2026
9468570
Remove skip-tdd directive
ethan-james Apr 8, 2026
dc67368
Add skip-tdd
ethan-james Apr 8, 2026
fa3a3b4
Add a test for a partially-styled thought with color
ethan-james Apr 8, 2026
093056c
Clarify getCommandState comment
ethan-james Apr 9, 2026
9ea0dbe
Add Puppeteer test for undoing background color changes
ethan-james Apr 9, 2026
165f978
Revert getCommandState tests, add nested color test
ethan-james Apr 10, 2026
2be767c
Replace regex-based extractColors with DOMParser
ethan-james Apr 10, 2026
1691f4c
Clean up color test
ethan-james Apr 10, 2026
a809581
Allow commandStateStore to handle foreground color
ethan-james Apr 13, 2026
290e4e5
Replace regex-based removeTags with DOMParser
ethan-james Apr 14, 2026
83529a0
Strip default text/background colors from span/font tags
ethan-james Apr 14, 2026
236f398
Add Puppeteer test for applying same foreground color to whole thought
ethan-james Apr 14, 2026
eb833e2
Add Puppeteer test for applying same foreground color to whole note
ethan-james Apr 14, 2026
97b3de9
Run empty tag stripper on all color formatting
ethan-james Apr 15, 2026
8c56d3c
Add mergeWithLast to editThought, Use getEditThoughtDirection to sepa…
ethan-james Apr 17, 2026
5f0f25d
Fix lint error
ethan-james Apr 17, 2026
37d79ed
Merge branch 'main' into 3904-bug-commandStateStore-background-color
ethan-james Apr 17, 2026
a694511
Merge branch 'main' into 3904-bug-commandStateStore-background-color
ethan-james Apr 23, 2026
e49cf2d
Rename to mergeNext and mergePrev, restore deleted mergeNext check
ethan-james Apr 23, 2026
e8fcab3
Use batchEditingStore to apply mergePrev to backColor editThought action
ethan-james Apr 23, 2026
413ee36
Update Puppeteer note background test
ethan-james Apr 24, 2026
8867d71
Add Browserstack color tests
ethan-james Apr 24, 2026
9716272
Fix paste in Browserstack color tests
ethan-james Apr 24, 2026
a433eb2
Use waitForElement andd tap in iOS click helper
ethan-james Apr 28, 2026
ccabd10
Fix JSDoc for click helper
ethan-james Apr 28, 2026
4e4c554
Add mergePrev to setDescendant action
ethan-james Apr 30, 2026
d65f72a
Use dispatchEvent within iOS click helper
ethan-james May 5, 2026
67a6d0e
Merge branch 'main' into 3904-bug-commandStateStore-background-color
ethan-james May 8, 2026
3753069
See if Browserstack tests work onClick
ethan-james May 8, 2026
ff158f6
Revert "Use dispatchEvent within iOS click helper"
ethan-james May 8, 2026
0de655a
Revert "See if Browserstack tests work onClick"
ethan-james May 8, 2026
ab546f0
Update iOS color tests from color-ios-test branch
ethan-james May 10, 2026
bbae4dc
Use webdriver browser.action in iOS click handler
ethan-james May 11, 2026
600c9f4
Try browser.performActions instead of browser.action
ethan-james May 11, 2026
47c6a82
Try pointerType: 'mouse'
ethan-james May 11, 2026
0748eaa
Remove unnecessary iOS tests
ethan-james May 11, 2026
df3a0de
Log tap handlers
ethan-james May 11, 2026
0b498bc
Always assign tapDown and tapUp
ethan-james May 11, 2026
97b4821
Remove unnecessary actions, attach touch events using addEventListener
ethan-james May 11, 2026
21ba7e3
Fix lint errors
ethan-james May 11, 2026
0b5d58f
Revert "Remove unnecessary iOS tests"
ethan-james May 11, 2026
095df34
Switch to caret test
ethan-james May 11, 2026
07c62f5
Log touch events in and around Editable
ethan-james May 11, 2026
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
40 changes: 0 additions & 40 deletions .github/workflows/docs.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/lint.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/puppeteer.yml

This file was deleted.

Loading