User Details
- User Since
- Jun 22 2020, 1:18 PM (230 w, 4 d)
- Availability
- Available
- LDAP User
- Guergana Tzatchkova
- MediaWiki User
- Guergana Tzatchkova (WMDE) [ Global Accounts ]
Jun 27 2024
There is an issue with the accessibility tests failing because the aria-expanded attribute is not rendered in the DOM when the value is false. I have found this issue: https://github.com/vuejs/vue/issues/11053 and I have tried the suggested solutions of setting the aria-expanded initial value to null but the value is coming from the <CdxMenu> embedded in the <CdxSelect>.
Jun 25 2024
@Sarai-WMDE you can check the replacement meets the UX expectations here: https://1049221--clicky-sparqly.netlify.app/
Jun 24 2024
Jun 13 2024
Jun 12 2024
Hello, @Sarai-WMDE , you can test this change here: https://1041594--clicky-sparqly.netlify.app/
Please let us know if there are any adjustments needed in the UX. :)
Jun 10 2024
I am sorry, I moved this task around, for some reason I got confused with the names of the columns. I am assigning it back to you @HasanAkgun_WMDE since you were already working on it.
Jun 6 2024
Jun 5 2024
Jun 3 2024
May 29 2024
Apr 19 2024
Apr 15 2024
Apr 11 2024
Apr 9 2024
Mar 14 2024
Mar 13 2024
Mar 6 2024
Feb 26 2024
Feb 22 2024
Feb 21 2024
Feb 20 2024
Feb 12 2024
Feb 6 2024
Feb 5 2024
Update: v1.3.1 of codex can't be installed because the current version of MMF is 3.3.8 and this updates required a minimum version of vue 3.3.9.
See run here: https://github.com/wmde/wikidata-mismatch-finder/actions/runs/7700640277/job/20984902948#step:4:11
Feb 1 2024
T356410 was created to investigate why netlify-cli can't be updated.
Jan 31 2024
Discoveries, stylelint can't be upgraded to v16 until there is a new version of stylelint-use-logical that supports it. Our current installed version of stylelint-use-logical: 2.1.0, supports:
Jan 30 2024
There is a merge issue in this dependabot PR https://github.com/wmde/wikidata-mismatch-finder/pull/858 caused by a conflict with the version of @vue-compat required by codex. Since we are in the process of removing the compat build in T351812 i will move this ticket to stalled and try to merge the new version of codex afterwards.
Relevant PRs:
Upgrade eslint-plugin-vue - https://github.com/wmde/wikidata-mismatch-finder/pull/860/files
Upgrade SASS: https://github.com/wmde/wikidata-mismatch-finder/pull/862
Upgrade ts-loader: https://github.com/wmde/wikidata-mismatch-finder/pull/863
Jan 29 2024
The report can be found here: https://docs.google.com/document/d/1A6dSDuF2uSpbS75HWSenEnF2KcSKKpj-ZRAsX38n-nY/edit
Jan 25 2024
After doing some research, I have found that ESLint has deprecated all formatting rules: https://eslint.org/blog/2023/10/deprecating-formatting-rules/, the deprecated rules will still be available in a new package called stylistic.
Jan 24 2024
Jan 23 2024
After all the back and forth I have just noticed we do have an editorconfig file already in the project, I still think it is a better idea to install stylelint. Now I am not sure what to do with that file, though. Do we leave it there? @ItamarWMDE @noarave @HasanAkgun_WMDE .
PR adding vue/vue3-strongly-recommended: https://github.com/wmde/wikidata-mismatch-finder/pull/836
PR adding stylelint to project https://github.com/wmde/wikidata-mismatch-finder/pull/841/