Phiter Fernandes

Results 18 issues of Phiter Fernandes

When using query builder, you can use the where clause as follows: `User::where('name', 'like', '%user%');` The first parameter always expect a column name. It would be nice if that parameter...

enhancement

The[ `asset()` ](https://laravel.com/docs/5.5/helpers#method-asset) helper creates a link to the desired file in the `/public` folder. My suggestion is to trigger path/file autocomplete when user start typing a string in it,...

enhancement

The `$fillable` array defines what columns in a model can be filled trough mass assignment. ```

enhancement

Hello again! A few months ago I opened issue #23 and you added the `role="alert"` to the component, fixing the issue. But now Vuetify itself added `role="alert"` to the `snackbar_wrapper`...

### Description Clicking on a notification does nothing on Whatsapp Web. ### Steps to Reproduce 1. Log in to Whatsapp Web 2. Activate notifications and allow them 3. Receive a...

webcompat

### Feature Description Add internationalization to the project and allow the user to switch between different languages (maybe a dropdown in the appbar). ### Problem Matrix is growing in usage,...

kind: enhancement
hacktoberfest

### Description Well guys get ready for this one, it's a pretty big PR. ![matrix](https://user-images.githubusercontent.com/12252332/87861795-f8967300-c91f-11ea-9879-8d5d42049c19.gif) (Ignore the color twitching, I had to compress the gif a lot.) --- This PR...

kind: enhancement
need review

### Feature Description The application should persist desktop notifications on/off preference ### Problem In the app bar, there is a button which enables/disables desktop notifications. This preference is not being...

hacktoberfest

### Description This PR adds a feature that allows rooms to be grouped, providing a better way to organize the office. Currently it is just a visual change. The room...