Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Sep 27, 2020
1 parent 888baff commit 8c7fc2d
Show file tree
Hide file tree
Showing 22 changed files with 96 additions and 34 deletions.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A [Flarum](http://flarum.org) extension that integrates your forum with GIF sear

### Preview

![Preview](https://i.imgur.com/HdhAWeo.png)
![Preview](https://i.imgur.com/kHJZAPC.gif)

### Available GIF search engines

Expand Down Expand Up @@ -36,5 +36,4 @@ composer update therealsujitk/flarum-ext-gifs
- [Packagist](https://packagist.org/packages/therealsujitk/flarum-ext-gifs)
- [Discussion Page](https://discuss.flarum.org/d/23101)
- [Github](https://therealsuji.tk/extensions/flarum-ext-gifs)
- [Donate on PayPal](https://therealsuji.tk/donate)

- [Donate on PayPal](https://therealsuji.tk/donate)
63 changes: 62 additions & 1 deletion assets/powered_by_giphy.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"authors": [
{
"name": "Sujit Kumar",
"role": "Developer"
"role": "Developer",
"email": "[email protected]"
}
],
"autoload": {
Expand Down
16 changes: 8 additions & 8 deletions extend.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
use Illuminate\Contracts\Events\Dispatcher;

return [
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js'),
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
new Extend\Locales(__DIR__ . '/resources/locale'),
function (Dispatcher $dispatcher) {
$dispatcher->listen(Serializing::class, Listeners\SaveSettings::class);
},
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js'),
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
new Extend\Locales(__DIR__ . '/resources/locale'),
function (Dispatcher $dispatcher) {
$dispatcher->listen(Serializing::class, Listeners\SaveSettings::class);
},
];
Empty file modified icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified js/admin.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion js/dist/admin.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c7fc2d

Please sign in to comment.