-
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.
BREAKING CHANGE: new structure, versions of the deps & JSDoc
- Изменена структура приложения: модальные окна и панели теперь вынесены в отдельные группы. - Основная панель больше не именуется base.jsx. Вместо этого используется {panelName}.jsx. - Режим ODR удалён, так как ВКонтакте больше не использует его. - Удалены ненужные зависимости: vite-svg-loader и vite-plugin-singlefile. - Обновлены версии всех зависимостей (исключая VKUI. Переход на новую версию VKUI планируется позже).
- Loading branch information
1 parent
93df6cb
commit 8e2a5db
Showing
25 changed files
with
1,856 additions
and
3,305 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,4 +5,3 @@ package.json | |
package-lock.json | ||
.gitignore | ||
dist | ||
odr-dist |
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,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
|
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,10 +1,4 @@ | ||
{ | ||
"static_path": "dist", | ||
"app_id": "", | ||
"platforms": { | ||
"mobile": true, | ||
"web": true, | ||
"mvk": true | ||
}, | ||
"upload_odr": true | ||
"app_id": "" | ||
} |
Oops, something went wrong.