1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

160 commits

Author SHA1 Message Date
Mike Perham
303a2fde8f Update from fatkodima 2019-09-27 10:27:45 -07:00
Mike Perham
e49e16b6e7 Initial pass at dark mode support, courtesy of @silent-e 2019-09-27 10:27:45 -07:00
Mike Perham
7864fdbeb3 Polish job tags with Sidekiq Pro filtering support 2019-09-23 14:52:15 -07:00
Mike Perham
02c39024fd whitespace cleanup 2019-08-15 10:28:42 -07:00
Edward Rudd
771671e45c add back the dropdown css () 2019-02-22 09:12:04 -08:00
Karthik M A M
a8329b7222 Fix RealTime Graphs Reset on Window Height Change ()
* fix graphs reset on height change

* move debounce method

* add semi-colon
2018-10-29 09:58:56 -07:00
Navied Shoushtarian
c342476b57 Fixed mobile navigation. ()
* Fixed mobile navigation.

* Remove unused toggle.

* Small css changes for mobile + ipad

* Fixes to double navbar

* remove leftover css

* fixed double btn two line issue
2018-09-20 13:06:18 -07:00
Mike Perham
353c95d019 Updated bootstrap with glyphicons removed, fixes 2018-08-03 16:02:41 -07:00
Mike Perham
fa8a94321c Remove superfluous executable bit 2018-08-03 16:00:17 -07:00
Rafael Fidelis
0d314b145c Update footer UTC time in pooling dashboard refresh () 2017-05-04 07:20:05 -07:00
Mike Perham
ed485e47e4 Make Sidekiq Web UI RTL-friendly ()
* Unminify rickshaw graph CSS so we can maintain it

* Initial BiDi support for the Web UI

BiDi means the web app can serve both LTR and RTL languages at the same time.

1. Bootstrap-RTL overrides Bootstrap 3.3 styles for RTL clients
2. Application CSS was preprocessed thru rtlcss and then hand-trimmed to contain only RTL-specific directives.
3. Dashboard was tweaked to hardcode LTR for footer and polling gadget

* Vendor bootstrap-rtl.css

* Various RTL style fixes, need to flip all pull-* elements

* Upgrade Rickshaw to latest, remove dupe CSS

* Add Arabic language (credit to Milena Novakova)
Add Hebrew placeholder
Added dir attribute to html tag

* changes

* Clean up HTTP header generation, add Content-Language response header

* Use correct locale for hebrew
2017-03-16 13:51:29 -07:00
Mike Perham
c70e313a80 Change default dashboard poll to 5 sec, fixes
Sidekiq 4.0 changed the heartbeat to update statistics only every five seconds so there’s little point to polling more frequently.
2017-03-08 14:46:21 -08:00
Shane O'Grady
4f950113ca Update the fuzzy timestamps during polling ()
The timestamps were not updated during live polling since
cd3d18b81e.
This causes the timestamps to be updated with fuzzy timestamp text when
live polling is turned on.
2016-10-16 13:59:42 -07:00
Mike Perham
4611b75dad update english term 2016-09-20 10:32:58 -07:00
Mike Perham
cd3d18b81e Disable live time updates, 2016-09-20 10:31:25 -07:00
Shane O'Grady
99506551d2 Replace jQuery.timeago ()
* Remove jQuery.timeago

* Use new timeago.js library

This library is ~2KB, has no dependencies and includes several built-in locales.
It also updates the timestamp on the page in realtime.

* Set the timeago locale to the application locale

* Convert locale from hyphen to underscore

The localepassed by Rails/browser "Accept-Language" header needs to be
manipulated before being used by timeago.js
2016-09-20 10:15:31 -07:00
Mike Perham
0c098787b0 Remove poll_js and inline JS script, fixes 2016-09-12 14:32:54 -07:00
Mike Perham
91a45a7d5d Upgrade Bootstrap CSS to 3.3.7 2016-08-30 13:07:58 -07:00
Mike Perham
c12c89a8a4 Simplify images to only the required set 2016-08-30 12:35:16 -07:00
Spoonflower
dee9c8bd86 change inline style into classes 2016-08-04 11:18:07 -04:00
Spoonflower
8f085052dc taking out inline styling and putting them in application.css 2016-07-29 10:09:17 -04:00
Thomas Meyer
9bc5e5c368 Proper jquery.timeago Norwegian locale shortname
Fixes (No route matches [GET] "/sidekiq/javascripts/locales/jquery.timeago.nb.js").
2016-06-28 11:03:02 +02:00
John Cavalieri
331fc63838 footer tweaks, added title and ellipsis to url and namespace 2015-11-06 15:18:50 -06:00
Mike Perham
c5c74f49e4 Revert "Using percentage sizes for footer information with ellipses overflow."
This reverts commit 224259b0b0.
2015-11-06 09:07:28 -08:00
John Cavalieri
e3c5ecca42 Using percentage sizes for footer information with ellipses overflow.
Also added title attributes so on-hover shows full string.
2015-11-05 15:51:15 -06:00
Mike Perham
91c4065fc4 Merge pull request from smolnar/busy-page-styling-bug
Fix Styling Issues on Busy page
2015-10-13 09:29:17 -07:00
Samuel Molnar
bab1ab8bd3 Make form button groups look bit better 2015-10-13 17:53:57 +02:00
Nate Matykiewicz
4cbb92f1b9 Use static favicon 2015-10-05 11:39:56 -05:00
Nate Matykiewicz
ca235206b9 Update status indicators when polling 2015-10-05 09:42:27 -05:00
Mike Perham
6e652817e3 Revert "Implement Web UI keyboard shortcuts, "
This reverts commit 4c274f4cfb.
2015-09-08 14:09:48 -07:00
Mike Perham
4c274f4cfb Implement Web UI keyboard shortcuts,
Needs: JS concat
2015-09-08 14:09:11 -07:00
Mike Perham
c240d728a0 Merge pull request from antstorm/refactor-pulsing-dot
Refactor pulsing beacon
2015-07-30 19:21:40 -07:00
Abdelkader Boudih
677c1bfe5d Merge pull request from antstorm/remove-not-needed-css-properties
Remove not needed CSS properties
2015-07-31 00:01:54 +00:00
Anthony Dmitriyev
53f125f1de Remove not needed CSS properties 2015-07-31 00:41:41 +01:00
Anthony Dmitriyev
52ac947b68 Fix dashboard pulsing beacon alignment 2015-07-31 00:24:56 +01:00
Anthony Dmitriyev
33dca586c2 Refactor pulsing beacon 2015-07-30 23:50:14 +01:00
Felipe Gentil
a933b7ff14 Better pt-BR locales in web UI 2015-07-22 15:43:17 -03:00
Mike Perham
e3d842b529 Tweak footer widths, fixes 2015-06-30 08:47:21 -07:00
Warren Guy
be2b6a75c0 Revert overflow for redis-url and redis-namespace to hidden
Looks like this was mistakenly? changed to `scroll` in 542b995
2015-06-18 17:13:10 +01:00
Anton Davydov
17ee70f063 Create table containers with overflow is overlay 2015-05-14 02:48:17 +03:00
Anton Davydov
748539a265 Call timeago() for new <time> tags during live pull 2015-05-05 18:53:14 +03:00
Brandt Lareau
542b9951d5 Footer style fix
Changed overflow from scroll to hidden

Revert Last commit

Corrected consistent spacing
2015-04-28 14:23:59 -05:00
Mike Perham
cf7a9b6a8f Merge pull request from davydovanton/dropdown-button
Fixed protruding links in header navbar
2015-04-05 11:45:11 -07:00
Anton Davydov
70407f41e7 Fixed protruding links in header navbar [skip ci]
1. All protruding plugin links rolled to dropdown button
2. Trim navbar link weight for screen less than 979px
2015-04-03 10:36:37 +03:00
Anton Davydov
67ddaac850 Fix displaying navbars for tablet devises [skip ci] 2015-03-31 00:51:37 +03:00
Anton Davydov
c168362226 Change page reload on ajax request in livepoll mode [skip ci] 2015-03-27 01:33:02 +03:00
Anton Davydov
c0800916c6 Change current navbar to bootstrap collapsed navbar [skip ci] 2015-03-26 15:43:04 +03:00
Anton Davydov
8a95843692 Fix charts position on dashbord page [skip ci] 2015-03-25 01:43:16 +03:00
Anton Davydov
457432912a Centered text in footer navbar [skip ci] 2015-03-24 23:51:57 +03:00
Abdelkader Boudih
26ebbfbe0e style max-width for namespace [ci skip] 2015-02-27 07:58:12 +00:00