mirror of
https://github.com/wekan/wekan.git
synced 2025-12-15 23:10:13 +01:00
We now replace native scrollbar by custom ones on the list card (which is required by the new ergonomics in the parent commit), but the "scrolling engine", is still native, we just hide the scrollbar and draw our own in HTML/CSS using the perfect-scrollbar package (from bower). This commit also implements component scrolling when certain actions are performed, eg scroll to the bottom when the new card composer is opened.
54 lines
975 B
Text
54 lines
975 B
Text
# Meteor packages used by this project, one per line.
|
|
#
|
|
# 'meteor add' and 'meteor remove' will edit this file for you,
|
|
# but you can also edit it by hand.
|
|
|
|
meteor-platform
|
|
|
|
# Account system
|
|
accounts-password
|
|
kenton:accounts-sandstorm
|
|
service-configuration
|
|
useraccounts:core
|
|
useraccounts:unstyled
|
|
|
|
# Compilers
|
|
mquandalle:jade
|
|
mquandalle:stylus
|
|
|
|
# Collections
|
|
aldeed:collection2
|
|
cfs:gridfs
|
|
cfs:standard-packages
|
|
dburles:collection-helpers
|
|
idmontie:migrations
|
|
matb33:collection-hooks
|
|
matteodem:easy-search
|
|
reywood:publish-composite
|
|
|
|
# Utilities
|
|
alethes:pages
|
|
audit-argument-checks
|
|
iron:router
|
|
meteorhacks:subs-manager
|
|
mquandalle:autofocus
|
|
mquandalle:bower
|
|
mquandalle:moment
|
|
ongoworks:speakingurl
|
|
raix:handlebar-helpers
|
|
random
|
|
reactive-dict
|
|
tap:i18n
|
|
tmeasday:presence
|
|
underscore
|
|
|
|
# UI components
|
|
bengott:avatar
|
|
fortawesome:fontawesome
|
|
linto:jquery-ui
|
|
markdown
|
|
mousetrap:mousetrap
|
|
mquandalle:jquery-textcomplete
|
|
peerlibrary:blaze-components
|
|
reactive-var
|
|
seriousm:emoji-continued
|