Skip to content

Commit

Permalink
Switch to FA5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Jan 20, 2022
1 parent 04e8299 commit 66c28b0
Show file tree
Hide file tree
Showing 27 changed files with 10,951 additions and 3,183 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
* Add CSS files to your view.

- Bootstrap 3
- Font Awesome 4
- Font Awesome 5

Example :

```php
echo $this->headLink()
->appendStylesheet($this->basePath() . '/<path to your bootstrap>/bootstrap.min.css')
->appendStylesheet($this->basePath() . '/assets/css/font-awesome.min.css')
->appendStylesheet($this->basePath() . '/assets/css/font-awesome.all.min.css')
->appendStylesheet($this->basePath() . '/assets/css/mattermostchat.css');

```

* Add javascript dependencies.
* Add javascript dependencies (see bower.json)

- JQuery
- JQuery-UI
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"bootstrap-markdown": "^2.10.0",
"marked": "^0.3.9",
"list.js": "^1.5.0",
"lightbox2": "lightbox#^2.10.0"
"lightbox2": "lightbox#^2.10.0",
"components-font-awesome": "^5.15.4"
}
}
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
],
"require": {
"gnello/php-mattermost-driver": "^2.4",
"laminas/laminas-mvc": "^3.0",
"maglnet/magl-markdown": "~1.1",
"laminas/laminas-mvc": "^3.3",
"maglnet/magl-markdown": "~1.8",
"laminas/laminas-dependency-plugin": "^2.0"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"MattermostMessenger\\": "src/MattermostMessenger/"
}
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
}
}
Loading

0 comments on commit 66c28b0

Please sign in to comment.