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

16 commits

Author SHA1 Message Date
Mike Perham
4d303904e5
Refresh javascripts (#5036)
Refactor Web UI javascripts:

- Remove jQuery
- Remove dropdown.js, unused
- Update app JS to use vanilla JS
2021-11-01 09:55:17 -07:00
Mike Perham
82bdae8603 Add link to docs in footer 2018-03-27 09:18:05 -07:00
Rafael Fidelis
0d314b145c Update footer UTC time in pooling dashboard refresh (#3457) 2017-05-04 07:20:05 -07:00
Mike Perham
ed485e47e4 Make Sidekiq Web UI RTL-friendly (#3381)
* 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
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
John Cavalieri
d666ed6fd3 be consistent with names 2015-11-06 15:24:57 -06:00
John Cavalieri
331fc63838 footer tweaks, added title and ellipsis to url and namespace 2015-11-06 15:18:50 -06:00
Mike Perham
9cc5e8c760 Maximize footer space, #2645 2015-11-06 09:30:04 -08: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
Abdelkader Boudih
26ebbfbe0e style max-width for namespace [ci skip] 2015-02-27 07:58:12 +00:00
Abdelkader Boudih
d5787224a3 fix footer style [ci skip] 2015-02-27 06:34:22 +00:00
Mike Perham
e03f4aef30 Extract product version, #1991 2015-01-21 10:36:17 -08:00
Abdelkader Boudih
17cd01b056 [Webui] Fix style bug 2014-08-06 16:46:57 +00:00
Abdelkader Boudih
8f0bdd065d [Webui] Add back button 2014-08-02 00:36:37 +00:00