-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove jquery #133
Labels
exp/intermediate
Prior experience is likely helpful
Comments
dignifiedquire
added
help wanted
Seeking public contribution on this issue
exp/intermediate
Prior experience is likely helpful
labels
Dec 21, 2015
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removes the use of jquery to get the value of the dag path input box. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removes the use of jquery to get the files hash from the elements attrs. Instead we will create a callback for the click that will handle each files unpin. Also cleaned up things a bit, more will be required. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed editable as it's not used anywhere in the code. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed the use of jquery to dynamically set the height of the config textarea. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Use regular old javascript to retrieve the value from the event and trim off the extra. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed the hover class addition/removal as it appeared not to be doing anything, also used good-ol JavaScript to perform click operation. Addresses part of #133
Merged
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removes the use of jquery to get the value of the dag path input box. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removes the use of jquery to get the files hash from the elements attrs. Instead we will create a callback for the click that will handle each files unpin. Also cleaned up things a bit, more will be required. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed editable as it's not used anywhere in the code. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed the use of jquery to dynamically set the height of the config textarea. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Use regular old javascript to retrieve the value from the event and trim off the extra. Addresses part of #133
travisperson
pushed a commit
that referenced
this issue
Jan 3, 2016
Removed the hover class addition/removal as it appeared not to be doing anything, also used good-ol JavaScript to perform click operation. Addresses part of #133
@travisperson made this on #159 🎉 |
Please do not close until it's merged :) |
dignifiedquire
added
status/in-progress
In progress
and removed
help wanted
Seeking public contribution on this issue
labels
Jan 5, 2016
Doing in: #195 |
Fixed in #159 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should drop jquery as a dependency and replace all instances with alternatives. For all things bootstrap we should use react-bootstrap and drop bootstrap with jquery
scripts/pages/files.js:5:16
scripts/pages/objects.js:3:16
scripts/views/config.js:3:16
scripts/views/editable.js:2:16
scripts/views/filelist.js:2:16
scripts/views/page.js:5:16
The text was updated successfully, but these errors were encountered: