Thomas Kluyver
416b7d78ec
Merge pull request #4734 from uclixnjupyternbaccessibility/issue-#3217
...
Added main/navigation tags to meet DAP requirements: issue #3217
7 years ago
Thomas Kluyver
dba4ed86d0
Add back extra line
7 years ago
Thomas Kluyver
7d1444900f
Revert newline changes
7 years ago
Joshua Zeltser
5c80a9bbc8
Fixed Issue #3217
...
added main and navigation tags to tree and page.html
7 years ago
Joshua Zeltser
33e989d34d
Removed trailing space
7 years ago
Joshua Zeltser
e32d847ce0
Merge branch 'master' into issues-3998/3971/3968
7 years ago
Thomas Kluyver
d62c41a7c8
Merge pull request #4696 from uclixnjupyternbaccessibility/issue-4009
...
Solved issue #4009
7 years ago
Thomas Kluyver
566a81a1da
Merge pull request #4695 from uclixnjupyternbaccessibility/issues-3963/3960
...
Solved Issues #3963 and #3960
7 years ago
Joshua Zeltser
3e06d64270
Merge branch 'master' into issue-4009
7 years ago
Thomas Kluyver
1d9d5d7128
Merge pull request #4689 from uclixnjupyternbaccessibility/issue-3970
...
Solved Issue #3970
7 years ago
Joshua Zeltser
70c9e3db0b
made the numbering of certain menus dymanic
7 years ago
Thomas Kluyver
2fab244fb6
Merge pull request #4691 from uclixnjupyternbaccessibility/issue-3973
...
Solved Issue #3973
7 years ago
norah
263b01e7df
#4009 removed the need to tab twice upload button
7 years ago
Joshua Zeltser
2df70e79e2
Added trans tags for the aria-label of the upload button
7 years ago
Joshua Zeltser
9588b98ec2
Added trans tags to the "Toggle Dropdown" span
7 years ago
ednut15
b6ac3d7a6d
Solved issue 3957
7 years ago
ednut15
99ad777942
Solved issue #4009
7 years ago
韩韬
7fc284eda0
Solved Issues #3963 and #3960
7 years ago
Joshua Zeltser
a76a3e6cce
added new span to new button to cause narrator to mention it is a dropdown
7 years ago
fabihaahmed
3b239afcda
Fixes issue #3998 , #3971 and #3968
7 years ago
Joshua Zeltser
6953e4d704
fixed issue 3970 giving upload button an aria-label
7 years ago
Will Starms
49aad1bfbc
relocate super() content to other side of span
7 years ago
Will Starms
6f2946b9dc
Respect parent template headaercontent in child pages
7 years ago
Jocelyn Delalande
5a1b35fe13
Fix trailing spaces in translations
...
Move them from translation strings to static HTML part.
8 years ago
Thomas Kluyver
c4c49b71ea
Wait for 'New' dropdown button to be clickable for Selenium tests
8 years ago
Ashley Teoh
388d6367ca
starting out the sort function
8 years ago
Thomas Kluyver
ae1b6fb835
Change button label to 'Quit'
8 years ago
Grant Nestor
86e45ab9f4
Add shutdown button option
8 years ago
Alex Soderman
1ac7ff1ef3
Added aria-labels to buttons
8 years ago
John Emmons
f81fb46ff6
Preliminary i18n implementation as outlined in JEP 16 ( #2140 )
...
setting up internationalization for log and UI messages
See i18n README for details
Squashed to resolve CRLF, tab-indent issues.
9 years ago
Thomas Kluyver
a7e10e9303
Improvements to sorting notebook list
...
Closes gh-1218
Closes gh-1942
9 years ago
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
9 years ago
Thomas Kluyver
b2d048a85e
[WIP] Show server root directory in move dialog
9 years ago
Matthias Bussonnier
23d55207d9
UX: Put notebook first on new menu
...
See #2182
9 years ago
Doug Blank
482ea4bb67
Adds edit and view buttons, #1752
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Min RK
9195ffd273
Merge pull request #1760 from gnestor/root-breadcrumb
...
Use folder icon vs. home icon for root breadcrumb
10 years ago
Grant Nestor
540886963b
Use folder icon vs. home icon for root breadcrumb
10 years ago
Sylvain Corlay
b01b6f8cc7
Remove jupyter lab link and old bundle
10 years ago
Min RK
41d6da235c
Merge pull request #879 from ellisonbg/nbext-pain
...
New nbextensions installation API
10 years ago
Thomas Kluyver
c424d61558
Adjust text of notebook heading in new menu
...
Closes jupyter/jupyter#97
10 years ago
Brian E. Granger
7705bfd5ab
New approach working, old approach gone.
10 years ago
Brian E. Granger
49b7b8c071
This part of things is working.
10 years ago
Steven Silvester
e663bc3156
Add a jupyter lab page
...
wip add lab page
Add missing source files
Remove unused typings
Clean up tsconfig
No typings are required
Add typescript to dev dependencies
Switch to a JS-only build
Remove unused config file
Remove unused test and cleanup handlers
Update the setup file to build the lab
Use new application plugin from js-plugins
Remove whitespace changes
Bump plugins version
Update to latest plugins
Update to latest plugins
Update to latest jupyter-js-plugins and add files to manifest
Work around bug in css-loader
Update plugins and fix webpack warning
Update lab version
Fix static directory path
Bump plugins version
Add the try jupyter link
Bump dependencies
Back out whitespace changes
Update plugins version
Update dependencies
Update the bootstrap file
Use a standalone template for the lab page
10 years ago
Jonathan Frederic
508804153a
Remove ignore minified
10 years ago
VladMironov
75cba936aa
Add download button at /tree
10 years ago
Nathan Daly
4a9e31ed30
Adds a Move button to the notebooklist interface next to Rename.
...
With this button, you can now move files or directories to any path in
the notebook, including creating new directories (like 'mv -p'). To move
a file, you specify the new destination directory's path.
This achieves the same effect as renaming a file with a new relative
path, but is more clear to users unfamiliar with unix commands --
especially with regard to moving to a parent directory.
Can only move one file at a time currently.
10 years ago
Safia Abdalla
9494ca1a9c
Update buttons in template
10 years ago
Safia Abdalla
04a456516c
Added button for sort by name
10 years ago
Safia Abdalla
b18d269bda
Added arrow indicator for sorting
10 years ago