mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
Feature: Implement a new custom section type: summary (#2657)
* feat: add summaryItemSchema for custom summary section type * feat: add CreateSummaryItemDialog and UpdateSummaryItemDialog * feat: register summary item dialog types in store * feat: route summary item dialogs in manager * feat: add SummaryItem render component * feat: handle summary type in renderItemByType and hide title for summary sections * feat: handle summary type in sidebar helpers * feat: add summary to custom section type options * fix: update type definitions to support CustomSectionType for summary sections * chore: extract new i18n strings for summary section * style: apply biome formatting fixes * chore: remove TODO.md file containing outdated feature specifications
This commit is contained in:
Generated
+16
@@ -464,6 +464,8 @@ msgstr "Могу ли я экспортировать свое резюме в P
|
||||
#: src/dialogs/resume/sections/reference.tsx
|
||||
#: src/dialogs/resume/sections/skill.tsx
|
||||
#: src/dialogs/resume/sections/skill.tsx
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
#: src/hooks/use-prompt.tsx
|
||||
@@ -570,6 +572,10 @@ msgstr "Подтвердить"
|
||||
msgid "Connect"
|
||||
msgstr "Подключить"
|
||||
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
msgid "Content"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/auth/enable-two-factor.tsx
|
||||
#: src/dialogs/auth/enable-two-factor.tsx
|
||||
#: src/dialogs/auth/enable-two-factor.tsx
|
||||
@@ -624,6 +630,7 @@ msgstr "Скопировать URL"
|
||||
#: src/dialogs/resume/sections/publication.tsx
|
||||
#: src/dialogs/resume/sections/reference.tsx
|
||||
#: src/dialogs/resume/sections/skill.tsx
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
msgid "Create"
|
||||
msgstr "Создать"
|
||||
@@ -692,6 +699,10 @@ msgstr "Создать новое резюме"
|
||||
msgid "Create a new skill"
|
||||
msgstr "Создать новый навык"
|
||||
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
msgid "Create a new summary item"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
msgid "Create a new volunteer experience"
|
||||
msgstr "Создать новый волонтерский опыт"
|
||||
@@ -1945,6 +1956,7 @@ msgstr "Русский"
|
||||
#: src/dialogs/resume/sections/publication.tsx
|
||||
#: src/dialogs/resume/sections/reference.tsx
|
||||
#: src/dialogs/resume/sections/skill.tsx
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
#: src/routes/dashboard/settings/profile.tsx
|
||||
msgid "Save Changes"
|
||||
@@ -2546,6 +2558,10 @@ msgstr "Обновить существующего рекомендадател
|
||||
msgid "Update an existing skill"
|
||||
msgstr "Обновить существующий навык"
|
||||
|
||||
#: src/dialogs/resume/sections/summary-item.tsx
|
||||
msgid "Update an existing summary item"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/volunteer.tsx
|
||||
msgid "Update an existing volunteer experience"
|
||||
msgstr "Обновить существующий волонтерский опыт"
|
||||
|
||||
Reference in New Issue
Block a user