Winston Chang
d32ca64a03
Add old-style rendering as an option for progress
2016-08-29 16:05:43 -05:00
Winston Chang
53b89390be
Rename shiny-progress CSS class to shiny-progress-notification
2016-08-29 15:19:45 -05:00
Winston Chang
326b294c83
Change progress indicators to use notification API ( #1160 )
2016-07-26 11:16:08 -07:00
Winston Chang
12eaa3a162
Reconnection refinements
2016-03-29 12:41:46 -05:00
Winston Chang
486d4d1c88
Add 'action' parameter to notifications
2016-03-28 15:15:07 -05:00
Winston Chang
11af421f10
Use notification API for reconnection interface
2016-03-25 16:39:58 -05:00
Winston Chang
686ff235e7
New reconnect UI
2016-03-25 15:43:08 -05:00
Winston Chang
31f76a6d4d
Add back gray-out on disconnect
2016-03-25 15:40:46 -05:00
Winston Chang
3452a445fe
Show box when trying to reconnect
2016-03-25 15:40:45 -05:00
Winston Chang
0d6754761d
Add style argument
2016-03-22 15:36:21 -05:00
Winston Chang
85e3f04738
Restyle notifications and add close button
2016-03-21 13:59:12 -05:00
Winston Chang
58737ef454
Add notification JS API
2016-03-18 14:45:21 -05:00
Barbara Borges Ribeiro
f8a7257af3
improved defaultAlignment function and changed names of spacing value options
2016-03-15 16:47:35 +00:00
Barbara Borges Ribeiro
4703028988
actually with multiple tables, their ids would all be identical (bad), so switched back to using classes to gain specificity
2016-03-15 00:55:48 +00:00
Barbara Borges Ribeiro
87523cdbd5
created table id to add css specificity
2016-03-15 00:38:18 +00:00
Barbara Borges Ribeiro
2eeb94e39c
changed bordered to spacing with four possible values, rather than only two
2016-03-14 22:48:55 +00:00
Barbara Borges Ribeiro
b14b7b00c2
actually padding is necessary for headers too
2016-03-14 14:57:38 +00:00
Barbara Borges Ribeiro
248bfcccda
padding on all cells
2016-03-14 14:54:31 +00:00
Barbara Borges Ribeiro
d0e3279a67
aesthethics
2016-03-08 17:00:42 +00:00
Barbara Borges Ribeiro
c10cd4b474
removed unnecessary css, and garbage collection for renderBootstrapTable
2016-03-07 12:33:43 +00:00
Barbara Borges Ribeiro
a9ba0fdb0b
added arguments, minimal functional code
2016-03-04 15:13:07 +00:00
Barbara Borges Ribeiro
057d160392
changes to make function compatible with table demo app
2016-03-03 15:54:59 +00:00
Barbara Borges Ribeiro
6b2899c219
fixed small width bug
2016-03-02 15:22:16 +00:00
Barbara Borges Ribeiro
d778e81f42
aesthetic changes
2016-03-02 14:03:56 +00:00
Winston Chang
b909a3e05c
Allow brush resizing
2015-04-16 23:40:07 -05:00
Winston Chang
bdd925886a
Show grab and grabbing cursor with brush
2015-03-11 23:09:51 -05:00
Winston Chang
69aec85882
Fix label spacing for inline checkbox and radio
2015-02-05 12:46:54 -06:00
Winston Chang
425489c74b
Control width for non-selectize select inputs
2015-01-26 22:31:30 -06:00
Winston Chang
f066a4bdf4
Negative margin for checkboxes/radios only after label ( #678 )
2015-01-09 14:48:16 -06:00
Jonathan McPherson
e1469a1e44
suppress Bootstrap top margin around radios and checkboxes in Qt5
2015-01-08 10:49:16 -08:00
Winston Chang
2c21989b47
Don't limit width of inline inputs. Fixes #675
2014-12-15 12:22:31 -06:00
Winston Chang
5431fa1405
Remove unused jslider css entries
2014-12-11 10:24:29 -06:00
Winston Chang
9ebc3e5eec
Fix file input appearance for Bootstrap 3
2014-11-26 19:34:27 -06:00
Winston Chang
7b3e9ab031
Limit width of inputs
2014-11-26 14:16:40 -06:00
Winston Chang
39148a99d0
Make sure progress bars draw above other Bootstrap components
2014-11-24 13:52:08 -06:00
Winston Chang
fd8990b294
Fix appearance of labels for checkbox group and radio buttons
2014-11-20 13:55:53 -06:00
Winston Chang
eb34f5e058
Don't limit text/number/select input width
2014-11-20 13:48:19 -06:00
Winston Chang
bf0a2d3c6c
Fixes for progress bars with Bootstrap 3
2014-11-18 21:26:39 -06:00
Winston Chang
c3e5b4fa36
Set width of divs inside of flowLayout
2014-11-17 14:43:34 -06:00
Winston Chang
3d8c38b558
Reduce spacing above sliders
2014-11-17 14:43:34 -06:00
Winston Chang
0f2d0a33b4
Adjust CSS for slider and selectize
...
This makes sliders and selectize inputs have width 100%, just like other
inputs with Bootstrap 3.
2014-11-17 14:43:34 -06:00
Winston Chang
6da3fcf446
Add container for all progress items
2014-08-04 16:01:47 -05:00
Winston Chang
64158eac43
Make progress position more customizable
2014-08-01 21:11:03 -05:00
Winston Chang
a531c306f1
Make progress bar show on top
2014-07-30 14:15:42 -05:00
Winston Chang
aa093659a0
Copy over progress code from shinyIncubator
2014-07-30 14:15:40 -05:00
Joe Cheng
e84a76cebd
Merge pull request #457 from yihui/feature/unsatisfied-input
...
A first attempt of the custom error type for unsatisfied input dependencies
2014-05-08 16:12:58 -07:00
Joe Cheng
18d0f45cf9
Refactoring/renaming of validation
...
- validateInput renamed to validate
- validateCondition renamed to need
- Removed ability to provide "bare" conditions. It is
still possible to fail validation silently by passing
FALSE as the second argument to need()
- Rather than using a two-element list to convey results,
use a single result protocol; NULL is success, FALSE is
silent failure, string is failure with message
- Tweak "missing input" semantics, add tests
2014-05-07 16:09:06 -07:00
Joe Cheng
8668ddce74
Tweak padding
2014-05-02 12:21:34 -07:00
Joe Cheng
13864a811d
Add inputPanel
2014-05-02 12:06:15 -07:00
Joe Cheng
5b65e4b250
Replace horizontalLayout with flowLayout; add splitLayout
2014-05-02 12:06:15 -07:00