feat(builder): modern grouped rich-text toolbar with icons and tooltips
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> P0 user feedback: unstyled B/I/U/H2/List/1,2,3 buttons were not understandable for non-technical users. - Toolbar buttons grouped by intent (text style | headings | lists | insert | advanced) with visual separators, hover states, consistent 30px hit targets - Icons (PrimeIcons) for list/link/image/table/divider/code/embed; B/I/U keep their conventional letters but rendered in their own style (bold/italic/underline) as every mainstream editor does; every button gets a translated tooltip and aria-label (en/ru/hy) - Code view toggle moved to the right edge, visually de-emphasized - it is the expert path, not a primary action - Toolbar visually attaches to the editing surface (shared border, joined radius) so it reads as one control
This commit is contained in:
@@ -687,6 +687,19 @@ export const ru: Translations = {
|
||||
linkVisibleDesc: 'Показывать ли эту ссылку навигации покупателям.',
|
||||
appName: 'Конструктор маркетплейса',
|
||||
backToDashboard: 'Назад в панель управления',
|
||||
htmlToolBold: 'Жирный',
|
||||
htmlToolItalic: 'Курсив',
|
||||
htmlToolUnderline: 'Подчёркнутый',
|
||||
htmlToolHeading: 'Заголовок',
|
||||
htmlToolSubheading: 'Подзаголовок',
|
||||
htmlToolBulletList: 'Маркированный список',
|
||||
htmlToolNumberedList: 'Нумерованный список',
|
||||
htmlToolLink: 'Вставить ссылку',
|
||||
htmlToolImage: 'Вставить изображение',
|
||||
htmlToolTable: 'Вставить таблицу',
|
||||
htmlToolDivider: 'Разделительная линия',
|
||||
htmlToolCodeBlock: 'Блок кода',
|
||||
htmlToolEmbed: 'Встроить видео',
|
||||
breadcrumbRoot: 'Конструктор маркетплейса',
|
||||
statusComplete: 'Готово',
|
||||
statusInProgress: 'В процессе',
|
||||
|
||||
Reference in New Issue
Block a user