aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/stopwatch.js
Commit message (Expand)AuthorAgeFilesLines
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-2/+2
* Don't display stop watch top bar icon when disabled and hidden when click oth...Lunny Xiao2023-01-091-0/+1
* Update JS dependencies and eslint config (#21388)silverwind2022-10-101-1/+1
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-231-2/+2
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-10/+11
* Fix the JS error "EventSource is not defined" caused by some non-standard bro...wxiaoguang2022-08-031-40/+41
* Add eslint-plugin-sonarjs (#20431)silverwind2022-07-221-3/+3
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+4
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-1/+2
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-121-5/+5
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-2/+2
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-13/+13
* Update JS dependencies (#16708)silverwind2021-08-171-2/+2
* Fix handling of logout event (#15323)zeripath2021-04-081-1/+1
* Check if stopwatch element empty (#15278)Kyle D2021-04-051-4/+5
* Drop the event source if we are unauthorized (#15275)zeripath2021-04-041-0/+5
* stopwatch notif: check if timetracking is enabled (#14750)Norwin2021-02-201-2/+5
* Move the stopwatches to the eventsource stream (#14588)zeripath2021-02-191-1/+56
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+91