1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web/views
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
..
_footer.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
_job_info.erb Allow dead jobs which don’t have an associated error, #3390 2017-03-16 11:33:24 -07:00
_nav.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
_paging.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
_poll_link.erb Implement compatibility interface with sinatra 2016-07-29 04:45:19 -03:00
_status.erb Fix missing status text 2013-09-23 10:13:51 -04:00
_summary.erb Remove size helpers 2015-01-16 14:03:19 -08:00
busy.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
dashboard.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
dead.erb Implement compatibility interface with sinatra 2016-07-29 04:45:19 -03:00
layout.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
morgue.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
queue.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
queues.erb Fix a number of issues with URL-unsafe queue names, fixes #3327 2017-01-24 10:27:50 -08:00
retries.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
retry.erb show error class on retry page (#3348) 2017-02-09 21:43:23 -08:00
scheduled.erb Make Sidekiq Web UI RTL-friendly (#3381) 2017-03-16 13:51:29 -07:00
scheduled_job_info.erb Implement compatibility interface with sinatra 2016-07-29 04:45:19 -03:00