-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello there! I made quite a few changes: 1. Redesigned the menu generation system. If earlier it was formed by parsing folders with configs every time the page loads, now it only adds data to the json file. Data is output from it after. 2. I made categories of services and distributed them according to them, so that there were not too many items in the menu. 3. Select spoilers in the menu if the service belongs to one of the categories. Result: 9-10 points instead of nineteen. I like. And you? https://dpos.space, https://dpos.space/viz, https://dpos.space/golos Also in golos/profiles, I updated the list of pages: now they are displayed as a drop-down list, and not as a huge table in one row (horizontally). If you like it, I will also do it for Viz. Example: https://dpos.space/golos/profiles/denis-skripnik *** Здравствуйте! Я сделал довольно много изменений: 1. Переделал систему формирования меню. Если раньше оно формировалось путём парсинга папок с конфигами при каждой загрузке страницы, сейчас происходит лишь добавление данных в json файл. Из него и выводятся данные после. 2. Сделал категории сервисов и распределил по ним их, чтоб не было слишком много пунктов в меню. 3. Сделал в меню спойлеры, если сервис относится к одной из категорий. Результат: 9-10 пунктов вместо девятнадцати. Мне нравится. А вам? https://dpos.space, https://dpos.space/viz, https://dpos.space/golos Также в golos/profiles обновил список страниц: теперь они отображаются в виде выпадающего списка, а не в виде громадной таблицы в одну строку (горизонтально). Если понравится, сделаю также и для Viz. Пример: https://dpos.space/golos/profiles/denis-skripnik
- Loading branch information
1 parent
4564a0b
commit 2cf8638
Showing
97 changed files
with
322 additions
and
130 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Мои аккаунты в Cyber", | ||
"description": "Сервис авторизации в блокчейне Cyber. Сохранение нескольких аккаунтов и выбор из них текущего.", | ||
"in_menu": "Аккаунты" | ||
"in_menu": "Аккаунты", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Блок-эксплорер для Cyber", | ||
"description": "block explorer (просмотр блоков) в Cyber", | ||
"in_menu": "Блок-эксплорер" | ||
"in_menu": "Блок-эксплорер", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "IPFS для Cyber", | ||
"description": "Загрузка данных в IPFS и их получение, для Cyber", | ||
"in_menu": "IPFS" | ||
"in_menu": "IPFS", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Создатель ссылок в Cyber", | ||
"description": "Сервис Линкер - создаёт ссылки из 2 ipfs хешей, для Cyber.", | ||
"in_menu": "Линкер" | ||
"in_menu": "Линкер", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Просмотр профилей", | ||
"description": "Просмотрщик профилей в блокчейне Cyber", | ||
"in_menu": "Профили" | ||
"in_menu": "Профили", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Генератор случайных чисел randomblockchain для Cyber", | ||
"description": "Генератор случайных чисел с использованием блоков блокчейна Cyber", | ||
"in_menu": "ГСЧ" | ||
"in_menu": "ГСЧ", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Валидаторы Cyber", | ||
"description": "Список валидаторов Cyber", | ||
"in_menu": "Валидаторы" | ||
"in_menu": "Валидаторы", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Кошелёк", | ||
"description": "Кошелёк для Cyber: просмотр баланса и перевод средств.", | ||
"in_menu": "Кошелёк" | ||
"in_menu": "Кошелёк", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Мои аккаунты в Golos", | ||
"description": "Сервис авторизации в блокчейне Golos. Сохранение нескольких аккаунтов и выбор из них текущего.", | ||
"in_menu": "Аккаунты" | ||
"in_menu": "Аккаунты", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Рейтинг активности за сутки", | ||
"description": "Страница с рейтингом активности пользователей Голоса за сутки", | ||
"in_menu": "Активность за сутки" | ||
"in_menu": "Активность за сутки", | ||
"category": "reytings" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Бекап постов в Golos", | ||
"description": "Резервное копирование постов в Golos.", | ||
"in_menu": "Бекап постов" | ||
"in_menu": "Бекап постов", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Калькулятор для блокчейна Golos", | ||
"description": "Рассчёт стоимости апвота, GESTS в СГ и другие параметры блокчейна Golos.", | ||
"in_menu": "Блокчейн-калькулятор" | ||
"in_menu": "Блокчейн-калькулятор", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Топ донатов Голоса", | ||
"description": "Топ донатов в блокчейне Golos", | ||
"in_menu": "Топы донатов" | ||
"in_menu": "Топы донатов", | ||
"category": "reytings" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Блок-эксплорер для Golos", | ||
"description": "block explorer (просмотр блоков) в Golos", | ||
"in_menu": "Блок-эксплорер" | ||
"in_menu": "Блок-эксплорер", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Справка по dpos.space/golos", | ||
"description": "Страница со ссылками на информацию по сервисам dpos.space., касающимся Голоса", | ||
"in_menu": "Справка" | ||
"in_menu": "Справка", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Управление блокчейном и аккаунтом Golos", | ||
"description": "Сервис управления аккаунтом (изменение профиля) и блокчейном (делегаты, комитет) в Golos.", | ||
"in_menu": "Управление" | ||
"in_menu": "Управление", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
blockchains/golos/apps/multisig/config.json → ...os/apps/manage/pages/multisig/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"title": "MULTISIG Golos", | ||
"description": "Управление мультисигом в Golos", | ||
"in_menu": "Мультисиг" | ||
"description": "Управление мультисигом в Golos" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Опросы на Голосе", | ||
"description": "Страница опросов Голоса", | ||
"in_menu": "Опросы" | ||
"in_menu": "Опросы", | ||
"category": "tools" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Публикация постов", | ||
"description": "Сервис публикации постов в блокчейне Golos", | ||
"in_menu": "Публикация постов" | ||
"in_menu": "Публикация постов", | ||
"category": "no_category" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"title": "Просмотр профилей", | ||
"description": "Просмотрщик профилей в блокчейне Golos", | ||
"in_menu": "Профили" | ||
"in_menu": "Профили", | ||
"category": "no_category" | ||
} |
Oops, something went wrong.