-
Notifications
You must be signed in to change notification settings - Fork 4
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
IDs for Floating Action Button items #416
Comments
Work with Daniel on finding missing IDs. |
Restoring minimized cards
Total of eight child containers I'm testing to restore:
|
Notes: |
These are the id's to click on |
@danielklapp @elsylambert the fixes are in https://release-v2-0-0--gateway-edit.netlify.app |
@jincypjose IDs for buttons is looking Great! |
We need to talk about this, since the scripture cards are not fixed, they can be swapped or changed point to about any scripture repo. |
@jincypjose @danielklapp - since each card could be changed to point to different scriptures, perhaps it is best to make the ids for the alignment buttons consistant with the other buttons. For example instead of id="alignment_icon_TARGET_LITERAL", do id="alignment_icon_TARGET_LITERAL" id="alignment_icon_scripture_card_0". There are several ids in ScriptureCard.tsx that need to be changed:
where "${resourceId}" should be replaced with "scripture_card_${cardNum}" |
Also in the FAB's we have: id="restore_title_scripture_card_Original_Source" to fix the id's make changes in the WorkspaceContainer.js of GWE. change the id values for the scripture cards in |
To fix the title, in single-scripture-rcl ScriptureCard change
to be
And in resource-workspace-rcl useMinimizedCardsState,
|
@jincypjose please hand this off to @Joel-C-Johnson and let him know what's left to be done |
@Joel-C-Johnson i have did what need have to be done in ScriptureCard.tsx as bruce metioned above. Now the WorkspaceContainer.js need to be fixed with cardNum. |
* bump (#407) * Update latest into v1.2.0 (#408) * QA Fail 372 / Edit/Alignments not saved (#398) * updated dependencies. * connect merge status * revert markdown-translatable to 2.0.3 for GWE compatibility. * patch for lexicon popups * updated versions for translation help rcl and resource workspace rcl … (#418) * updated versions for translation help rcl and resource workspace rcl for issue 416 * updated the versions for translation-helps-rcl and resource-workspace-rcl * Feature jincy 395 (#422) * updated versions for translation help rcl and resource workspace rcl for issue 416 * we removed selection context * removed selection context * updated version for single scripture rcl * updated dependencies. * updated dependencies. * updated dependencies. * updated dependencies. * updated dependencies. * updated dependencies. * updated dependencies. * fix the refrence crash with translation words * resolved conflicts * we updated dependencies --------- Co-authored-by: blm <[email protected]> * Updated single-scripture-rcl for aligning reference ranges (#420) * Updated single-scripture-rcl for aligning reference ranges * Updated version of gateway-edit * Maybe changing yarn lock will make it happy * Update version of single-scripture-rcl * yarn locks are the bane of my existence * Updated version of single-scripture-rcl * Feature 400/ book branch (#412) * QA Fail 372 / Edit/Alignments not saved (#398) * updated dependencies. * connect merge status * revert markdown-translatable to 2.0.3 for GWE compatibility. * updated dependncies * updated dependncies * updated dependncies * updated dependncies * updated dependncies * bump version * updated dependencies. * updated dependencies. * updated dependencies. * updated dependencies. * fix timeouts * fix timeouts * updated dependncies * updated dependencies. * updated dependencies. * move fetch of original language back into app. consolidate state variables * move fetch of original language back into app. consolidate state variables * updated dependencies. * bump timeout * bump timeout * bump timeout * updated dependencies. (#436) * added debug logging * added debug logging * cleanup * cleanup * updated dependencies (#441) * updated dependencies. * updated dependencies. * Fixed aligner null data on accept with no changes (#425) * fixes for loading/saving repo. * updated dependencies. * fixes for saving resource. * updated dependencies. * updated dependencies. * cleanup. * updated latest word-aligner-rcl * updated dependencies. * cleanup. * cleanup. * added title for cards * updated the RCL version * updated the dependencies --------- Co-authored-by: Bruce McLean <[email protected]> Co-authored-by: jincypjose <[email protected]> Co-authored-by: Kintsoogi <[email protected]>
@Joel-C-Johnson can you give an update about the changes you’ve made and how we can test those changes? |
Hi @danielklapp, I will right the steps here and if you have doubts please ping me on Discord. 3. You can able to see unique id's for cards and icons 6. click on it and you can see the list of cards with unique id and names |
@Joel-C-Johnson thanks, just wanted to make sure my testing covered all work you guys did. |
Looks good in v2.1.0 build 66dd56e QA. Seeing IDs in Restore card button icons. |
Looks good to me. I see unique IDs for all the buttons listed. Tested with v2.1.0 build 66dd56e QA. |
No description provided.
The text was updated successfully, but these errors were encountered: