Matt Budz

Results 15 issues of Matt Budz

### Summary ### Spec Currently, when a user is on any view and the session times out, the user is redirected back to the login view. Once logged back in...

### Summary Holiday fun ### Check List ~- [ ] Added a CHANGELOG entry~

### Summary Remove `category` selection from `Notes` form UI ### Check List - [x] Added a CHANGELOG entry

### Summary Recent activity and revisions history show similar information. This PR consolidates the two and add's a `View History` link to the dots-menu. ### Check List - [x] Added...

### Summary This PR add's a sidebar to the `revisions#show` view for easier navigation. The sidebar is loaded via ajax to not hinder the performance of the view. ### Check...

## Environment - Ruby **3.0.3p157** - Rails **7.0.4** - Devise **4.8.1** ## Current behavior When a signed-in user visits `destroy_user_session_path` the flash message is "You need to sign in before...

It seems that with v3 we now have a `.liquidrc` file for settings. I can't justify pushing this file to my product's github repo since not all of the devs...

🙏🏻 Feature Request

### Summary This PR fixes a bug where the version number could overlap records listed in the sidebar ### Check List - [x] Added a CHANGELOG entry

### Summary This PR adds a scaffold for a new `my tasks` view to assist designer candidates with their test project. ### Copyright assignment Collaboration is difficult with commercial closed...

If an item already exists in the cart, the item doesn't get added again. Adding an existing item should increase the qty of the item in the cart.