mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 02:10:12 +01:00
Removed lightbox that caused bugs like Maximum stack size exceeded. TODO later: Add a new way to open attachment image bigger.
Thanks to xet7 ! Related #4545
This commit is contained in:
parent
e4e1a8f4e6
commit
dfea3d0e73
3 changed files with 14 additions and 18 deletions
|
|
@ -26,9 +26,17 @@ mongo@1.15.0
|
||||||
mquandalle:collection-mutations
|
mquandalle:collection-mutations
|
||||||
|
|
||||||
# Account system
|
# Account system
|
||||||
#wekan-ldap
|
accounts-password@2.3.1
|
||||||
#wekan-accounts-cas
|
useraccounts:core
|
||||||
#wekan-accounts-oidc
|
useraccounts:flow-routing
|
||||||
|
useraccounts:unstyled
|
||||||
|
simple:rest-accounts-password
|
||||||
|
wekan-ldap
|
||||||
|
wekan-accounts-cas
|
||||||
|
wekan-accounts-sandstorm
|
||||||
|
wekan-accounts-lockout
|
||||||
|
wekan-oidc
|
||||||
|
wekan-accounts-oidc
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
check@1.3.1
|
check@1.3.1
|
||||||
|
|
@ -62,7 +70,6 @@ rajit:bootstrap3-datepicker
|
||||||
shell-server@0.5.0
|
shell-server@0.5.0
|
||||||
email@2.2.1
|
email@2.2.1
|
||||||
dynamic-import@0.7.2
|
dynamic-import@0.7.2
|
||||||
|
|
||||||
cfs:gridfs
|
cfs:gridfs
|
||||||
rzymek:fullcalendar
|
rzymek:fullcalendar
|
||||||
msavin:usercache
|
msavin:usercache
|
||||||
|
|
@ -128,21 +135,9 @@ pascoual:pdfkit
|
||||||
lmieulet:meteor-coverage
|
lmieulet:meteor-coverage
|
||||||
meteortesting:mocha@2.0.3
|
meteortesting:mocha@2.0.3
|
||||||
aldeed:simple-schema
|
aldeed:simple-schema
|
||||||
accounts-password@2.3.1
|
|
||||||
matb33:collection-hooks
|
matb33:collection-hooks
|
||||||
simple:json-routes
|
simple:json-routes
|
||||||
kadira:flow-router
|
kadira:flow-router
|
||||||
spacebars
|
spacebars
|
||||||
useraccounts:core
|
|
||||||
useraccounts:flow-routing
|
|
||||||
useraccounts:unstyled
|
|
||||||
service-configuration@1.3.0
|
service-configuration@1.3.0
|
||||||
communitypackages:picker
|
communitypackages:picker
|
||||||
simple:rest-accounts-password
|
|
||||||
wekan-accounts-sandstorm
|
|
||||||
wekan-accounts-lockout
|
|
||||||
wekan-oidc
|
|
||||||
wekan-accounts-oidc
|
|
||||||
wekan-ldap
|
|
||||||
wekan-accounts-cas
|
|
||||||
czbaker:lightbox2
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ coffeescript@2.4.1
|
||||||
coffeescript-compiler@2.4.1
|
coffeescript-compiler@2.4.1
|
||||||
communitypackages:picker@1.1.0
|
communitypackages:picker@1.1.0
|
||||||
cottz:publish-relations@2.0.8
|
cottz:publish-relations@2.0.8
|
||||||
czbaker:lightbox2@2.7.1_1
|
|
||||||
dburles:collection-helpers@1.1.0
|
dburles:collection-helpers@1.1.0
|
||||||
ddp@1.4.0
|
ddp@1.4.0
|
||||||
ddp-client@2.5.0
|
ddp-client@2.5.0
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,9 @@ template(name="attachmentsGalery")
|
||||||
.attachments-galery
|
.attachments-galery
|
||||||
each attachments
|
each attachments
|
||||||
.attachment-item
|
.attachment-item
|
||||||
a.attachment-thumbnail(href="{{link}}" title="{{name}}" data-lightbox="{{name}}")
|
// TODO: Add popup of attachment image later, with some swipebox or lightbox that would not add bugs
|
||||||
|
// a.attachment-thumbnail(href="{{link}}" title="{{name}}")
|
||||||
|
span.attachment-thumbnail(href="{{link}}" title="{{name}}")
|
||||||
if link
|
if link
|
||||||
if isImage
|
if isImage
|
||||||
img.attachment-thumbnail-img(src="{{link}}")
|
img.attachment-thumbnail-img(src="{{link}}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue