Настройка графа
Цвет - выбор правила покраски узлов
@@ -20,7 +20,7 @@ function HelpTermGraph() {
Горячие клавиши
Клик на конституенту - выделение, включая скрытые конституенты
-
Довйной клик - редактирование конституенты
+
Двойной клик - редактирование конституенты
Delete - удалить выбранные
diff --git a/rsconcept/frontend/src/components/Help/InfoCstClass.tsx b/rsconcept/frontend/src/components/Help/InfoCstClass.tsx
index 262bd9a4..055db95b 100644
--- a/rsconcept/frontend/src/components/Help/InfoCstClass.tsx
+++ b/rsconcept/frontend/src/components/Help/InfoCstClass.tsx
@@ -17,7 +17,7 @@ function InfoCstClass({ title }: InfoCstClassProps) {
return (
diff --git a/rsconcept/frontend/src/components/Help/InfoCstStatus.tsx b/rsconcept/frontend/src/components/Help/InfoCstStatus.tsx
index 76599c60..0efe3d4a 100644
--- a/rsconcept/frontend/src/components/Help/InfoCstStatus.tsx
+++ b/rsconcept/frontend/src/components/Help/InfoCstStatus.tsx
@@ -17,7 +17,7 @@ function InfoCstStatus({ title }: InfoCstStatusProps) {
return (
{info.text}
diff --git a/rsconcept/frontend/src/index.css b/rsconcept/frontend/src/index.css
index 86f29e2d..0bc2fc11 100644
--- a/rsconcept/frontend/src/index.css
+++ b/rsconcept/frontend/src/index.css
@@ -27,11 +27,11 @@
@layer components {
:root {
- @apply bg-gray-50
+ @apply bg-gray-50;
}
.dark {
- @apply text-zinc-200 bg-gray-800
+ @apply text-zinc-200 bg-[#181818]
}
h1 {
@@ -63,7 +63,7 @@
}
.clr-modal {
- @apply bg-gray-300 dark:bg-gray-800
+ @apply bg-gray-300 dark:bg-[#272727]
}
.clr-nav {
@@ -71,7 +71,7 @@
}
.clr-input {
- @apply dark:bg-[#070b12] bg-white disabled:bg-[#c6c6c6] dark:disabled:bg-[#181818]
+ @apply dark:bg-[#181818] bg-white disabled:bg-[#c6c6c6] dark:disabled:bg-[#181818]
}
.clr-footer {
@@ -79,11 +79,11 @@
}
.clr-card {
- @apply bg-gray-50 dark:bg-gray-600
+ @apply bg-gray-50 dark:bg-[#272727]
}
.clr-tab {
- @apply clr-border text-gray-600 dark:text-zinc-200 hover:bg-gray-300 dark:hover:bg-gray-400
+ @apply clr-border text-gray-700 dark:text-zinc-200 hover:bg-blue-200 dark:hover:bg-[#EA580C]
}
.clr-hover {
@@ -106,7 +106,7 @@
@apply text-white bg-blue-400 hover:bg-blue-600 dark:bg-blue-600 dark:hover:bg-blue-400 dark:text-black disabled:bg-gray-400 dark:disabled:bg-gray-600
}
.clr-btn-default {
- @apply bg-[#f0f2f7] hover:bg-gray-300 dark:bg-gray-600 dark:hover:bg-gray-400 text-btn
+ @apply bg-[#f0f2f7] hover:bg-gray-300 dark:bg-[#434343] dark:hover:bg-[#606060] text-btn
}
/* Transparent button */
@@ -115,7 +115,7 @@
}
.clr-checkbox {
- @apply bg-white dark:bg-gray-900 checked:bg-blue-700 dark:checked:bg-orange-500
+ @apply bg-white dark:bg-[#181818] checked:bg-blue-700 dark:checked:bg-orange-500
}
.clr-input-red {
diff --git a/rsconcept/frontend/src/pages/LibraryPage/ViewLibrary.tsx b/rsconcept/frontend/src/pages/LibraryPage/ViewLibrary.tsx
index c1fa705c..6325aefb 100644
--- a/rsconcept/frontend/src/pages/LibraryPage/ViewLibrary.tsx
+++ b/rsconcept/frontend/src/pages/LibraryPage/ViewLibrary.tsx
@@ -43,9 +43,9 @@ function ViewLibrary({ items, cleanQuery }: ViewLibraryProps) {
className='flex items-center justify-start gap-1'
id={`${prefixes.library_list}${item.id}`}
>
- {user && user.subscriptions.includes(item.id) && }
- {item.is_common && }
- {item.is_canonical && }
+ {user && user.subscriptions.includes(item.id) &&
}
+ {item.is_common &&
}
+ {item.is_canonical &&
}
>);
},
diff --git a/rsconcept/frontend/src/pages/ManualsPage/TopicsList.tsx b/rsconcept/frontend/src/pages/ManualsPage/TopicsList.tsx
index 311ad7ec..fb5e8fa8 100644
--- a/rsconcept/frontend/src/pages/ManualsPage/TopicsList.tsx
+++ b/rsconcept/frontend/src/pages/ManualsPage/TopicsList.tsx
@@ -15,7 +15,7 @@ function TopicsList({ activeTopic, onChangeTopic }: TopicsListProps) {
([topic, info], index) => {
return (
onChangeTopic(topic)}
>
diff --git a/rsconcept/frontend/src/pages/ManualsPage/ViewTopic.tsx b/rsconcept/frontend/src/pages/ManualsPage/ViewTopic.tsx
index 89acbe5b..f4893cfb 100644
--- a/rsconcept/frontend/src/pages/ManualsPage/ViewTopic.tsx
+++ b/rsconcept/frontend/src/pages/ManualsPage/ViewTopic.tsx
@@ -15,7 +15,7 @@ interface ViewTopicProps {
function ViewTopic({ topic }: ViewTopicProps) {
return (
-
+
{topic === HelpTopic.MAIN && }
{topic === HelpTopic.RSLANG && }
{topic === HelpTopic.LIBRARY && }
diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorRSForm.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorRSForm.tsx
index ef1d81aa..87a536b8 100644
--- a/rsconcept/frontend/src/pages/RSFormPage/EditorRSForm.tsx
+++ b/rsconcept/frontend/src/pages/RSFormPage/EditorRSForm.tsx
@@ -138,7 +138,7 @@ function EditorRSForm({ onDestroy, onClaim, onShare, onDownload }: EditorRSFormP
disabled={!isEditable}
onChange={event => setCommon(event.target.checked)}
/>
-
= new Map([
tooltip: 'Справка по языку родов структур и экспликации'
}],
[ HelpTopic.LIBRARY, {
- text: 'Библиотека',
+ text: 'Библиотека:',
tooltip: 'Интерфейс работы с библиотекой схем'
}],
[ HelpTopic.RSFORM, {
- text: 'Концептуальная схема',
+ text: '- паспорт схемы',
tooltip: 'Интерфейс работы с описанием схемы'
}],
[ HelpTopic.CSTLIST, {
- text: 'Список конституент',
+ text: '- список конституент',
tooltip: 'Интерфейс работы со списком конституент'
}],
[ HelpTopic.CONSTITUENTA, {
- text: 'Конституента',
+ text: '- конституента',
tooltip: 'Интерфейс редактирования конституенты'
}],
[ HelpTopic.GRAPH_TERM, {
- text: 'Граф термов',
+ text: '- граф термов',
tooltip: 'Интерфейс работ с графом термов схемы'
}],
[ HelpTopic.EXTEOR, {