User Details
- User Since
- May 4 2020, 9:06 AM (255 w, 2 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- NGkountas (WMF) [ Global Accounts ]
Today
Yesterday
Thu, Mar 20
Tue, Mar 18
This issue should be fixed, as part of the fixes for T284422. Moving the task to "Needs QA".
@Pginer-WMF can you please provide your thoughts regarding our available options for this issue?
Fri, Mar 14
@Pginer-WMF I have submitted a patch where I'm proposing a different design than in Huei's comment above. More specifically, I'm proposing the following banner for failed translations:
Tue, Mar 11
Fri, Mar 7
Just a quick note: The "New translation" button is intended to be visible on desktop only:
const shouldDisplayNewTranslationButton = computed(() => { return ( !preFilledSectionTitle.value && targetPageExists.value && isDesktopSite ); });
Thu, Mar 6
@Pginer-WMF regarding the part B) of the task and specifically for the overlay, instead of the proposed backdrop color (Base20 #54595D, 85% opacity or rgba(84, 89, 93, 0.85)), can we use codex @background-color-backdrop-dark (rgba( 0, 0, 0, 0.65 )) design token for better consistency?
@GMikesell-WMF the source and target selector is out of scope for this task. This task is only about the header (the part above the "eye" icon).
Wed, Mar 5
The fixes have now been deployed in test wiki, and the banner along with the links in the "Need help translating?" panel are properly displayed in both the old and the unified dashboard:
- The banners are displayed every time after refresh
- The cx-dashboard URL parameter is properly set
- The banners are not displayed on mobile
The access_method property is now set properly according to the device for all instrumentation events, as demonstrated by the screencast below. Moving this task to "Design signoff".
The empty state has now been fixed and deployed in production as demonstrated in the screencast below:
- The page suggestions list is successfully hidden when no suggestions exist
- The empty state message is properly diplayed when both page and section suggestions lists are empty
Fri, Feb 28
Thu, Feb 27
The "Compare contents" step is now properly displayed on desktop, as demonstrated in the screencast below. I'm moving this task to "Design signoff" column.
I tested this issue on test wiki with the exact same article as in the task description, and the cross-device warning is no longer shown on desktop. Moving this task to Design Signoff column.