|
Adds search functionality
This adds text search from the search widget
-Search widget propogates search text to browser subapp
-Subapp routes data to search view
-Search view does query from text
-Search view can render search results
As a driveby, this moves repeated apiFailure code out to an extension.
There is an issue outstanding:
-The querystring can be eaten by the routing code in some cases. A follow up
branch is in progress for this problem.
https://code.launchpad.net/~jcsackett/juju-gui/search-routing-and-view/+merge/160110
(do not edit description out of merge proposal)
Total comments: 31
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+367 lines, -116 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/modules-debug.js
|
View
|
1
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/browser.js
|
View
|
1
2
|
6 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
 |
A |
app/subapps/browser/templates/search.handlebars
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/charm.js
|
View
|
1
2
|
2 chunks |
+3 lines, -14 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/editorial.js
|
View
|
1
|
5 chunks |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
A |
app/subapps/browser/views/search.js
|
View
|
1
2
3
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/view.js
|
View
|
1
|
3 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
 |
M |
app/templates/browser-search.handlebars
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
app/views/utils.js
|
View
|
1
2
3
4
|
2 chunks |
+56 lines, -9 lines |
0 comments
|
Download
|
 |
M |
app/widgets/charm-search.js
|
View
|
1
|
4 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/index.html
|
View
|
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
test/test_browser_charm_details.js
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
test/test_browser_search_view.js
|
View
|
1
2
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/test_browser_search_widget.js
|
View
|
1
|
3 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
Total messages: 7
|