gitlab-org--gitlab-foss/app/assets/javascripts
Jacob Schatz 4cd87d31bd Merge branch 'optimistic-todos' into 'master'
Adds small AJAX optimistic functionality to todos.

Fixes #13656 <br/>
A good first step and boring solution. <br/>
Will make ajax call to remove each issue.  <br/>
If issue is last in group of issues will refresh page.  <br/>
If issues remain in group will remove row with JS.  <br/>
Adds loading spinner to button and disables. <br/>

![todos-optimistic](/uploads/c6aec4a688e5125d4df55a2a3a55d4d7/todos-optimistic.gif) <br/>

cc @dzaporozhets @JobV @dbalexandre 

See merge request !2946
2016-03-18 11:23:16 +00:00
..
behaviors ctrl+enter on mac correctly submits forms 2016-03-04 10:11:15 +00:00
blob Highlight note code and edit preview 2016-01-25 11:42:47 +01:00
ci Fixed missing variables 2016-03-11 09:00:19 +00:00
commit Fixed JS issue with diff image loading 2015-03-26 21:08:17 +00:00
extensions Remove unused showAndHide, simpleFormat, and linkify functions 2015-06-02 20:32:07 -04:00
lib Removed fuse for fuzzaldrin 2016-03-10 13:54:54 +00:00
activities.js.coffee changed bind to on for activity link click event 2016-02-24 08:28:33 +00:00
admin.js.coffee Allow limited Markdown in Broadcast Messages 2016-02-06 14:30:07 -05:00
api.js.coffee Uses a publicly facing URL so that it allows labels & milestones to be visible when not logged in 2016-03-10 13:54:54 +00:00
application.js.coffee Revert "Merge branch 'avatar-cropping' into 'master' " 2016-03-15 14:55:40 +01:00
aside.js.coffee Create Aside js class for handling all sidebars in UI for mobile devices 2015-02-21 22:01:27 -08:00
autosave.js.coffee Fix syntax error in autosave coffeescript. 2016-02-26 13:22:35 +01:00
awards_handler.coffee Added 'surprise' animation 2016-03-11 09:47:47 +00:00
branch-graph.js.coffee Fix missing date of month in network graph when commits span a month 2016-01-06 21:05:46 -08:00
breakpoints.coffee Fix bug with JS error from dropdowns in filter area 2016-03-14 23:23:30 -04:00
broadcast_message.js.coffee Allow limited Markdown in Broadcast Messages 2016-02-06 14:30:07 -05:00
build_artifacts.js.coffee Move build artifacts javascripts into separate file 2016-01-21 15:51:44 +01:00
calendar.js.coffee Remove unused "options" object from Calendar JS 2016-01-01 22:10:16 -05:00
commit.js.coffee
commits.js.coffee Use fadeTo instead of css 2016-01-07 15:16:12 +01:00
confirm_danger_modal.js.coffee Fix "Cannot move project" error message from popping up after a successful project transfer 2015-04-20 12:46:02 -07:00
copy_to_clipboard.js.coffee Rework the copy_to_clipboard logic 2015-11-24 19:12:03 -05:00
diff.js.coffee Gitlab Issue 707: Indent unfolded code 1 character 2015-07-22 09:58:17 -04:00
dispatcher.js.coffee Adds small AJAX optimistic functionality to todos. 2016-03-17 12:20:14 +00:00
dropzone_input.js.coffee Keeps cursor at the correct place after changing text in dropzone 2016-01-29 15:55:31 +00:00
flash.js.coffee Fix award-emojis alert flash message 2015-12-11 13:50:14 +01:00
gfm_auto_complete.js.coffee Only load autocomplete data when actually needed 2016-01-11 11:13:11 +01:00
gl_dropdown.js.coffee Fixes issue with unassigned not working in dropdown 2016-03-14 20:04:05 +00:00
group_avatar.js.coffee
groups.js.coffee
groups_select.js.coffee
importer_status.js.coffee Style improvements to import page 2015-03-12 10:04:09 -07:00
issuable_context.js.coffee Uses cross browser niceScroll to do scrolling on sidebar. 2016-02-18 10:55:30 -05:00
issuable_form.js.coffee Move duplicate js functionality into IssuableForm 2015-06-25 16:17:06 +02:00
issue.js.coffee Adds feature: Ajax Close/Open updates discussion automatically 2016-01-26 00:25:41 -05:00
issue_status_select.js.coffee Status dropdown 2016-03-10 13:54:54 +00:00
issues.js.coffee Various filter fixes 2016-02-04 13:03:41 -05:00
labels.js.coffee Remove disableButtonIf[Any]EmptyField calls from forms 2015-06-26 22:07:59 -04:00
labels_select.js.coffee Correctly handles multi-selected values 2016-03-10 13:54:54 +00:00
line_highlighter.js.coffee Apply new design to files page 2015-10-13 16:41:48 +02:00
logo.js.coffee Removed NGProgress 2016-02-29 09:47:22 +00:00
markdown_preview.js.coffee Cache only last response in markdown preview 2016-03-09 09:30:50 +01:00
merge_request.js.coffee Merge branch 'issue-page-keeps-jumping-up' into 'master' 2016-01-17 17:01:35 +00:00
merge_request_tabs.js.coffee Fixes issue with issue sidebar toggle button not working 2016-03-10 17:34:06 +00:00
merge_request_widget.js.coffee reverting MR ajax changes, which will be in a different MR 2016-01-12 14:44:07 -05:00
merge_requests.js.coffee Remove jquery.history.js plugin 2016-01-01 17:44:21 -05:00
milestone.js.coffee Updates from last code review. 2016-03-06 23:07:19 -05:00
milestone_select.js.coffee Changed any variable name to save confusion 2016-03-18 09:49:44 +00:00
namespace_select.js.coffee
network.js.coffee
new_branch_form.js.coffee Fix minor stylistic complaints 2015-12-21 22:21:10 -02:00
new_commit_form.js.coffee Automatically fork a project when not allowed to edit a file. 2015-12-18 10:03:34 +01:00
notes.js.coffee Merge branch 'edited-text' into 'master' 2016-03-17 20:35:06 +00:00
pager.js.coffee Select just the first matched element 2016-02-29 19:08:11 -05:00
profile.js.coffee Revert "Merge branch 'avatar-cropping' into 'master' " 2016-03-15 14:55:40 +01:00
project.js.coffee added tests 2016-01-30 16:01:50 +00:00
project_avatar.js.coffee
project_find_file.js.coffee Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
project_fork.js.coffee
project_import.js.coffee
project_members.js.coffee Use same layout and interactivity for project members as group members. 2015-03-15 13:55:57 +01:00
project_new.js.coffee Hide builds from Project's settings when the feature is disabled 2016-03-15 11:49:29 +01:00
project_select.js.coffee Sort projects by last activity for project switcher in header 2016-02-03 23:27:00 +01:00
project_show.js.coffee Cleanup and some test fixes after refactoring project home page 2015-07-08 16:55:04 +02:00
projects_list.js.coffee Use modern syntax 2016-03-10 13:55:01 +01:00
protected_branches.js.coffee Improve protected branches page UX 2015-03-25 22:45:58 -07:00
search_autocomplete.js.coffee
shortcuts.js.coffee Add shortcut to toggle markdown preview 2016-03-07 15:35:26 +01:00
shortcuts_dashboard_navigation.js.coffee Typo -- findAndollowLink -> findAndFollowLink 2015-04-07 11:03:48 -04:00
shortcuts_find_file.js.coffee Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
shortcuts_issuable.coffee Add "e" shortcut to edit issuable 2016-02-23 11:28:23 -05:00
shortcuts_navigation.coffee Added builds view 2015-10-14 17:28:38 +02:00
shortcuts_network.js.coffee
sidebar.js.coffee Changed breakpoint size 2016-03-14 11:51:07 +00:00
star.js.coffee when starring a project it correctly increase the star count 2016-01-19 16:48:53 +00:00
stat_graph.js.coffee
stat_graph_contributors.js.coffee Javascripts don't need to require jquery or bootstrap explicitly 2015-05-28 18:22:32 -04:00
stat_graph_contributors_graph.js.coffee Fix graph width on different screen sizes 2015-06-11 23:00:38 +02:00
stat_graph_contributors_util.js.coffee Fix grouping of contributors by email in graph. 2015-10-29 13:00:20 +00:00
subscription.js.coffee Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
syntax_highlight.coffee Add specs for syntax_highlight JS 2015-09-10 15:38:24 -04:00
todos.js.coffee Mark all as done through AJAX 2016-03-17 13:08:59 +00:00
tree.js.coffee Fix search in Files 2015-10-06 11:43:32 +03:00
user.js.coffee Refactor projects list 2016-03-03 13:09:58 +01:00
user_tabs.js.coffee Re-use previous line 2016-03-02 19:00:12 -05:00
users_select.js.coffee Fixed issue with user list not fetching current project users 2016-03-10 13:54:54 +00:00
wikis.js.coffee Set of small improvements to wiki frontend 2016-02-07 17:57:28 +01:00
zen_mode.js.coffee Refactor ZenMode 2016-01-08 23:36:09 -05:00