Ergashev Adizbek

Results 11 comments of Ergashev Adizbek

@water2015sit, good, but actually it should be text "realtime contribution leaderboard" with url https://gsoc.rocket.chat It's Makrdown like in GitHub.

@filipedelimabrito I have fixed all issues which you listed above.

@jungeonkim Yes, you're right. I have fixed. Now code looks better.

@filipedelimabrito The only last part remained, As said in issue #712 > Message_GroupingPeriod -> default is 900 seconds I couldn't find how to realize it, currently it is manually set...

You can use formatter. ``` rangeBar.setFormatter(new IRangeBarFormatter() { @Override public String format(String value) { return value; // format here your text } }); ```

@mengnarorth, @pandeyjames, @carlospinhod, @lazerg I have provided PR for resolving this issue: https://github.com/laravel-admin-extensions/media-manager/pull/36 For a while you can use https://packagist.org/packages/adizbek/laravel-admin-media-manager#3.0.x-dev

I have created filter similar to moment. Inspired by comment above ```js Vue.filter('localMoment', function (date, format) { return moment.utc(date).local().format(format) }) ``` Usage ```html {{r.ORDER_DATE | localMoment('hh:mm DD-MMMM YYYY')}} ```

Has anyone found solution or workaround ?