File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3535 label Use regex
3636 input(type="checkbox" v-model="use_regex")
3737 div
38- label Filter AFK
38+ label Exclude time away from computer
3939 input( type ="checkbox" v-model ="filter_afk" )
4040 //div.form-row
4141 div.form-group.col-md-6
Original file line number Diff line number Diff line change 44
55 div.mb-2
66 ul.list-group.list-group-horizontal-md.mb-3 ( style ="font-size: 0.9em; opacity: 0.7" )
7+ li.list-group-item.pl-0.pr-3.py-0 ( style ="border: 0" )
8+ | #[ b Host:] {{ host }}
79 li.list-group-item.pl-0.pr-3.py-0 ( style ="border: 0" )
810 | #[ b Time active:] {{ $store.state.activity.active.duration | friendlyduration }}
911
6365 div.row
6466 div.col-lg-6
6567 b-form-checkbox( v-model ="filterAFK" )
66- | Filter AFK
68+ | Exclude time away from computer
6769 b-form-checkbox( v-model ="includeAudible" )
68- | Count audible browser tab as active
70+ | Always treat browsers playing audio or video as active
6971
7072 div.col-lg-6
71- b-form-group( label ="Show/filter category" label-cols ="5 " label-cols-lg ="4" )
73+ b-form-group( label ="Show category: " label-cols ="6 " label-cols-lg ="4" )
7274 b-form-select( v-model ="filterCategory" , :options ="categories" )
7375
7476 aw-devonly
You can’t perform that action at this time.
0 commit comments