Skip to content

feat: Conjugate app download data UI (SwiftUI)#651

Open
prince-0408 wants to merge 2 commits intoscribe-org:mainfrom
prince-0408:feat/conjugate-download-data-ui-612
Open

feat: Conjugate app download data UI (SwiftUI)#651
prince-0408 wants to merge 2 commits intoscribe-org:mainfrom
prince-0408:feat/conjugate-download-data-ui-612

Conversation

@prince-0408
Copy link
Copy Markdown
Contributor

Summary

Closes #612

Changes

File Status Description
DownloadDataScreen.swift New SwiftUI download data screen for the Conjugate app
ConjugateTab.swift Modified Wires the "Verb data" card tap to navigate to the download screen
Localizable.xcstrings Modified Adds i18n.conjugate.download.already_up_to_date string key
project.pbxproj Modified Registers DownloadDataScreen.swift in the Conjugate target

DownloadDataScreen.swift — Detail

Feature Detail
Update data card Check-for-new-data spinner + regularly update toggle
Language list All supported languages alphabetically — Deutsch, English, Español, Français, Italiano, Português, Русская, Svenska — not filtered by installed keyboards
Per-language buttons Orange "Download data" / green "Up to date" / "Downloading" with spinner
Update all Shortcut to trigger all downloads at once
Feedback Toast on download action

Screenshots

Simulator Screenshot - iPhone 17 Pro - 2026-04-18 at 03 07 25

Notes

- Add ConjugateDownloadDataScreen with SwiftUI
- Shows all supported languages listed alphabetically (not just installed keyboards)
- Update data card with check-for-new-data spinner and regularly-update toggle
- Per-language download buttons with ready/downloading/updated/update states
- Update all shortcut, toast feedback
- Wire ConjugateTab card to navigate to download screen
- Add i18n key for already-up-to-date toast message
- Download functionality stubbed, to be implemented in follow-up issue

Closes scribe-org#612
@github-actions
Copy link
Copy Markdown

Thank you for the pull request! 💙🩵

The Scribe-iOS team will do our best to address your contribution as soon as we can. The following are some important points:

  • Those interested in developing their skills and expanding their role in the community should read the mentorship and growth section of the contribution guide
  • If you're not already a member of our public Matrix community, please consider joining!
    • We'd suggest that you use the Element client as well as Element X for a mobile app
    • Join the General and iOS rooms once you're in
  • Also consider attending our bi-weekly Saturday developer syncs!
    • Details are shared in the General room on Matrix each Wednesday before the sync
    • It would be great to meet you 😊

Note

Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible.

@github-actions
Copy link
Copy Markdown

Maintainer Checklist

The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

  • Tests for changes have been written and the CI unit test, linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

@prince-0408 prince-0408 changed the title feat: Conjugate app download data UI (SwiftUI) #612 feat: Conjugate app download data UI (SwiftUI) Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creation of Conjugate App download data UI with Swift UI

1 participant