Dashboard design inspired in https://dribbble.com/shots/3329910-Industrial-Analytics-Dashboard-Design/attachments/720946
A Pen by Óscar Eusse on CodePen.
| function clientFromMobile() { | |
| if(getMobileOS()){ | |
| return { | |
| res: true, | |
| mobile: getMobileOS() | |
| } | |
| } | |
| return false; | |
| } |
| git config --global alias.superlog "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all" |
Dashboard design inspired in https://dribbble.com/shots/3329910-Industrial-Analytics-Dashboard-Design/attachments/720946
A Pen by Óscar Eusse on CodePen.