Min RK
3ee98d7557
Merge pull request #8196 from quantopian/jinja-vars-from-config
...
DEV: Allow supplying jinja vars from python config.
11 years ago
Min RK
c88c9dafd2
add header_buttons block to page template
...
allows easier access to adding buttons next to
the logout button.
11 years ago
Scott Sanderson
8628d6097a
DEV: Allow supplying jinja vars from python config.
11 years ago
Jonathan Frederic
a840383a38
Add tooltip on the upload button.
11 years ago
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
11 years ago
Jonathan Frederic
94a8d09dfc
Move upload to the right and dynamic buttons to the left.
11 years ago
Jonathan Frederic
c5f20e9481
Merge pull request #7681 from mathieu1/tree-selector-ui
...
Streamline tree-selector menu
11 years ago
Min RK
dfb36abc4d
make 'download as PDF' say 'via LaTeX'
...
so it's clear that LaTeX is required
11 years ago
Matthias Bussonnier
59cab4c2d8
Add Markdown to the list of downloadable nbconverted formats.
...
Seem it was just forgotten. The list was not auto generated on purpose
IIRC, as some format, like TeX were deemed not useful in menu.
11 years ago
Peter Parente
f29646bc39
Fix empty running table background
...
* Add list_placeholder style
* Change id so list_header class doesn't get added by JS
11 years ago
Mathieu
95f0f520c7
add tooltips
11 years ago
Mathieu
4ffe57f48a
keep only basic changes
...
Kept changes:
- fewer, shorter menu items (too cryptic?), with icons.
- main checkbox does not open menu, but selects all/none.
- total selection count next to main checkbox (unsure if this is to be
kept. It does address #7628 ).
Removed changes:
- sticky menu.
- checkboxes and counters in menu.
11 years ago
Min RK
4ec038db1b
Merge pull request #7720 from jdfreder/readonlyui
...
Readonly indicator.
11 years ago
Jonathan Frederic
2345e0fb5c
Add title to read-only indicator.
11 years ago
Jonathan Frederic
231c30a550
Add readonly indicator to notification area.
11 years ago
Jonathan Frederic
9ebb06f46a
Correct capitalization in menu.
11 years ago
Mathieu
9fe1f43089
clean up CSS and firefox clicks
...
- `#button-select-all` toggles the all/none checkbox
and the all/none checkbox now works on firefox
- static appearance of the `#button-select-all` button
(even on counter change, up to two digits)
- clean up `tree.less`
11 years ago
Mathieu
0e9f13807e
add select-all badge
11 years ago
Mathieu
2144e843fe
fix badge display on firefox
...
apparently, the use of `pull-right` requires the badges
to appear before the checkbox in order to display
correctly on firefox.
11 years ago
Mathieu
36a59bf8dc
add disabling, align badges and improve look
...
- Disable checkboxes when there is nothing to select
- right-alignment of badges in the menu
- HTML and CSS improvements for better look (not final)
Internal changes:
- Avoid use of `stopPropagation()`!
Instead, replace bootstap's dropdown hide/show logic
with suitable sticky-dropdown behaviour.
- Avoid selecting the `..` parent folder
11 years ago
Mathieu
2d91e6e1f6
add badge to each menu item
...
this is a possible way to address #7628
11 years ago
Mathieu
3578e8f1e5
streamline tree-selector menu using checkboxes
...
streamlines the menu from #7667 with
- Shorter text, with icons.
- Main checkbox no longer opens the dropdown.
Instead it just selects all/none.
- Fewer menu items but more actions possible by adding checkboxes
in the menu
- Menu stays open until clicking outside.
This obviously needs CSS tweaking
11 years ago
Brian E. Granger
7a2e994a7e
Merge pull request #7667 from jdfreder/treeselector
...
Dashboard selector dropdown.
11 years ago
Jonathan Frederic
fb88ecd55d
Address comments,
...
Remove inverse,
Deselect instead of unselect,
Add separator.
11 years ago
Jonathan Frederic
4f3d5eb912
tristate
11 years ago
Jonathan Frederic
30a23d4456
Add selector button to dashboard
11 years ago
Min RK
23fad40f6d
add download link to editor
11 years ago
Matthias Bussonnier
ea8fbb930f
position tooltip in #site
...
Fixes #7654 . As the position may be calculated for some browser
differently because of the translate-Z hack.
11 years ago
Thomas Kluyver
b0e4ef6b5c
Merge pull request #7505 from jdfreder/actions
...
Dashboard checkbox style interface
11 years ago
Thomas Kluyver
9790e43997
Merge pull request #7605 from minrk/f-the-pager
...
fix the pager and tooltip locations
11 years ago
Min RK
2d0b8b1d6a
use default_url for logo link
11 years ago
Min RK
a1e4775487
fix tooltip location
...
put it inside `#site`, so it scrolls with the notebook
11 years ago
Min RK
e18a502484
"fix" the pager
...
- pull the pager element out of `#site`
- fix top to `auto` instead of `inherit`
11 years ago
Thomas Kluyver
708088d74a
Merge pull request #7586 from Carreau/notif-editor
...
re-hook notification area for editor.
11 years ago
Jonathan Frederic
9923737e74
Use trash bin icon,
...
and add tooltip to checkbox
11 years ago
Jonathan Frederic
8701ac2db5
Use checkbox layout instead of actions dropdown
11 years ago
Bussonnier Matthias
0118cfbd48
re-hook notification area for editor.
...
- re-order element to be the same as in notebook,
- rename events correctly.
- Add event on savign to show that save is in progress, that get
dismissed on file save
Closes #7569
11 years ago
Bussonnier Matthias
caa5d499e9
rename "new-file" to "new > text file"
...
Because it is not obvious to everyone...
Closes #7571
11 years ago
Min RK
57d5f7a4e0
Indicate that terminals are unavailable
...
rather than hiding any evidence of their existence
11 years ago
Jonathan Frederic
374be802c0
Merge pull request #7517 from minrk/scroll-offset
...
don't use fixed header
11 years ago
Min RK
e1926b2f12
Merge pull request #7515 from jhamrick/fix-tour
...
Fix user interface tour
closes #5570
closes #7418
11 years ago
Min RK
b84ad79b2f
don't use fixed header
...
instead, use static header and flex box to accomplish the same thing.
fixes various issues related to scrolling, anchors, etc.
11 years ago
Jessica B. Hamrick
241dd2b69c
Make tour functional again
11 years ago
Jonathan Frederic
12fe7823ad
New Terminal into new new button
11 years ago
Jonathan Frederic
2d835bd7ed
Put lists in an accordion
11 years ago
Jonathan Frederic
808916762e
Remove terminals page of the dashboard,
...
move contents into running tab.
11 years ago
Andrew Dawes
bb37ee2d6d
changed to 3.x
11 years ago
Andrew Dawes
c86e6e8a87
fixed Notebook Help item as specified by ellisonbg
11 years ago
Min RK
e769c2c99e
remove tree override.css
11 years ago
Thomas Kluyver
2deb7d1f29
Update help link about Markdown
...
Closes gh-7428
11 years ago