Commit Graph

12 Commits

Author SHA1 Message Date
bd8927d408
Fix "@production" message appearing on screen
It was just for the privacy respect statistics script not appearing on
test phase.
2021-02-16 20:13:12 -03:00
5d7aee7778
Showing tracker only in production 2020-08-22 20:01:58 -03:00
2ed6065901
Including the Tracking number directly 2020-08-22 14:10:59 -03:00
0b3f6d4837
Including my OWA Tracker 2020-08-22 11:44:03 -03:00
3d6b0dbeca
Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
52223676dc
Trying to fix an 500 error on production 2018-10-16 20:18:10 -03:00
7a8d5ccaff
Refreshing and Including number of used items on Title
It was necessary to keep refreshing the page to
check if an item was returned when we did not
want to be alerted. So, now, the page refresh
itself every 2 minutes (while I do not know how
to use Laravel broadcasting) and the title shows
the number of items in use (including when used
by you).
2018-10-16 15:15:05 -03:00
5be29fc3d8
Added: buttons to change language
Now the welcome.blade has two new links to change language.
Other pages has a footer with the language switcher too.
2018-09-29 01:49:02 -03:00
1fd78fe94a
Including messages on registering and invalid product 2018-09-19 21:07:40 -03:00
f27ee7172f
Fixing margins on error messages (errors.blade)
Sometimes the error box was appearing
with no space between it and other boxes
2018-09-13 21:15:40 -03:00
2845e7501d
Including item and product form validation 2018-09-10 21:29:32 -03:00
112d3dc44e
Adding User login and registration 2018-09-09 01:03:41 -03:00