bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

"Select All" button added

Open webbdays opened this issue 3 years ago • 9 comments

Fix for the issue #2109 .

webbdays avatar Nov 30 '21 14:11 webbdays

Fix for the issue #2109

webbdays avatar Nov 30 '21 14:11 webbdays

There is some error. Fix for the error will be in next commit.

webbdays avatar Dec 01 '21 05:12 webbdays

Error fixed

webbdays avatar Dec 01 '21 05:12 webbdays

But I think. I have wrongly done rebase for this branch.

webbdays avatar Dec 01 '21 06:12 webbdays

Yes, there is something wrong. You can clean it up by doing something like:

git checkout master
git pull upstream master
git diff master select_all > select_all.patch
git branch -D select_all
git checkout -b select_all
git apply select_all.patch

marco-c avatar Dec 01 '21 08:12 marco-c

Please review it.

webbdays avatar Dec 01 '21 12:12 webbdays

@marco-c

Is there anything else still to do for this issue ?

webbdays avatar Dec 10 '21 17:12 webbdays

I am not sure whether the graphs are changing according to the selected options.

webbdays avatar Dec 14 '21 09:12 webbdays

@marco-c Is it ok now ? Moved common js code to common.js file.

webbdays avatar Dec 18 '21 09:12 webbdays