-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: open participation page accessibility issues (Axe) #32
Conversation
…ailing Docker build in some environments. (#33)
@thomassth i think may have intended to base this PR off of what is now called I don't think compdem will accept your PR upstream until you rebase, as there's some unrelated commits related to our storybook prep in there :) |
About branch name, sorry I didn't state clearly in the documentation before. When you create a branch:If you are fixing a bugName the branch with If you are adding feature described in issuesName the branch with If the branch does not associate to any issueWe will get confused Creating PRCreate pull request to our More about development |
Fixes issue with docker build failing due to makefile typo
Assigned @patcon as reviewer, assuming @thomassth wants to help in patcon's branch |
e1e5112
to
ab1330a
Compare
I'm still confused which branch are we working on right now |
Now I guess the |
Ah I'm sorry! that was my fault for changing it without checking for docs to update 😞 As I was doing it, I was wishing we had a PR-based way to edit settings, so the setings change could be discussed like a clear code change. I've used this on other projects: https://github.com/repository-settings/app (repo config-as-code) But respectfully, I think this situation (accidentally pushing extra commits upstream) is kinda unrelated to what I did, no? we can't submit PR feature branches to upstream that have been branched off our active (and different) Regardless, sorry for generating an extra layer of confusion around something that was already confusing...! Appreciate y'all! |
For now:
So now this PR is clean again 🎉 |
{{s.TOS}} | ||
</a> | ||
</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: pls revert (will explain later)
client-participation/js/templates/link-privacy-partial.handlebars
Outdated
Show resolved
Hide resolved
" | ||
>{{s.privacy}}</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: pls revert (will explain later)
@@ -8,7 +8,7 @@ class Button extends React.Component { | |||
this.props.handleCurateButtonClick(this.props.identifier) | |||
} | |||
|
|||
render () { | |||
render() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: pls revert (will explain later)
color: (!_.isNull(this.props.selectedTidCuration) && this.props.selectedTidCuration === this.props.identifier) ? "rgb(255,255,255)" : "rgb(100,100,100)", | ||
borderRadius: 4, | ||
}} | ||
onClick={this.handleClick.bind(this)}> | ||
onClick={this.handleClick.bind(this)}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: pls revert (will explain later)
No no it's my fault. I was absent this week (had a bad mental health week, and needed to step back). I'll process your message and respond in the issue specifically about branching to keep things on-topic here :) |
We can see, and I am sure people are happy to offer assist for mental issues (hiking, walking, talking etc.) if we know how @patcon On the other hand, let me organize the events related to branches
|
For others: I responded back in #35 |
FYI, when I tried to merge yesterday to made this PR cleaner, the upstream PR got messier: compdemocracy#1821 (I don't think we can do PRs to both with one branch in our current flow) |
I am not sure what do you mean by messier, to me the issue would be github action script, everything else doesn't kill anyone so they can be resolved easily somehow |
After fixing branching issues, E2E test for the merge of this PR reported failure. I created another issue for it: #39 |
Agree, we appreciate your effort and contribution @thomassth, but clean PRs get reviewed and merged relatively faster in FOSS! also it's easier to spot actual code changes and bugs that way. |
I was gonna rebase & clean it up the linting after work, but it got merged already! Since this is merged, I'll reuse my branch to fix up the upstream PR (just realized I didn't open it in my own account 🙈) imo we should have a linting default, but it's not a must. And we do that, we probably should do a cleanup in a separate styling PR before enforcing such things. |
I see. Sorry to merge it too soon after fixing branching problem. And the Lint and other checks defined in GitHub Action was not triggered on the new branch name, I am fixing them |
Fix https://github.com/orgs/CivicTechTO/projects/4/views/1?filterQuery=parti&pane=issue&itemId=82264013
WAVE highlighted more items & would need more structural change, will do in another commit.