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
Thomas Kluyver
faf648d259
Merge pull request #7756 from Carreau/common_conf
...
pass common config to contents manager
11 years ago
Matthias Bussonnier
8567deaa6f
Pass common_config to content manager.
11 years ago
Min RK
124874f115
Merge pull request #7610 from Carreau/_blank
...
make some target _blank configurable
11 years ago
Mathieu
cbd7f1fc98
don't stop propagation in dashboard
...
Stopping click propagation should be avoided when used as a hack
for something else, as it interacts poorly with the open/close
mechanics of Bootstrap menus (amongst others).
(more [here](http://css-tricks.com/dangers-stopping-event-propagation/ )
This code preserves the intended behaviour (toggling the checkbox when
clicking on the row, except for the link) without resorting to
`stopPropagation()`
11 years ago
Jonathan Frederic
46d1a64412
Defined selected in notebooklist constructor
11 years ago
Brian E. Granger
7a2e994a7e
Merge pull request #7667 from jdfreder/treeselector
...
Dashboard selector dropdown.
11 years ago
Min RK
0378ace195
ensure IPython._target is defined
11 years ago
Min RK
cdb5deef9a
use IPython._target in window.open
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
Min RK
5298f5342a
Merge pull request #7626 from Carreau/refresh-rate
...
Make time to refresh "configurable", and limit refresh on focus
11 years ago
Jonathan Frederic
30a23d4456
Add selector button to dashboard
11 years ago
Jonathan Frederic
69b07bf0a8
Prevent list items from being deselected on redraw.
11 years ago
Thomas Kluyver
180842480d
Merge PR #7616 at f6260bd: notebook running indicator in dashboard
...
Closes gh-7616
11 years ago
Matthias Bussonnier
cccbf02be5
Make time to refresh "configurable", and limit refresh on focus
...
Closes #7611 and jupyter/jupyter-drive#61
11 years ago
Thomas Kluyver
e7b54cb7e0
Merge pull request #7622 from jdfreder/uploadfix
...
Fix upload feature for new dashboard UI
11 years ago
Jonathan Frederic
bd30228c27
Add some more comments...
11 years ago
Jonathan Frederic
87186354d3
Make upload work with new UI
11 years ago
Min RK
358099a6d6
add missing error dialogs to tree actions
...
- new file/folder, copy were not catching errors
- made error messages more consistent
11 years ago
Mathieu
a9201807a9
add running indication for notebook icon in dashboard
11 years ago
Jonathan Frederic
470491432a
files/folders
11 years ago
Matthias Bussonnier
3cb0732dbf
make some target _blank configurable
...
there seem to be "only" 2 places where this make sens, the other
being href in mdcell, detach pager, help link in new windows.
set IPython._target = '_self' for try.jupyter.org shoudl work in
custom.js
11 years ago
Min RK
f11fbe8844
add missing `that = this`
11 years ago
Jonathan Frederic
2501206692
Only show shutdown when notebooks are the only thing selected.
11 years ago
Jonathan Frederic
0779c37871
Re-add shutdown button to running tab
11 years ago
Jonathan Frederic
9923737e74
Use trash bin icon,
...
and add tooltip to checkbox
11 years ago
Jonathan Frederic
c3838cf2c9
That this typo
11 years ago
Jonathan Frederic
0ca3ce1236
Use running text instead of icon.
11 years ago
Jonathan Frederic
bd52c3bc3a
Change shutdown button display behavior,
...
now display when atleast one RUNNING notebook is selected.
11 years ago
Jonathan Frederic
e586a364cd
Shutdown the selected notebooks before deleting them
11 years ago
Jonathan Frederic
8701ac2db5
Use checkbox layout instead of actions dropdown
11 years ago
Jonathan Frederic
d07b05c8c4
Add actions dropdown to tree view
11 years ago
Brian E. Granger
918d13200a
Merge pull request #7271 from jdfreder/remove-term-page
...
Try moving terminal page contents into the running tab.
11 years ago
Min RK
4335486bdc
Merge pull request #7263 from takluyver/nb-common-config
...
Add common config section for frontend config
11 years ago
Jonathan Frederic
0cabf03343
Animated arrow icon
11 years ago
Jonathan Frederic
12fe7823ad
New Terminal into new new button
11 years ago
Jonathan Frederic
808916762e
Remove terminals page of the dashboard,
...
move contents into running tab.
11 years ago
Matthias Bussonnier
9581e3e491
Reload list after creating a new folder in promises.
...
No need to reload session (I doubt creating a new folder create a
session), and does it once the creation drive promise return which make
the new directory appear in the listing for slow remote-backend (like
google drive)
11 years ago
Min RK
ffaa09492a
Merge pull request #7315 from Carreau/codacy2
...
miscellaneous cleanup
11 years ago
Jonathan Frederic
d0ab0ad4aa
Display kernels in alphabetical order.
11 years ago
Min RK
026ec844f9
update new notebook button with kernelspec changes
...
display_name is in the spec, not top-level.
11 years ago
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
11 years ago
Jonathan Frederic
34c08c035f
New file open editor
11 years ago
Jonathan Frederic
e593e6a123
Dont prompt for name.
11 years ago
Jonathan Frederic
e0adde46f3
New new button
11 years ago
Jonathan Frederic
849c96ae61
Merge pull request #7268 from Carreau/ungroup-button
...
ungroup button on dashboard
11 years ago
Matthias Bussonnier
6b57f44bf6
ungroup button on dashboard
...
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
11 years ago
Bussonnier Matthias
bb61df5c35
make shutdown yellow/orange
11 years ago
Thomas Kluyver
e2139e7190
Fix module name
11 years ago