-
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
Update #162
Merged
PurpleGuitar
merged 143 commits into
doc.bibleineverylanguage.org
from
doc-dev.walink.org
May 15, 2024
Merged
Update #162
PurpleGuitar
merged 143 commits into
doc.bibleineverylanguage.org
from
doc-dev.walink.org
May 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Handle RTL languages even when mixed with LTR languages which is not possible using only html dir directive, it is much more complicated than that and we also implemented same for Docx which is handled completely differently under the hood.
Displaay english language name in parens next to localized name. Note that some languages have their localized name as, say, Francais (French), when they should have only proided Francais as the localized name. Because they did this you get Francais (French) (French) as the outcome.
And use WizardBreadcrumb and WizardBasket on books and resource_types screens
* Add more dynamic behavior * Use Wizard stuff in settings page
linearcombination
temporarily deployed
to
doc-dev.walink.org
August 29, 2023 00:41 — with
GitHub Actions
Inactive
In translation.json a language has a localized name and its English name. Unfortunately, many languages have included the English name (usually in parens) in the slot designated for localized name only. Further we display the English name next to the localized name in the UI by requirement and so for those languages with this data problem they end up having a name presentation like 'Foo (Bar) (Bar)'. So this commit adds some logic to detect if the English name has been erroneously included in the localized name and if it has it does not add the English name in parens (since it is already there), otherwise it does add the English name.
linearcombination
temporarily deployed
to
doc-dev.walink.org
September 1, 2023 23:42 — with
GitHub Actions
Inactive
linearcombination
temporarily deployed
to
doc-dev.walink.org
September 2, 2023 22:24 — with
GitHub Actions
Inactive
linearcombination
temporarily deployed
to
doc-dev.walink.org
September 3, 2023 00:03 — with
GitHub Actions
Inactive
To match figma design for mobile
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 10, 2024 23:29 — with
GitHub Actions
Inactive
Make active state match figma by UX team request
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 11, 2024 16:39 — with
GitHub Actions
Inactive
They can still navigate away from page and lose state by clicking links that go elsewhere. A future update may prevent or warn on that as well.
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 11, 2024 23:32 — with
GitHub Actions
Inactive
This update allows the user to navigate within-app away from the document generation page and return without losing the document generation task status state. Further, if the user tries to reload or close the tab while a document is being generated, the user is presented with a system dialog asking if them to confirm their intent or cancel the reload/close action.
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 12, 2024 19:34 — with
GitHub Actions
Inactive
By request of UX team
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 12, 2024 22:27 — with
GitHub Actions
Inactive
Also adjust the search input field for languages and books to have a little left margin
linearcombination
temporarily deployed
to
doc-dev.walink.org
January 18, 2024 22:10 — with
GitHub Actions
Inactive
PurpleGuitar
approved these changes
Jan 26, 2024
linearcombination
temporarily deployed
to
doc-dev.walink.org
March 12, 2024 20:57 — with
GitHub Actions
Inactive
* Handle transfer URLs from BIEL with fully populated UI state * New (required) env var name changes for sveltekit env var system * Nginx config is now separate from node config and envvars js hack is no longer needed because sveltekit handles this with the new env var system
PurpleGuitar
temporarily deployed
to
doc-dev.walink.org
May 13, 2024 15:54 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please see commits for what is in this pull request.
Sorry for the big PR. I was doing so great giving you smaller PRs, I will get back to that.