tawork 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/app/assets/javascripts/global_search.js.coffee +2 -2
- data/app/assets/stylesheets/bootstrap_and_overrides.sass +8 -1
- data/app/controllers/search_controller.rb +0 -1
- data/app/views/search/_attachment.html.haml +8 -2
- data/app/views/search/_page.html.haml +8 -0
- data/lib/tawork/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDYzZmQzOWVhYjQwMjU5ZTE4ZDZjNTFjNjc3MmUyMGRkZmI0OGY2Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDQ4Yjg2NjFkYmNhODRiNDJhM2M4Mjc1MjFiMjFiZGM1ZTc0OTJjNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MThiYTMzMmE3YjAxYWEyMWJiNmIzYTFjM2Q3YjY0ZDg3MWJhNzQ5NzhiM2Jm
|
10
|
+
ZmNlMTc0YmE0ZTUxODlmNzdiMzEyODJiNzI3OTdkNGUwZTJjYTBjNTAwZTFi
|
11
|
+
MzRlMzE5NmRlYmVkNGFiYzk4Y2IwOWFkZmViMmI1NzI2MDk0OTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDVkZjMzNTcxN2I4MmZlYjBhNDNlZjYyNjIyMDAzOGZkYWJiNmNhZTQ2OTIw
|
14
|
+
OTQzOTMwOTM0ODE4ZWYyM2I5NTY4YWNjZGQyZDBiMTQyNjcxYWUxOWZmNzcx
|
15
|
+
NjM0ZTdhNzcxZmYzNmNkNTFmNDcyZTRlZjg1MWI3OWE5ZTZiZDM=
|
@@ -6,8 +6,8 @@ class window.GlobalSearch extends Backbone.View
|
|
6
6
|
initialize: (options = {}) ->
|
7
7
|
@$field = $("#global-search")
|
8
8
|
@$results = $("#global-search-results")
|
9
|
-
@$results.css
|
10
|
-
|
9
|
+
# @$results.css
|
10
|
+
# right: @$field.offset().left - @$field.outerWidth() - @$results.outerWidth()
|
11
11
|
|
12
12
|
submit: (event) ->
|
13
13
|
false
|
@@ -284,8 +284,14 @@ div.tokenfield.form-control
|
|
284
284
|
color: #999999
|
285
285
|
border: 1px solid black
|
286
286
|
overflow-y: auto
|
287
|
+
|
287
288
|
.result
|
288
|
-
|
289
|
+
color: #999999
|
290
|
+
padding: 10px 5px
|
291
|
+
border-bottom: 1px solid lighten(#999999, 10)
|
292
|
+
|
293
|
+
.search-trail
|
294
|
+
font-size: .9em
|
289
295
|
|
290
296
|
&:hover
|
291
297
|
background-color: lighten(#999999, 10)
|
@@ -304,3 +310,4 @@ div.tokenfield.form-control
|
|
304
310
|
.delete-link
|
305
311
|
font-size: .75em
|
306
312
|
color: lighten(red, 15)
|
313
|
+
|
@@ -1,5 +1,11 @@
|
|
1
1
|
= link_to wiki_page_path(result.attachable) do
|
2
2
|
%i.fa.fa-paperclip
|
3
3
|
= result.filename
|
4
|
-
|
5
|
-
|
4
|
+
.search-trail
|
5
|
+
- if !result.attachable.is_a?(Space)
|
6
|
+
||
|
7
|
+
%i.fa.fa-file
|
8
|
+
= result.attachable.title
|
9
|
+
||
|
10
|
+
%i.fa.fa-bullseye
|
11
|
+
= result.attachable.root.title
|
data/lib/tawork/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tawork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adnan Ali
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|