Skip to content

Commit ea4078a

Browse files
gtryusGreg TrihusCopilot
authored
TT-6812b Add Plan View with Passage Cards for mobile experience (#179)
- Added new translation entry for `Unknown Book` in localization files. - Introduced new JSON localization file for updated strings. - Refactored PlanTabs and PlanSheet components to support mobile view and improve responsiveness. - Implemented new GraphicAvatar and PassageCard components for better visual representation of data. - Updated PlanBar and PlanView components to enhance user interaction and layout. These changes collectively improve the localization support and enhance the UI components, ensuring a more intuitive experience for users across different devices. * Update src/renderer/src/components/Sheet/ScriptureTable.tsx * Refactor PlanTabSelect and PlanView components for improved readability and structure --------- Co-authored-by: Greg Trihus <gtryus@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c0ce2fb commit ea4078a

File tree

16 files changed

+722
-424
lines changed

16 files changed

+722
-424
lines changed

localization/TranscriberAdmin-en-1.2.xliff

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6654,6 +6654,13 @@
66546654
<context context-type="sourcefile">PlanSheet.tsx</context>
66556655
</context-group>
66566656
</trans-unit>
6657+
<trans-unit id="planSheet.unknownBook">
6658+
<source>Unknown Book</source>
6659+
<target/>
6660+
<context-group>
6661+
<context context-type="sourcefile">PlanSheet.tsx</context>
6662+
</context-group>
6663+
</trans-unit>
66576664
<trans-unit id="planSheet.useCtrlV">
66586665
<source>Select a column head and use CTRL-V to append table rows.</source>
66596666
<target/>

localization/TranscriberAdmin-en.xlf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5704,6 +5704,12 @@
57045704
<target/>
57055705
</segment>
57065706
</unit>
5707+
<unit id="planSheet.unknownBook">
5708+
<segment>
5709+
<source>Unknown Book</source>
5710+
<target/>
5711+
</segment>
5712+
</unit>
57075713
<unit id="planSheet.useCtrlV">
57085714
<segment>
57095715
<source>Select a column head and use CTRL-V to append table rows.</source>

0 commit comments

Comments
 (0)