Rename "styles/dialogs" to "styles/chats"
8
.gitignore
vendored
@ -37,10 +37,10 @@ src/mibew/js/compiled/*
|
|||||||
!src/mibew/js/compiled/.keep
|
!src/mibew/js/compiled/.keep
|
||||||
|
|
||||||
# Do not index compiled files of chat styles
|
# Do not index compiled files of chat styles
|
||||||
src/mibew/styles/dialogs/default/templates_compiled/client_side/*
|
src/mibew/styles/chats/default/templates_compiled/client_side/*
|
||||||
!src/mibew/styles/dialogs/default/templates_compiled/client_side/.keep
|
!src/mibew/styles/chats/default/templates_compiled/client_side/.keep
|
||||||
src/mibew/styles/dialogs/default/js/compiled/*
|
src/mibew/styles/chats/default/js/compiled/*
|
||||||
!src/mibew/styles/dialogs/default/js/compiled/.keep
|
!src/mibew/styles/chats/default/js/compiled/.keep
|
||||||
|
|
||||||
# Do not index compiled files of page styles
|
# Do not index compiled files of page styles
|
||||||
src/mibew/styles/pages/default/templates_compiled/client_side/*
|
src/mibew/styles/pages/default/templates_compiled/client_side/*
|
||||||
|
@ -32,7 +32,7 @@ var config = {
|
|||||||
avatarsPath: 'mibew/files/avatar',
|
avatarsPath: 'mibew/files/avatar',
|
||||||
cachePath: 'mibew/cache',
|
cachePath: 'mibew/cache',
|
||||||
jsPath: 'mibew/js',
|
jsPath: 'mibew/js',
|
||||||
chatStylesPath: 'mibew/styles/dialogs',
|
chatStylesPath: 'mibew/styles/chats',
|
||||||
pageStylesPath: 'mibew/styles/pages',
|
pageStylesPath: 'mibew/styles/pages',
|
||||||
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
|
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
|
||||||
getComposerUrl: 'https://getcomposer.org/installer',
|
getComposerUrl: 'https://getcomposer.org/installer',
|
||||||
|
@ -35,7 +35,7 @@ class ChatStyle extends AbstractHandlebarsPoweredStyle implements StyleInterface
|
|||||||
*/
|
*/
|
||||||
public function getFilesPath()
|
public function getFilesPath()
|
||||||
{
|
{
|
||||||
return 'styles/dialogs/' . $this->getName();
|
return 'styles/chats/' . $this->getName();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -127,7 +127,7 @@ class ChatStyle extends AbstractHandlebarsPoweredStyle implements StyleInterface
|
|||||||
*/
|
*/
|
||||||
public static function getAvailableStyles()
|
public static function getAvailableStyles()
|
||||||
{
|
{
|
||||||
$styles_root = MIBEW_FS_ROOT . '/styles/dialogs';
|
$styles_root = MIBEW_FS_ROOT . '/styles/chats';
|
||||||
|
|
||||||
return self::getStyleList($styles_root);
|
return self::getStyleList($styles_root);
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 50 B After Width: | Height: | Size: 50 B |
Before Width: | Height: | Size: 50 B After Width: | Height: | Size: 50 B |
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 92 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 63 B After Width: | Height: | Size: 63 B |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
Before Width: | Height: | Size: 49 B After Width: | Height: | Size: 49 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 45 B After Width: | Height: | Size: 45 B |
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 93 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 914 B |
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 65 B After Width: | Height: | Size: 65 B |
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 50 B After Width: | Height: | Size: 50 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |