Skip to content
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

Fix Capitalisation On Initial Sync Screen #4292

Closed
1 task
daniellekirkwood opened this issue Oct 21, 2021 · 7 comments
Closed
1 task

Fix Capitalisation On Initial Sync Screen #4292

daniellekirkwood opened this issue Oct 21, 2021 · 7 comments
Assignees
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-Community-Testing Issues found during the community testing sessions Z-Papercuts Visible. Impactful. Predictable to action.

Comments

@daniellekirkwood
Copy link
Contributor

daniellekirkwood commented Oct 21, 2021

Action required

  • Update the content in the modal (screenshot) to say: "Initial sync: Importing joined rooms"

Your use case

On the Initial Sync model there are too many capitals. It's harder to read camel case and does not match other screens in the app
camel case

Have you considered any alternatives?

Additional context

No response

@daniellekirkwood daniellekirkwood added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-Papercuts Visible. Impactful. Predictable to action. Z-Community-Testing Issues found during the community testing sessions labels Oct 21, 2021
@daniellekirkwood daniellekirkwood added the X-Needs-Product Issue needs input from Product team label Oct 21, 2021
@daniellekirkwood daniellekirkwood self-assigned this Oct 21, 2021
@daniellekirkwood daniellekirkwood removed the X-Needs-Product Issue needs input from Product team label Nov 2, 2021
@AdamTomaja
Copy link
Contributor

AdamTomaja commented Nov 4, 2021

@daniellekirkwood Hello :) I would like to introduce myself a little bit into the project and fix this issue, but not able to push the feature branch:

$ git push --set-upstream origin feature/4292-fix-capitalisation-on-initial-sync-screen
ERROR: Permission to vector-im/element-android.git denied to AdamTomaja.
fatal: Could not read from remote repository.

Do I need some permissions? :)

Best regards,
Adam

edit:
sorry i realized this task is already in 'progress', but anyway my question is still valid :)

@ouchadam
Copy link
Contributor

ouchadam commented Nov 4, 2021

👋 thanks for looking into this!

it looks like you're trying to push directly to vector-im/element-android which only vector-im organisation members can currently push to

you'll need to fork the project on github, push the branch and commits to your fork and then raise a pull request from your fork back to vector-im/element-android

some docs in case they're helpful https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks

@AdamTomaja
Copy link
Contributor

@ouchadam thanks for quick response :)

AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
@bmarty
Copy link
Member

bmarty commented Nov 4, 2021

Thanks @AdamTomaja for your (coming) contribution.

The fix is to replace this string https://github.com/vector-im/element-android/blob/main/vector/src/main/res/values/strings.xml#L205

With
Initial Sync:\nLoading your conversations\nIf you've joined lots of rooms, this might take a while

To be iso Element Web.

AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
@AdamTomaja
Copy link
Contributor

AdamTomaja commented Nov 4, 2021

@bmarty #4410

should i set initial_sync_start_importing_account_joined_rooms to Initial Sync:\nLoading your conversations\nIf you've joined lots of rooms, this might take a while ?

@bmarty
Copy link
Member

bmarty commented Nov 4, 2021

Yes (with a e at the end :)), also probably change Data to data and Rooms to rooms in other places

AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
AdamTomaja pushed a commit to AdamTomaja/element-android that referenced this issue Nov 4, 2021
bmarty pushed a commit that referenced this issue Nov 4, 2021
#4292 - Fix Capitalisation On Initial Sync Screen

Co-authored-by: Adam Tomaja <[email protected]>
@bmarty
Copy link
Member

bmarty commented Nov 4, 2021

Fixed in EA 1.3.7

@bmarty bmarty closed this as completed Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-Community-Testing Issues found during the community testing sessions Z-Papercuts Visible. Impactful. Predictable to action.
Projects
None yet
Development

No branches or pull requests

4 participants