Page MenuHomePhabricator

nimishmedatwal
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Tuesday

  • Clear sailing ahead.

User Details

User Since
Feb 21 2024, 3:57 PM (9 w, 3 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Medatwalnimish [ Global Accounts ]

Recent Activity

Thu, Apr 11

nimishmedatwal claimed T343113: Possible misspelling on [[MediaWiki:Project-localized-name-mniwiktionary/en]] source message.
Thu, Apr 11, 1:01 PM · Patch-For-Review, good first task, Language-Technical Support, WikimediaMessages, I18n

Fri, Mar 29

nimishmedatwal updated the task description for T361145: [Proposal] Improve searchability and filtering of PageTriage feed.
Fri, Mar 29, 5:30 PM · Google-Summer-of-Code (2024)

Mar 28 2024

nimishmedatwal added a comment to T361145: [Proposal] Improve searchability and filtering of PageTriage feed.

@Soda, @TheresNoTime due date for the final application is approaching would really appreciate your feedback on my proposal.

Mar 28 2024, 10:59 AM · Google-Summer-of-Code (2024)

Mar 27 2024

nimishmedatwal updated the task description for T361145: [Proposal] Improve searchability and filtering of PageTriage feed.
Mar 27 2024, 7:34 PM · Google-Summer-of-Code (2024)
nimishmedatwal claimed T361145: [Proposal] Improve searchability and filtering of PageTriage feed.
Mar 27 2024, 7:07 PM · Google-Summer-of-Code (2024)
nimishmedatwal created T361145: [Proposal] Improve searchability and filtering of PageTriage feed.
Mar 27 2024, 7:05 PM · Google-Summer-of-Code (2024)

Mar 25 2024

nimishmedatwal added a comment to T358412: Create tool for informative infographics from structured information from Wikimedia projects - Task A.

@Ederporto I've submitted the task on 9th Match from email medatwalnimish@gmail.com kindly give it a review, thanks in advance.

Mar 25 2024, 5:51 AM · Outreach-Programs-Projects, Developer-Outreach, Outreachy (Round 28)

Mar 1 2024

nimishmedatwal claimed T285400: Hide disabled download box from Special:Book.
Mar 1 2024, 11:07 AM · Patch-Needs-Improvement, good first task, Collection
nimishmedatwal added a comment to T353862: [SW] [MSMF] Correct "submittion" in message Wikimedia:Wikidata-mismatch-finder-item-form-progress-bar-aria-label.

I think this bug is now fixed

image.png (411×756 px, 60 KB)
so this task can be marked as completed

Mar 1 2024, 10:57 AM · good first task, Wikidata Dev Team, wmde-wikidata-tech, Wikidata, I18n, Mismatch Finder
nimishmedatwal added a comment to T355511: Add integration test case for the /api-spec.json endpoint in edit-analytics.
Mar 1 2024, 10:46 AM · good first task, AQS2.0
nimishmedatwal added a comment to T343202: Save one click by focusing the language search after click on the language button.

@AAlhazwani-WMF While working on this issue I realized that the input field of "Search MediaWiki" and "Search Language" have the same class and no id through which they can be distinguished. I can add a class to input field of "Search Langauge" but I am not sure if that's the most optimal solution. So if have any reviews let me know.
This is the code through which i am achieving focus on input field.

			const inputElement = document.querySelector('input.cdx-text-input__input');
			if (inputElement) {
				inputElement.focus();
			}

and this is the result

Animation8.gif (1×1 px, 342 KB)

note that instead of focusing the "search language" input it focuses on "Search MediaWiki".

Mar 1 2024, 6:30 AM · MW-1.42-notes (1.42.0-wmf.25; 2024-04-02), Patch-For-Review, WikiLambda Front-end, good first task, Abstract Wikipedia team

Feb 21 2024

nimishmedatwal added a comment to T343202: Save one click by focusing the language search after click on the language button.

This can be easily achieved by playing with tabindex attribute of various elements. Can I get assigned to this issue?

Feb 21 2024, 4:10 PM · MW-1.42-notes (1.42.0-wmf.25; 2024-04-02), Patch-For-Review, WikiLambda Front-end, good first task, Abstract Wikipedia team