initial commit: gh-page
112
Gruntfile.js
@ -1,112 +0,0 @@
|
|||||||
module.exports = function(grunt) {
|
|
||||||
require('grunt-task-loader')(grunt);
|
|
||||||
|
|
||||||
grunt.initConfig({
|
|
||||||
pkg: require('./package.json'),
|
|
||||||
browserify: {
|
|
||||||
dev: {
|
|
||||||
files: [{
|
|
||||||
dest: 'build/main.js',
|
|
||||||
src: ['src/js/**/*', '!src/js/libs/**']
|
|
||||||
}],
|
|
||||||
options: {
|
|
||||||
alias: {
|
|
||||||
store: './src/js/store.js',
|
|
||||||
utils: './src/js/utils.js',
|
|
||||||
tour: './src/js/tour.js'
|
|
||||||
},
|
|
||||||
transform: [['babelify', {
|
|
||||||
optional: ['es7.asyncFunctions', 'asyncToGenerator',
|
|
||||||
'es7.decorators'],
|
|
||||||
blacklist: []
|
|
||||||
}]],
|
|
||||||
plugin: [
|
|
||||||
[
|
|
||||||
'remapify', [
|
|
||||||
{
|
|
||||||
src: '**/*.js',
|
|
||||||
expose: 'components',
|
|
||||||
cwd: __dirname + '/src/js/components/'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: '**/*.js',
|
|
||||||
expose: 'actions',
|
|
||||||
cwd: __dirname + '/src/js/actions'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: '**/*.js',
|
|
||||||
expose: 'reducers',
|
|
||||||
cwd: __dirname + '/src/js/reducers'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: '**/*.js',
|
|
||||||
expose: 'api',
|
|
||||||
cwd: __dirname + '/src/js/api'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: '**/*.js',
|
|
||||||
expose: 'libs',
|
|
||||||
cwd: __dirname + '/src/js/libs'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
less: {
|
|
||||||
dev: {
|
|
||||||
files: [{
|
|
||||||
src: 'src/less/main.less',
|
|
||||||
dest: 'build/style.css'
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
prod: {
|
|
||||||
options: {
|
|
||||||
plugins: require('less-plugin-clean-css')()
|
|
||||||
},
|
|
||||||
files: [{
|
|
||||||
src: 'src/less/main.less',
|
|
||||||
dest: 'build/style.css'
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
copy: {
|
|
||||||
assets: {
|
|
||||||
files: [{
|
|
||||||
expand: true,
|
|
||||||
cwd: 'src',
|
|
||||||
dest: 'build',
|
|
||||||
src: ['index.html', 'manifest.webapp',
|
|
||||||
'fonts/**', 'img/**', 'js/libs/**', 'icon/**']
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
zip: {
|
|
||||||
release: {
|
|
||||||
dest: 'releases/hawk-<%= pkg.version %>.zip',
|
|
||||||
src: 'build/**/*',
|
|
||||||
cwd: 'build/'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
styles: {
|
|
||||||
files: ['src/less/**/*.less'],
|
|
||||||
tasks: ['less:dev']
|
|
||||||
},
|
|
||||||
scripts: {
|
|
||||||
files: ['src/js/**/*'],
|
|
||||||
tasks: ['browserify:dev']
|
|
||||||
},
|
|
||||||
assets: {
|
|
||||||
files: ['src/index.html', 'src/manifest.webapp',
|
|
||||||
'src/fonts/**', 'src/img/**', 'src/data/**'],
|
|
||||||
tasks: ['copy']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
grunt.registerTask('default', ['browserify:dev', 'less:dev', 'copy']);
|
|
||||||
grunt.registerTask('production', ['browserify', 'less:prod', 'copy', 'zip']);
|
|
||||||
grunt.registerTask('test', 'mochaTest');
|
|
||||||
};
|
|
674
LICENSE
@ -1,674 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
|
||||||
GNU General Public License for most of our software; it applies also to
|
|
||||||
any other work released this way by its authors. You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
{one line to give the program's name and a brief idea of what it does.}
|
|
||||||
Copyright (C) {year} {name of author}
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
Hawk Copyright (C) 2015 Mahdi Dibaiee
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
Before Width: | Height: | Size: 140 KiB |
50
README.md
@ -1,50 +0,0 @@
|
|||||||
# Hawk
|
|
||||||
The missing Firefox OS file manager
|
|
||||||
|
|
||||||
This app is under heavy development, things may change and break, but don't hesitate to test and fill issues in case you find bugs.
|
|
||||||
|
|
||||||
Please read the Features section below and issues to make sure your issue is not already listed.
|
|
||||||
|
|
||||||
Firefox OS 2.2 and up are supported. Sadly 2.0 and 1.3 miss a lot of ES6 functionalities as well as CSS3 features (flexbox, etc) which break our application.
|
|
||||||
|
|
||||||
![Mobile Portrait Mockup](https://github.com/mdibaiee/Hawk/raw/master/Mobile%20Portrait.png)
|
|
||||||
|
|
||||||
#Thanks to
|
|
||||||
|
|
||||||
Sergio Muriel [@tfeserver](https://twitter.com/tfeserver) for testing application
|
|
||||||
|
|
||||||
# Features
|
|
||||||
|
|
||||||
Version 1.0
|
|
||||||
-----------
|
|
||||||
- [x] Breadcrumb
|
|
||||||
- [x] Delete Files
|
|
||||||
- [x] Refresh
|
|
||||||
- [x] Rename Files
|
|
||||||
- [x] Error dialogs
|
|
||||||
- [x] Show / Hide hidden files
|
|
||||||
- [x] Show directories first
|
|
||||||
- [x] Create new files and directories
|
|
||||||
- [x] File Size
|
|
||||||
- [x] Directory Child Count
|
|
||||||
- [x] Actions on multiple files (selection)
|
|
||||||
- [x] Copy and Paste/Move files
|
|
||||||
- [x] File Preview (Supports PDF files!)
|
|
||||||
- [x] Filter Files
|
|
||||||
- [x] Swipe Gestures (Up directory by swiping right)
|
|
||||||
- [x] Search
|
|
||||||
- [x] First-run Tour
|
|
||||||
- [x] Share Files
|
|
||||||
- [x] Pick files
|
|
||||||
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
------------
|
|
||||||
- [ ] Different views (List, Icons, etc)
|
|
||||||
- [ ] Sort Files
|
|
||||||
- [ ] Zip / Unzip
|
|
||||||
- [ ] Image Thumbnails
|
|
||||||
- [ ] FTP Browser
|
|
||||||
- [ ] Preferences
|
|
||||||
- [ ] File Type Icons
|
|
||||||
- [ ] Wi-Fi File Transfer (is this possible?)
|
|
BIN
assets/Desktop.png
Normal file
After Width: | Height: | Size: 383 KiB |
BIN
assets/background.jpg
Normal file
After Width: | Height: | Size: 262 KiB |
19
assets/button.svg
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg width="226px" height="60px" viewBox="0 0 226 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||||
|
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||||
|
<title>Get on Firefox Marke + Rectangle 2</title>
|
||||||
|
<desc>Created with Sketch.</desc>
|
||||||
|
<defs></defs>
|
||||||
|
<g id="Webpage" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||||
|
<g id="Desktop" sketch:type="MSArtboardGroup" transform="translate(-401.000000, -326.000000)">
|
||||||
|
<g id="Header" sketch:type="MSLayerGroup" transform="translate(-19.000000, 0.000000)">
|
||||||
|
<g id="Get-on-Firefox-Marke-+-Rectangle-2" transform="translate(420.000000, 326.000000)">
|
||||||
|
<text id="Get-on-Firefox-Marke" sketch:type="MSTextLayer" font-family="Fira Sans" font-size="15" font-weight="normal" fill="#FFFFFF">
|
||||||
|
<tspan x="21" y="34">Get on Firefox Marketplace</tspan>
|
||||||
|
</text>
|
||||||
|
<rect id="Rectangle-2" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-dasharray="232,45" sketch:type="MSShapeGroup" x="0" y="0" width="225.327811" height="59.0444755" rx="11"></rect>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
12
assets/heart.svg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg width="20px" height="19px" viewBox="0 0 20 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||||
|
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||||
|
<title>Shape</title>
|
||||||
|
<desc>Created with Sketch.</desc>
|
||||||
|
<defs></defs>
|
||||||
|
<g id="Webpage" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||||
|
<g id="Desktop" sketch:type="MSArtboardGroup" transform="translate(-118.000000, -872.000000)" fill="#FF5757">
|
||||||
|
<path d="M128,890.35 L126.55,889.03 C121.4,884.36 118,881.28 118,877.5 C118,874.42 120.42,872 123.5,872 C125.24,872 126.91,872.81 128,874.09 C129.09,872.81 130.76,872 132.5,872 C135.58,872 138,874.42 138,877.5 C138,881.28 134.6,884.36 129.45,889.04 L128,890.35 L128,890.35 Z" id="Shape" sketch:type="MSShapeGroup"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1006 B |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 60 KiB |
@ -1,32 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="30px" height="33px" viewBox="0 0 30 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Share</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-257.000000, -9.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Share" transform="translate(234.000000, 1.000000)">
|
|
||||||
<rect id="Rectangle-19" stroke="#63B0CD" stroke-width="4" x="1" y="5" width="22" height="22" rx="3"></rect>
|
|
||||||
<g id="Arrow" transform="translate(3.970456, 0.882233)" stroke="#F0F0F0" stroke-width="2.5" fill="#63B0CD">
|
|
||||||
<path d="M20.2530929,5.25326679 C20.3438814,5.03976384 20.3987852,4.80672423 20.4099227,4.56134515 C20.432031,4.07426178 20.2779908,3.61997718 20.0040956,3.26013822 L20.0040956,3.26013822 C19.9211454,3.11025176 19.8084527,2.97343991 19.666954,2.85885655 L16.8349944,0.565580823 C16.2473288,0.0896986089 15.3888974,0.175692837 14.9102322,0.766795217 C14.5280707,1.23872535 14.51148,1.88774371 14.8254507,2.37170039 C8.0442336,2.34435705 5.13629361,3.46855439 3.00866682,7.10849311 C2.68821987,7.65671298 2.40532468,8.22634036 2.15810417,8.81484569 C0.984261485,11.6091635 0.691790704,14.485364 0.877899405,16.9746675 C0.895731743,17.2131846 0.914705989,17.391546 0.929731873,17.5029256 C1.07740823,18.5975788 2.08451526,19.3652551 3.17916839,19.2175787 C4.27382152,19.0699024 5.04149788,18.0627954 4.89382152,16.9681422 C4.88912564,16.933334 4.87851724,16.833613 4.86676693,16.6764463 C4.72372596,14.7631968 4.95552945,12.4836072 5.84592458,10.3640328 C6.02652213,9.93412255 6.23155977,9.52126628 6.46199346,9.1270409 C7.68123763,7.04116095 9.53426863,6.32342019 14.9076101,6.36745059 C14.6234537,6.83929221 14.6426924,7.45589796 15.0015672,7.91523679 C15.4698434,8.514603 16.3266432,8.61556582 16.9225246,8.15001227 L19.4222418,6.19701916 C19.5803173,6.10431474 19.7247752,5.9904338 19.8515556,5.85908383 C20.0438195,5.69160959 20.1787056,5.48100042 20.2530929,5.25326679 Z" id="Shape-Copy"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.4 KiB |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="36px" height="32px" viewBox="0 0 36 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Directory</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Directory" sketch:type="MSArtboardGroup" transform="translate(-14.000000, -14.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(14.000000, 14.000000)" id="Rectangle-26">
|
|
||||||
<path d="M31.5861302,4.8857172 L31.5861302,4.01206383 C31.5861302,1.79308927 29.7957552,0.00332028593 27.5872158,0.00332028593 L4.63272197,0.00332028593 C2.43172245,0.00332028593 0.633807607,1.7980959 0.633807607,4.01206383 L0.633807607,22.5765087 L2.99385717,8.43023526 C3.32044476,6.47265038 5.37422383,4.88571429 7.58945402,4.88571429 L31.5809386,4.88571429 C31.5826695,4.88571429 31.5844001,4.88571526 31.5861302,4.8857172 L31.5861302,4.8857172 Z M0.633839725,29.5203448 C0.634442717,29.6731046 0.643531019,29.8238105 0.660655651,29.9720175 L0.660655651,29.7103842 C0.660655651,29.6569617 0.661490198,29.6037345 0.663146965,29.5507151 C0.653298862,29.5406529 0.643529589,29.5305292 0.633839725,29.5203448 L0.633839725,29.5203448 Z M8.58945402,5.88571429 L32.5809386,5.88571429 C34.7924291,5.88571429 36.320372,7.47308677 35.9938572,9.43023526 L32.8913391,28.0269076 C32.5647516,29.9844925 30.5109725,31.5714286 28.2957423,31.5714286 L4.3042577,31.5714286 C2.09276724,31.5714286 0.564824355,29.9840561 0.891339142,28.0269076 L3.99385717,9.43023526 C4.32044476,7.47265038 6.37422383,5.88571429 8.58945402,5.88571429 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.9 KiB |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="30px" height="36px" viewBox="0 0 30 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>File</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="File" sketch:type="MSArtboardGroup" transform="translate(-17.000000, -16.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(17.000000, 16.000000)" id="Rectangle-28">
|
|
||||||
<path d="M0,3.99017859 C0,1.7864638 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.7852456 30,3.99017859 L30,32.0098214 C30,34.2135362 28.2132053,36 26.0007252,36 L3.9992748,36 C1.79053632,36 0,34.2147544 0,32.0098214 L0,3.99017859 L0,3.99017859 Z M6.36363636,9.9 C6.36363636,9.40294373 6.75685482,9 7.26797379,9 L22.7320262,9 C23.231478,9 23.6363636,9.39947834 23.6363636,9.9 C23.6363636,10.3970563 23.2431452,10.8 22.7320262,10.8 L7.26797379,10.8 C6.76852202,10.8 6.36363636,10.4005217 6.36363636,9.9 L6.36363636,9.9 Z M6.36363636,15.93 C6.36363636,15.4329437 6.75685482,15.03 7.26797379,15.03 L22.7320262,15.03 C23.231478,15.03 23.6363636,15.4294783 23.6363636,15.93 C23.6363636,16.4270563 23.2431452,16.83 22.7320262,16.83 L7.26797379,16.83 C6.76852202,16.83 6.36363636,16.4305217 6.36363636,15.93 L6.36363636,15.93 Z M6.36363636,21.6 C6.36363636,21.1029437 6.75685482,20.7 7.26797379,20.7 L22.7320262,20.7 C23.231478,20.7 23.6363636,21.0994783 23.6363636,21.6 C23.6363636,22.0970563 23.2431452,22.5 22.7320262,22.5 L7.26797379,22.5 C6.76852202,22.5 6.36363636,22.1005217 6.36363636,21.6 L6.36363636,21.6 Z M6.36363636,27 C6.36363636,26.5029437 6.75685482,26.1 7.26797379,26.1 L22.7320262,26.1 C23.231478,26.1 23.6363636,26.4994783 23.6363636,27 C23.6363636,27.4970563 23.2431452,27.9 22.7320262,27.9 L7.26797379,27.9 C6.76852202,27.9 6.36363636,27.5005217 6.36363636,27 L6.36363636,27 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="6px" height="24px" viewBox="0 0 6 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>More Copy</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-336.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 7.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M313,13 C314.656854,13 316,11.6568542 316,10 C316,8.34314575 314.656854,7 313,7 C311.343146,7 310,8.34314575 310,10 C310,11.6568542 311.343146,13 313,13 Z M313,22 C314.656854,22 316,20.6568542 316,19 C316,17.3431458 314.656854,16 313,16 C311.343146,16 310,17.3431458 310,19 C310,20.6568542 311.343146,22 313,22 Z M313,31 C314.656854,31 316,29.6568542 316,28 C316,26.3431458 314.656854,25 313,25 C311.343146,25 310,26.3431458 310,28 C310,29.6568542 311.343146,31 313,31 Z" id="More"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Plus</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-26.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M15,13.5 L15,6.50050165 C15,5.12537944 13.8807119,4 12.5,4 C11.1096621,4 10,5.11951272 10,6.50050165 L10,13.5 L2.50050165,13.5 C1.12537944,13.5 0,14.6192881 0,16 C0,17.3903379 1.11951272,18.5 2.50050165,18.5 L10,18.5 L10,25.4994984 C10,26.8746206 11.1192881,28 12.5,28 C13.8903379,28 15,26.8804873 15,25.4994984 L15,18.5 L21.4994984,18.5 C22.8746206,18.5 24,17.3807119 24,16 C24,14.6096621 22.8804873,13.5 21.4994984,13.5 L15,13.5 Z" id="Plus"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="26px" height="28px" viewBox="0 0 26 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Refresh</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-180.000000, -11.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Refresh" transform="translate(155.000000, 0.000000)">
|
|
||||||
<path d="M10.5474605,1.30277122 C11.1919885,0.780842749 12.1334814,0.875157759 12.6584622,1.52345507 L12.6584622,1.52345507 C13.1798083,2.16726386 13.0808307,3.1115672 12.4354217,3.6342091 L9.32944225,6.14938166 C8.68491427,6.67131013 7.74342133,6.57699512 7.21844052,5.92869781 L7.21844052,5.92869781 C6.69709444,5.28488901 6.79607209,4.34058567 7.44148108,3.81794378 L10.5474605,1.30277122 L10.5474605,1.30277122 Z" id="Rectangle-14" fill="#63B0CD"></path>
|
|
||||||
<path d="M9.26782395,4.9280266 C8.54245587,4.5259485 7.63164396,4.78231919 7.22721443,5.51192937 L7.22721443,5.51192937 C6.82558499,6.23648806 7.0870355,7.14925802 7.81339509,7.55188572 L11.3089429,9.48949949 C12.0343109,9.89157758 12.9451229,9.63520689 13.3495524,8.90559671 L13.3495524,8.90559671 C13.7511818,8.18103802 13.4897313,7.26826806 12.7633717,6.86564036 L9.26782395,4.9280266 L9.26782395,4.9280266 Z" id="Rectangle-14-Copy" fill="#63B0CD"></path>
|
|
||||||
<path d="M2.19892823,20.9938955 C4.95698056,26.406878 11.580913,28.5591241 16.9938955,25.8010718 C22.406878,23.0430194 24.5591241,16.419087 21.8010718,11.0061045 C19.0430194,5.59312203 12.419087,3.44087591 7.0061045,6.19892823 C1.59312203,8.95698056 -0.559124091,15.580913 2.19892823,20.9938955 L2.19892823,20.9938955 Z" id="Oval-13" stroke="#63B0CD" stroke-width="4" stroke-linecap="round" stroke-dasharray="50,6"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 690 B |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="19px" height="27px" viewBox="0 0 19 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Search</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Header" sketch:type="MSArtboardGroup" transform="translate(-327.000000, -12.000000)" fill="#FAFAFA">
|
|
||||||
<g id="Search" sketch:type="MSLayerGroup" transform="translate(327.000000, 12.000000)">
|
|
||||||
<path d="M9.4369836,17.9549819 C13.9937934,17.9549819 17.6878176,14.2609577 17.6878176,9.70414786 C17.6878176,5.14733806 13.9937934,1.45331385 9.4369836,1.45331385 C4.8801738,1.45331385 1.18614959,5.14733806 1.18614959,9.70414786 C1.18614959,14.2609577 4.8801738,17.9549819 9.4369836,17.9549819 L9.4369836,17.9549819 L9.4369836,17.9549819 Z M9.4369836,14.9549819 C6.53702805,14.9549819 4.18614959,12.6041034 4.18614959,9.70414786 C4.18614959,6.80419231 6.53702805,4.45331385 9.4369836,4.45331385 C12.3369391,4.45331385 14.6878176,6.80419231 14.6878176,9.70414786 C14.6878176,12.6041034 12.3369391,14.9549819 9.4369836,14.9549819 Z M8.55898442,17.9088177 L6.03959979,24.4720391 C5.64616063,25.4969831 4.50444038,26.0120308 3.47355444,25.6163108 C2.44980588,25.2233305 1.93924273,24.0728244 2.33227833,23.0489317 L4.82760148,16.5483926 C5.91506785,17.2822068 7.18685775,17.7636774 8.55898442,17.9088177 L8.55898442,17.9088177 Z" id="Shape" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.7 KiB |
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="32px" height="34px" viewBox="0 0 32 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Select</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-257.000000, -7.000000)" stroke-linecap="round" stroke="#63B0CD" stroke-width="3">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 7.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Select" transform="translate(232.000000, 2.000000)">
|
|
||||||
<rect id="Rectangle-31" stroke-dasharray="7,8,7,8" x="0" y="1" width="29" height="29" rx="4"></rect>
|
|
||||||
<path d="M6,17 L10,23 L24,0" id="Path-26" stroke-linejoin="round"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="25px" height="27px" viewBox="0 0 25 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Share</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-260.000000, -12.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Share" transform="translate(234.000000, 3.000000)">
|
|
||||||
<path d="M2.25,6.24976556 L2.25,6.24976556 L2.25,21.7502344 C2.25,22.8576463 3.14314782,23.75 4.24976556,23.75 L19.7502344,23.75 C20.8576463,23.75 21.75,22.8568522 21.75,21.7502344 L21.75,6.24976556 C21.75,5.14235373 20.8568522,4.25 19.7502344,4.25 L4.24976556,4.25 C3.14235373,4.25 2.25,5.14314782 2.25,6.24976556 L2.25,6.24976556 Z M0.25,6.24976556 C0.25,4.04075604 2.0356077,2.25 4.24976556,2.25 L19.7502344,2.25 C21.959244,2.25 23.75,4.0356077 23.75,6.24976556 L23.75,21.7502344 C23.75,23.959244 21.9643923,25.75 19.7502344,25.75 L4.24976556,25.75 C2.04075604,25.75 0.25,23.9643923 0.25,21.7502344 L0.25,6.24976556 L0.25,6.24976556 Z" id="Shape" fill="#63B0CD"></path>
|
|
||||||
<rect id="Rectangle-19" stroke="#63B0CD" x="1" y="3" width="22" height="22" rx="4"></rect>
|
|
||||||
<g id="Arrow" transform="translate(2.970456, 0.882233)" stroke="#F0F0F0" stroke-width="1.5" fill="#63B0CD">
|
|
||||||
<path d="M20.2530929,5.25326679 C20.3438814,5.03976384 20.3987852,4.80672423 20.4099227,4.56134515 C20.432031,4.07426178 20.2779908,3.61997718 20.0040956,3.26013822 L20.0040956,3.26013822 C19.9211454,3.11025176 19.8084527,2.97343991 19.666954,2.85885655 L16.8349944,0.565580823 C16.2473288,0.0896986089 15.3888974,0.175692837 14.9102322,0.766795217 C14.5280707,1.23872535 14.51148,1.88774371 14.8254507,2.37170039 C8.0442336,2.34435705 5.13629361,3.46855439 3.00866682,7.10849311 C2.68821987,7.65671298 2.40532468,8.22634036 2.15810417,8.81484569 C0.984261485,11.6091635 0.691790704,14.485364 0.877899405,16.9746675 C0.895731743,17.2131846 0.914705989,17.391546 0.929731873,17.5029256 C1.07740823,18.5975788 2.08451526,19.3652551 3.17916839,19.2175787 C4.27382152,19.0699024 5.04149788,18.0627954 4.89382152,16.9681422 C4.88912564,16.933334 4.87851724,16.833613 4.86676693,16.6764463 C4.72372596,14.7631968 4.95552945,12.4836072 5.84592458,10.3640328 C6.02652213,9.93412255 6.23155977,9.52126628 6.46199346,9.1270409 C7.68123763,7.04116095 9.53426863,6.32342019 14.9076101,6.36745059 C14.6234537,6.83929221 14.6426924,7.45589796 15.0015672,7.91523679 C15.4698434,8.514603 16.3266432,8.61556582 16.9225246,8.15001227 L19.4222418,6.19701916 C19.5803173,6.10431474 19.7247752,5.9904338 19.8515556,5.85908383 C20.0438195,5.69160959 20.1787056,5.48100042 20.2530929,5.25326679 Z" id="Shape-Copy"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.3 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>View</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-100.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M77,10 C78.6568542,10 80,8.65685425 80,7 C80,5.34314575 78.6568542,4 77,4 C75.3431458,4 74,5.34314575 74,7 C74,8.65685425 75.3431458,10 77,10 Z M77,19 C78.6568542,19 80,17.6568542 80,16 C80,14.3431458 78.6568542,13 77,13 C75.3431458,13 74,14.3431458 74,16 C74,17.6568542 75.3431458,19 77,19 Z M86,19 C87.6568542,19 89,17.6568542 89,16 C89,14.3431458 87.6568542,13 86,13 C84.3431458,13 83,14.3431458 83,16 C83,17.6568542 84.3431458,19 86,19 Z M86,28 C87.6568542,28 89,26.6568542 89,25 C89,23.3431458 87.6568542,22 86,22 C84.3431458,22 83,23.3431458 83,25 C83,26.6568542 84.3431458,28 86,28 Z M77,28 C78.6568542,28 80,26.6568542 80,25 C80,23.3431458 78.6568542,22 77,22 C75.3431458,22 74,23.3431458 74,25 C74,26.6568542 75.3431458,28 77,28 Z M86,10 C87.6568542,10 89,8.65685425 89,7 C89,5.34314575 87.6568542,4 86,4 C84.3431458,4 83,5.34314575 83,7 C83,8.65685425 84.3431458,10 86,10 Z M95,19 C96.6568542,19 98,17.6568542 98,16 C98,14.3431458 96.6568542,13 95,13 C93.3431458,13 92,14.3431458 92,16 C92,17.6568542 93.3431458,19 95,19 Z M95,28 C96.6568542,28 98,26.6568542 98,25 C98,23.3431458 96.6568542,22 95,22 C93.3431458,22 92,23.3431458 92,25 C92,26.6568542 93.3431458,28 95,28 Z M95,10 C96.6568542,10 98,8.65685425 98,7 C98,5.34314575 96.6568542,4 95,4 C93.3431458,4 92,5.34314575 92,7 C92,8.65685425 93.3431458,10 95,10 Z" id="View"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,16 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Hawk</title>
|
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
|
|
||||||
|
|
||||||
<link rel='stylesheet' href='style.css' />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div id='wrapper'></div>
|
|
||||||
|
|
||||||
<script src='main.js'></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
32640
build/main.js
@ -1,50 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.1.0",
|
|
||||||
"name": "Hawk",
|
|
||||||
"description": "Keep an eye on your files with a full-featured file manager",
|
|
||||||
"launch_path": "/index.html",
|
|
||||||
"icons": {
|
|
||||||
"16": "/icon/Icon-16.png",
|
|
||||||
"48": "/icon/Icon-48.png",
|
|
||||||
"60": "/icon/Icon-60.png",
|
|
||||||
"128": "/icon/Icon-128.png"
|
|
||||||
},
|
|
||||||
"developer": {
|
|
||||||
"name": "Mahdi Dibaiee",
|
|
||||||
"url": "http://dibaiee.ir"
|
|
||||||
},
|
|
||||||
"type": "privileged",
|
|
||||||
"permissions": {
|
|
||||||
"device-storage:sdcard": {
|
|
||||||
"access": "readwrite",
|
|
||||||
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
||||||
},
|
|
||||||
"device-storage:videos": {
|
|
||||||
"access": "readwrite",
|
|
||||||
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
||||||
},
|
|
||||||
"device-storage:pictures": {
|
|
||||||
"access": "readwrite",
|
|
||||||
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
||||||
},
|
|
||||||
"device-storage:music": {
|
|
||||||
"access": "readwrite",
|
|
||||||
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installs_allowed_from": [
|
|
||||||
"https://marketplace.firefox.com",
|
|
||||||
"https://marketplace-dev.allizom.org"
|
|
||||||
],
|
|
||||||
"default_locale": "en",
|
|
||||||
"activities": {
|
|
||||||
"pick": {
|
|
||||||
"href": "./index.html",
|
|
||||||
"disposition": "inline",
|
|
||||||
"filters": {
|
|
||||||
"type": "*"
|
|
||||||
},
|
|
||||||
"returnValue": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
600
build/style.css
@ -1,600 +0,0 @@
|
|||||||
.icon {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.icon-directory {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Directory.svg) no-repeat;
|
|
||||||
width: 36px;
|
|
||||||
height: 32px;
|
|
||||||
}
|
|
||||||
.icon-file {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/File.svg) no-repeat;
|
|
||||||
width: 30px;
|
|
||||||
height: 36px;
|
|
||||||
}
|
|
||||||
.icon-plus {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Plus.svg) no-repeat;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
.icon-view {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/View.svg) no-repeat;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
.icon-refresh {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Refresh.svg) no-repeat;
|
|
||||||
width: 26px;
|
|
||||||
height: 28px;
|
|
||||||
}
|
|
||||||
.icon-select {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Select.svg) no-repeat;
|
|
||||||
width: 32px;
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
.icon-more {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/More.svg) no-repeat;
|
|
||||||
width: 6px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
.icon-search {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Search.svg) no-repeat;
|
|
||||||
width: 19px;
|
|
||||||
height: 27px;
|
|
||||||
}
|
|
||||||
.icon-cross {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Plus.svg) no-repeat;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
|
||||||
.icon-cross svg * {
|
|
||||||
fill: white;
|
|
||||||
}
|
|
||||||
.regular-medium {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
.regular-medium {
|
|
||||||
font-size: 1.8rem;
|
|
||||||
}
|
|
||||||
.light-medium,
|
|
||||||
.light-big,
|
|
||||||
.light-small {
|
|
||||||
font-weight: 200;
|
|
||||||
}
|
|
||||||
.light-medium {
|
|
||||||
font-size: 1.6rem;
|
|
||||||
}
|
|
||||||
.light-big {
|
|
||||||
font-size: 1.8rem;
|
|
||||||
}
|
|
||||||
.light-small {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
}
|
|
||||||
.thin-small {
|
|
||||||
font-weight: 100;
|
|
||||||
}
|
|
||||||
.thin-small {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
.shadow-16 {
|
|
||||||
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
.shadow-8 {
|
|
||||||
box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
.shadow {
|
|
||||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
.btn {
|
|
||||||
padding: 6px 3rem;
|
|
||||||
border: 1px solid #f0f0f0;
|
|
||||||
border-radius: 4px;
|
|
||||||
font-weight: 200;
|
|
||||||
font-size: 1.6rem;
|
|
||||||
background: #f8f8f8;
|
|
||||||
color: #39393a;
|
|
||||||
}
|
|
||||||
.btn.success {
|
|
||||||
background: #b8e986;
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
border: 1px solid #f0f0f0;
|
|
||||||
background: #f8f8f8;
|
|
||||||
border-radius: 4px;
|
|
||||||
height: 32px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 5px 1rem;
|
|
||||||
font-weight: 200;
|
|
||||||
font-size: 1.6rem;
|
|
||||||
}
|
|
||||||
input[type='checkbox'] + label::after,
|
|
||||||
input[type='radio'] + label::after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
float: right;
|
|
||||||
margin-right: 13px;
|
|
||||||
border-radius: 50%;
|
|
||||||
width: 10px;
|
|
||||||
height: 10px;
|
|
||||||
background: transparent;
|
|
||||||
border: 1px solid #9b9b93;
|
|
||||||
}
|
|
||||||
input[type='checkbox'],
|
|
||||||
input[type='radio'] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
input:checked + label::after {
|
|
||||||
background: #63b0cd;
|
|
||||||
}
|
|
||||||
#wrapper::after {
|
|
||||||
content: '';
|
|
||||||
background: rgba(0, 0, 0, 0);
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100vw;
|
|
||||||
height: 100vh;
|
|
||||||
pointer-events: none;
|
|
||||||
transition: background 0.5s ease;
|
|
||||||
}
|
|
||||||
.tour::after {
|
|
||||||
background: rgba(0, 0, 0, 0.55) !important;
|
|
||||||
}
|
|
||||||
.tour .tour-item {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.tour .tour-item::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
width: 1rem;
|
|
||||||
height: 1rem;
|
|
||||||
margin-top: -0.5rem;
|
|
||||||
margin-left: -0.5rem;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: #50E3C2;
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale(0);
|
|
||||||
animation: pulse 2s ease-out infinite;
|
|
||||||
}
|
|
||||||
.tour .swipe-instruction {
|
|
||||||
position: fixed;
|
|
||||||
left: 50%;
|
|
||||||
top: 20%;
|
|
||||||
width: 70vw;
|
|
||||||
height: 5rem;
|
|
||||||
margin-left: -35vw;
|
|
||||||
z-index: 1;
|
|
||||||
background: white;
|
|
||||||
border-radius: 3rem;
|
|
||||||
}
|
|
||||||
.tour .swipe-instruction::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
width: 5rem;
|
|
||||||
height: 5rem;
|
|
||||||
background: #d9d9d9;
|
|
||||||
border-radius: 50%;
|
|
||||||
animation: swipe 3s ease infinite;
|
|
||||||
}
|
|
||||||
.tour .tour-dialog {
|
|
||||||
display: block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 90vw;
|
|
||||||
text-align: center;
|
|
||||||
padding: 1rem 2rem;
|
|
||||||
position: fixed;
|
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
background: #f8f8f8;
|
|
||||||
border-radius: 2rem;
|
|
||||||
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
.tour-dialog {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
@keyframes pulse {
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
transform: scale(5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes swipe {
|
|
||||||
80% {
|
|
||||||
left: calc(100% - 5rem);
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
90% {
|
|
||||||
opacity: 0;
|
|
||||||
left: calc(100% - 5rem);
|
|
||||||
}
|
|
||||||
91% {
|
|
||||||
left: 0;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
left: 0;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.coming-soon::after {
|
|
||||||
content: 'soon...';
|
|
||||||
background: #f7c59f;
|
|
||||||
color: #39393a;
|
|
||||||
padding: 2px 8px;
|
|
||||||
border-radius: 12px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
li.coming-soon::after {
|
|
||||||
margin-right: 13px;
|
|
||||||
height: 16px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
button.coming-soon {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
button.coming-soon::after {
|
|
||||||
position: absolute;
|
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
opacity: 0.8;
|
|
||||||
transform: translate(-50%, -50%) rotate(-45deg);
|
|
||||||
}
|
|
||||||
.file,
|
|
||||||
.directory {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row;
|
|
||||||
align-items: center;
|
|
||||||
padding: 1.4rem;
|
|
||||||
width: 100%;
|
|
||||||
font-weight: 200;
|
|
||||||
font-size: 1.8rem;
|
|
||||||
box-sizing: border-box;
|
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
.file p,
|
|
||||||
.directory p {
|
|
||||||
flex: 1 1;
|
|
||||||
max-width: calc(100% - 9rem);
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.file > span,
|
|
||||||
.directory > span {
|
|
||||||
font-weight: 100;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
.file i,
|
|
||||||
.directory i {
|
|
||||||
margin-right: 1.4rem;
|
|
||||||
}
|
|
||||||
.directory i {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/Directory.svg) no-repeat;
|
|
||||||
width: 36px;
|
|
||||||
height: 32px;
|
|
||||||
}
|
|
||||||
.file i {
|
|
||||||
display: block;
|
|
||||||
background: url(/img/File.svg) no-repeat;
|
|
||||||
width: 30px;
|
|
||||||
height: 36px;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
display: flex;
|
|
||||||
flex: 1;
|
|
||||||
flex-flow: row;
|
|
||||||
align-items: center;
|
|
||||||
width: 100%;
|
|
||||||
height: 5rem;
|
|
||||||
background: #39393a;
|
|
||||||
color: white;
|
|
||||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
header h1 {
|
|
||||||
margin-left: -3rem;
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
header i {
|
|
||||||
margin-right: 16px;
|
|
||||||
}
|
|
||||||
header button {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
width: 8rem;
|
|
||||||
height: 4rem;
|
|
||||||
}
|
|
||||||
header button::before {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
width: 2rem;
|
|
||||||
height: 4px;
|
|
||||||
margin-top: -9px;
|
|
||||||
border-radius: 4px;
|
|
||||||
background: #9b9b93;
|
|
||||||
box-shadow: 0 7px 0 #9b9b93, 0 14px 0 #9b9b93;
|
|
||||||
}
|
|
||||||
.menu {
|
|
||||||
width: 24.5rem;
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
background: white;
|
|
||||||
border-radius: 4px;
|
|
||||||
pointer-events: none;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.3s ease;
|
|
||||||
box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
.menu.active {
|
|
||||||
opacity: 1;
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
.menu ul {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0 15px;
|
|
||||||
}
|
|
||||||
.menu li {
|
|
||||||
margin: 0;
|
|
||||||
padding: 1.3rem 8px;
|
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
.menu li:last-of-type {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
.menu li.disabled {
|
|
||||||
color: #9b9b93;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
nav {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: column;
|
|
||||||
position: fixed;
|
|
||||||
left: -70vw;
|
|
||||||
top: 0;
|
|
||||||
width: 70vw;
|
|
||||||
height: 100vh;
|
|
||||||
overflow-y: auto;
|
|
||||||
background: #39393a;
|
|
||||||
color: white;
|
|
||||||
box-shadow: 3px 0 16px 5px transparent, 0 0 0 1000px rgba(0, 0, 0, 0);
|
|
||||||
z-index: 6;
|
|
||||||
transition: left 0.3s ease, box-shadow 0.3s ease;
|
|
||||||
}
|
|
||||||
nav ul:last-of-type li:last-of-type {
|
|
||||||
margin-bottom: 13px;
|
|
||||||
}
|
|
||||||
nav.active {
|
|
||||||
left: 0;
|
|
||||||
box-shadow: 3px 0 16px 5px rgba(0, 0, 0, 0.2), 0 0 0 1000px rgba(0, 0, 0, 0.55);
|
|
||||||
}
|
|
||||||
nav.active i {
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
nav p {
|
|
||||||
margin-left: 1.6rem;
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 1.8rem;
|
|
||||||
}
|
|
||||||
nav ul {
|
|
||||||
list-style: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
nav li {
|
|
||||||
display: flex;
|
|
||||||
font-weight: 200;
|
|
||||||
font-size: 1.6rem;
|
|
||||||
padding: 1rem 0 1rem 3rem;
|
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
||||||
}
|
|
||||||
nav li:first-of-type {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
nav li:last-of-type {
|
|
||||||
padding-bottom: 0;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
nav li label {
|
|
||||||
flex: 1;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
nav li input {
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
nav i {
|
|
||||||
display: block;
|
|
||||||
position: fixed;
|
|
||||||
left: 70vw;
|
|
||||||
top: 0;
|
|
||||||
width: 30vw;
|
|
||||||
height: 100vh;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
.toolbar {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-around;
|
|
||||||
align-self: flex-end;
|
|
||||||
width: 100vw;
|
|
||||||
height: 5rem;
|
|
||||||
box-sizing: border-box;
|
|
||||||
background: #f8f8f8;
|
|
||||||
}
|
|
||||||
.breadcrumb {
|
|
||||||
display: flex;
|
|
||||||
flex: 1;
|
|
||||||
align-items: center;
|
|
||||||
width: 100vw;
|
|
||||||
height: 4.5rem;
|
|
||||||
overflow-x: auto;
|
|
||||||
padding: 8px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
font-weight: 200;
|
|
||||||
font-size: 1.6rem;
|
|
||||||
background: #f8f8f8;
|
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
||||||
overflow-x: scroll;
|
|
||||||
overflow-y: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.breadcrumb span {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.breadcrumb i {
|
|
||||||
margin: 0 2px;
|
|
||||||
}
|
|
||||||
.breadcrumb span.history {
|
|
||||||
color: #9b9b93;
|
|
||||||
}
|
|
||||||
.file-list {
|
|
||||||
height: calc(100vh - 14.5rem);
|
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
.dialog {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: column;
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
width: 95vw;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: auto;
|
|
||||||
padding: 1.5rem 1.7rem;
|
|
||||||
background: white;
|
|
||||||
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
||||||
z-index: 5;
|
|
||||||
transition: opacity 0.3s ease;
|
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
.dialog.active {
|
|
||||||
opacity: 1;
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
.dialog p:first-of-type {
|
|
||||||
margin: 0 0 2.5rem;
|
|
||||||
}
|
|
||||||
.dialog p {
|
|
||||||
margin: 0 0 2rem;
|
|
||||||
}
|
|
||||||
.dialog input {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
.dialog .foot {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.dialog .foot button {
|
|
||||||
flex: 1;
|
|
||||||
margin: 0 8px;
|
|
||||||
}
|
|
||||||
.dialog .foot button:first-of-type {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
.dialog .foot button:last-of-type {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
.sk-cube-grid {
|
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
width: 4rem;
|
|
||||||
height: 4rem;
|
|
||||||
position: fixed;
|
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
margin-top: -2rem;
|
|
||||||
margin-left: -2rem;
|
|
||||||
z-index: 5;
|
|
||||||
transition: opacity 0.3s ease;
|
|
||||||
}
|
|
||||||
.sk-cube-grid.show {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube {
|
|
||||||
width: 33.33%;
|
|
||||||
height: 33.33%;
|
|
||||||
background-color: #333;
|
|
||||||
float: left;
|
|
||||||
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube1 {
|
|
||||||
animation-delay: 0.2s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube2 {
|
|
||||||
animation-delay: 0.3s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube3 {
|
|
||||||
animation-delay: 0.4s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube4 {
|
|
||||||
animation-delay: 0.1s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube5 {
|
|
||||||
animation-delay: 0.2s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube6 {
|
|
||||||
animation-delay: 0.3s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube7 {
|
|
||||||
animation-delay: 0s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube8 {
|
|
||||||
animation-delay: 0.1s;
|
|
||||||
}
|
|
||||||
.sk-cube-grid .sk-cube9 {
|
|
||||||
animation-delay: 0.2s;
|
|
||||||
}
|
|
||||||
@keyframes sk-cubeGridScaleDelay {
|
|
||||||
0%,
|
|
||||||
70%,
|
|
||||||
100% {
|
|
||||||
transform: scale3D(1, 1, 1);
|
|
||||||
}
|
|
||||||
35% {
|
|
||||||
transform: scale3D(0, 0, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
font-family: Fira Sans;
|
|
||||||
font-weight: regular;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
html {
|
|
||||||
font-size: 10px;
|
|
||||||
min-height: 100vh;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-size: 1.6rem;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: column;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="36px" height="32px" viewBox="0 0 36 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Directory</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Directory" sketch:type="MSArtboardGroup" transform="translate(-14.000000, -14.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(14.000000, 14.000000)" id="Rectangle-26">
|
|
||||||
<path d="M31.5861302,4.8857172 L31.5861302,4.01206383 C31.5861302,1.79308927 29.7957552,0.00332028593 27.5872158,0.00332028593 L4.63272197,0.00332028593 C2.43172245,0.00332028593 0.633807607,1.7980959 0.633807607,4.01206383 L0.633807607,22.5765087 L2.99385717,8.43023526 C3.32044476,6.47265038 5.37422383,4.88571429 7.58945402,4.88571429 L31.5809386,4.88571429 C31.5826695,4.88571429 31.5844001,4.88571526 31.5861302,4.8857172 L31.5861302,4.8857172 Z M0.633839725,29.5203448 C0.634442717,29.6731046 0.643531019,29.8238105 0.660655651,29.9720175 L0.660655651,29.7103842 C0.660655651,29.6569617 0.661490198,29.6037345 0.663146965,29.5507151 C0.653298862,29.5406529 0.643529589,29.5305292 0.633839725,29.5203448 L0.633839725,29.5203448 Z M8.58945402,5.88571429 L32.5809386,5.88571429 C34.7924291,5.88571429 36.320372,7.47308677 35.9938572,9.43023526 L32.8913391,28.0269076 C32.5647516,29.9844925 30.5109725,31.5714286 28.2957423,31.5714286 L4.3042577,31.5714286 C2.09276724,31.5714286 0.564824355,29.9840561 0.891339142,28.0269076 L3.99385717,9.43023526 C4.32044476,7.47265038 6.37422383,5.88571429 8.58945402,5.88571429 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.9 KiB |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="30px" height="36px" viewBox="0 0 30 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>File</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="File" sketch:type="MSArtboardGroup" transform="translate(-17.000000, -16.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(17.000000, 16.000000)" id="Rectangle-28">
|
|
||||||
<path d="M0,3.99017859 C0,1.7864638 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.7852456 30,3.99017859 L30,32.0098214 C30,34.2135362 28.2132053,36 26.0007252,36 L3.9992748,36 C1.79053632,36 0,34.2147544 0,32.0098214 L0,3.99017859 L0,3.99017859 Z M6.36363636,9.9 C6.36363636,9.40294373 6.75685482,9 7.26797379,9 L22.7320262,9 C23.231478,9 23.6363636,9.39947834 23.6363636,9.9 C23.6363636,10.3970563 23.2431452,10.8 22.7320262,10.8 L7.26797379,10.8 C6.76852202,10.8 6.36363636,10.4005217 6.36363636,9.9 L6.36363636,9.9 Z M6.36363636,15.93 C6.36363636,15.4329437 6.75685482,15.03 7.26797379,15.03 L22.7320262,15.03 C23.231478,15.03 23.6363636,15.4294783 23.6363636,15.93 C23.6363636,16.4270563 23.2431452,16.83 22.7320262,16.83 L7.26797379,16.83 C6.76852202,16.83 6.36363636,16.4305217 6.36363636,15.93 L6.36363636,15.93 Z M6.36363636,21.6 C6.36363636,21.1029437 6.75685482,20.7 7.26797379,20.7 L22.7320262,20.7 C23.231478,20.7 23.6363636,21.0994783 23.6363636,21.6 C23.6363636,22.0970563 23.2431452,22.5 22.7320262,22.5 L7.26797379,22.5 C6.76852202,22.5 6.36363636,22.1005217 6.36363636,21.6 L6.36363636,21.6 Z M6.36363636,27 C6.36363636,26.5029437 6.75685482,26.1 7.26797379,26.1 L22.7320262,26.1 C23.231478,26.1 23.6363636,26.4994783 23.6363636,27 C23.6363636,27.4970563 23.2431452,27.9 22.7320262,27.9 L7.26797379,27.9 C6.76852202,27.9 6.36363636,27.5005217 6.36363636,27 L6.36363636,27 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="6px" height="24px" viewBox="0 0 6 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>More</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-336.000000, -14.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" fill="#63B0CD" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M313,10 C314.656854,10 316,8.65685425 316,7 C316,5.34314575 314.656854,4 313,4 C311.343146,4 310,5.34314575 310,7 C310,8.65685425 311.343146,10 313,10 Z M313,19 C314.656854,19 316,17.6568542 316,16 C316,14.3431458 314.656854,13 313,13 C311.343146,13 310,14.3431458 310,16 C310,17.6568542 311.343146,19 313,19 Z M313,28 C314.656854,28 316,26.6568542 316,25 C316,23.3431458 314.656854,22 313,22 C311.343146,22 310,23.3431458 310,25 C310,26.6568542 311.343146,28 313,28 Z" id="More"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Plus</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-26.000000, -14.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" fill="#63B0CD" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M15,13.5 L15,6.50050165 C15,5.12537944 13.8807119,4 12.5,4 C11.1096621,4 10,5.11951272 10,6.50050165 L10,13.5 L2.50050165,13.5 C1.12537944,13.5 0,14.6192881 0,16 C0,17.3903379 1.11951272,18.5 2.50050165,18.5 L10,18.5 L10,25.4994984 C10,26.8746206 11.1192881,28 12.5,28 C13.8903379,28 15,26.8804873 15,25.4994984 L15,18.5 L21.4994984,18.5 C22.8746206,18.5 24,17.3807119 24,16 C24,14.6096621 22.8804873,13.5 21.4994984,13.5 L15,13.5 Z" id="Plus"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.1 KiB |
@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="26px" height="28px" viewBox="0 0 26 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Refresh</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-180.000000, -11.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Refresh" transform="translate(155.000000, 0.000000)">
|
|
||||||
<path d="M10.5474605,1.30277122 C11.1919885,0.780842749 12.1334814,0.875157759 12.6584622,1.52345507 L12.6584622,1.52345507 C13.1798083,2.16726386 13.0808307,3.1115672 12.4354217,3.6342091 L9.32944225,6.14938166 C8.68491427,6.67131013 7.74342133,6.57699512 7.21844052,5.92869781 L7.21844052,5.92869781 C6.69709444,5.28488901 6.79607209,4.34058567 7.44148108,3.81794378 L10.5474605,1.30277122 L10.5474605,1.30277122 Z" id="Rectangle-14" fill="#63B0CD"></path>
|
|
||||||
<path d="M9.26782395,4.9280266 C8.54245587,4.5259485 7.63164396,4.78231919 7.22721443,5.51192937 L7.22721443,5.51192937 C6.82558499,6.23648806 7.0870355,7.14925802 7.81339509,7.55188572 L11.3089429,9.48949949 C12.0343109,9.89157758 12.9451229,9.63520689 13.3495524,8.90559671 L13.3495524,8.90559671 C13.7511818,8.18103802 13.4897313,7.26826806 12.7633717,6.86564036 L9.26782395,4.9280266 L9.26782395,4.9280266 Z" id="Rectangle-14-Copy" fill="#63B0CD"></path>
|
|
||||||
<path d="M2.19892823,20.9938955 C4.95698056,26.406878 11.580913,28.5591241 16.9938955,25.8010718 C22.406878,23.0430194 24.5591241,16.419087 21.8010718,11.0061045 C19.0430194,5.59312203 12.419087,3.44087591 7.0061045,6.19892823 C1.59312203,8.95698056 -0.559124091,15.580913 2.19892823,20.9938955 L2.19892823,20.9938955 Z" id="Oval-13" stroke="#63B0CD" stroke-width="4" stroke-linecap="round" stroke-dasharray="50,6"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.1 KiB |
@ -1,40 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Share</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-260.000000, -14.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Share" transform="translate(234.000000, 3.000000)">
|
|
||||||
<rect id="Rectangle-16-Copy-3" stroke="#63B0CD" x="0.25" y="2.25" width="23.5" height="23.5" rx="4"></rect>
|
|
||||||
<rect id="Rectangle-16-Copy-4" stroke="#63B0CD" stroke-width="2" x="0.25" y="2.25" width="23.5" height="23.5" rx="4"></rect>
|
|
||||||
<g id="Arrow-Copy" transform="translate(3.970456, 1.794010)">
|
|
||||||
<path d="M16.4464007,0.565580823 C15.8587351,0.0896986089 15.0003038,0.175692837 14.5216385,0.766795217 L14.5216385,0.766795217 C14.0462873,1.35380507 14.1365328,2.21479885 14.7250017,2.69133155 L17.5569614,4.98460728 C18.1446269,5.4604895 19.0030583,5.37449527 19.4817235,4.78339289 L19.4817235,4.78339289 C19.9570747,4.19638303 19.8668292,3.33538925 19.2783604,2.85885655 L16.4464007,0.565580823 L16.4464007,0.565580823 Z" id="Rectangle-14-Copy-3" fill="#F0F0F0"></path>
|
|
||||||
<path d="M17.8233203,3.7510408 C18.4192017,3.28548725 19.2760014,3.38645007 19.7442777,3.98581629 L19.7442777,3.98581629 C20.2093117,4.58103276 20.1040536,5.4403204 19.5073577,5.90651033 L16.6358061,8.15001227 C16.0399247,8.61556582 15.183125,8.514603 14.7148488,7.91523679 L14.7148488,7.91523679 C14.2498147,7.32002031 14.3550729,6.46073267 14.9517688,5.99454274 L17.8233203,3.7510408 L17.8233203,3.7510408 Z" id="Rectangle-14-Copy-2" fill="#F0F0F0"></path>
|
|
||||||
<path d="M0.904641558,19.4099998 C0.904641558,19.4099998 0.306664788,12.8190133 2.56325912,7.07847426 C4.48673229,2.18536051 7.7523107,1.65650733 15.0028897,2.14586395" id="Path-8" stroke="#F0F0F0" stroke-width="4" stroke-linecap="round"></path>
|
|
||||||
</g>
|
|
||||||
<g id="Arrow" transform="translate(4.970456, 0.882233)">
|
|
||||||
<path d="M14.8349944,0.565580823 C14.2473288,0.0896986089 13.3888974,0.175692837 12.9102322,0.766795217 L12.9102322,0.766795217 C12.434881,1.35380507 12.5251265,2.21479885 13.1135954,2.69133155 L15.945555,4.98460728 C16.5332206,5.4604895 17.3916519,5.37449527 17.8703172,4.78339289 L17.8703172,4.78339289 C18.3456684,4.19638303 18.2554229,3.33538925 17.666954,2.85885655 L14.8349944,0.565580823 L14.8349944,0.565580823 Z" id="Rectangle-14-Copy-3" fill="#63B0CD"></path>
|
|
||||||
<path d="M16.1100388,3.7510408 C16.7059201,3.28548725 17.5627199,3.38645007 18.0309961,3.98581629 L18.0309961,3.98581629 C18.4960302,4.58103276 18.390772,5.4403204 17.7940761,5.90651033 L14.9225246,8.15001227 C14.3266432,8.61556582 13.4698434,8.514603 13.0015672,7.91523679 L13.0015672,7.91523679 C12.5365331,7.32002031 12.6417913,6.46073267 13.2384872,5.99454274 L16.1100388,3.7510408 L16.1100388,3.7510408 Z" id="Rectangle-14-Copy-2" fill="#63B0CD"></path>
|
|
||||||
<path d="M0.911776696,17.2355339 C0.911776696,17.2355339 0.254336053,12.3622456 2.73533014,8.117767 C4.85007689,4.49986342 8.44039022,4.10883637 16.4119797,4.47066018" id="Path-8" stroke="#63B0CD" stroke-width="4" stroke-linecap="round"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.7 KiB |
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>View</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-100.000000, -14.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" fill="#63B0CD" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M77,10 C78.6568542,10 80,8.65685425 80,7 C80,5.34314575 78.6568542,4 77,4 C75.3431458,4 74,5.34314575 74,7 C74,8.65685425 75.3431458,10 77,10 Z M77,19 C78.6568542,19 80,17.6568542 80,16 C80,14.3431458 78.6568542,13 77,13 C75.3431458,13 74,14.3431458 74,16 C74,17.6568542 75.3431458,19 77,19 Z M86,19 C87.6568542,19 89,17.6568542 89,16 C89,14.3431458 87.6568542,13 86,13 C84.3431458,13 83,14.3431458 83,16 C83,17.6568542 84.3431458,19 86,19 Z M86,28 C87.6568542,28 89,26.6568542 89,25 C89,23.3431458 87.6568542,22 86,22 C84.3431458,22 83,23.3431458 83,25 C83,26.6568542 84.3431458,28 86,28 Z M77,28 C78.6568542,28 80,26.6568542 80,25 C80,23.3431458 78.6568542,22 77,22 C75.3431458,22 74,23.3431458 74,25 C74,26.6568542 75.3431458,28 77,28 Z M86,10 C87.6568542,10 89,8.65685425 89,7 C89,5.34314575 87.6568542,4 86,4 C84.3431458,4 83,5.34314575 83,7 C83,8.65685425 84.3431458,10 86,10 Z M95,19 C96.6568542,19 98,17.6568542 98,16 C98,14.3431458 96.6568542,13 95,13 C93.3431458,13 92,14.3431458 92,16 C92,17.6568542 93.3431458,19 95,19 Z M95,28 C96.6568542,28 98,26.6568542 98,25 C98,23.3431458 96.6568542,22 95,22 C93.3431458,22 92,23.3431458 92,25 C92,26.6568542 93.3431458,28 95,28 Z M95,10 C96.6568542,10 98,8.65685425 98,7 C98,5.34314575 96.6568542,4 95,4 C93.3431458,4 92,5.34314575 92,7 C92,8.65685425 93.3431458,10 95,10 Z" id="View"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 46 KiB |
32
index.html
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Hawk | Keep an eye on your files</title>
|
||||||
|
|
||||||
|
<link rel='stylesheet' href='style.css' />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>Hawk</h1>
|
||||||
|
<h2>Keep an eye on your files</h2>
|
||||||
|
|
||||||
|
<a href='https://marketplace.firefox.com/app/hawk/'>
|
||||||
|
<svg width="230px" height="65px">
|
||||||
|
<text font-family="Fira Sans" font-size="15" font-weight="normal" fill="#FFFFFF">
|
||||||
|
<tspan x="21" y="34">Get on Firefox Marketplace</tspan>
|
||||||
|
</text>
|
||||||
|
<rect stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-dasharray="232,45" sketch:type="MSShapeGroup" x="3" y="3" width="225.327811" height="59.0444755" rx="11" fill="none"></rect>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>Made with <i class='heart'></i> by <a href='https://dibaiee.ir'>Mahdi Dibaiee</a></p>
|
||||||
|
<a href='https://github.com/mdibaiee/Hawk/issues'>Report Bugs / Suggestions</a>
|
||||||
|
<a href='https://github.com/mdibaiee/Hawk/'>Fork on GitHub</a>
|
||||||
|
<a href='https://twitter.com/hawkapp'>Twitter</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
53
package.json
@ -1,53 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "hawk",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "",
|
|
||||||
"main": "index.js",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/mdibaiee/Hawk"
|
|
||||||
},
|
|
||||||
"keywords": [],
|
|
||||||
"author": "Mahdi Dibaiee",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/mdibaiee/Hawk/issues"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"types",
|
|
||||||
"build",
|
|
||||||
"index.js"
|
|
||||||
],
|
|
||||||
"directories": {
|
|
||||||
"lib": "lib"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.12.0"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/mdibaiee/",
|
|
||||||
"dependencies": {},
|
|
||||||
"devDependencies": {
|
|
||||||
"babel": "^5.8.23",
|
|
||||||
"babelify": "^6.2.0",
|
|
||||||
"browserify": "^11.0.1",
|
|
||||||
"grunt": "^0.4.5",
|
|
||||||
"grunt-browserify": "^4.0.0",
|
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
|
||||||
"grunt-contrib-copy": "^0.8.1",
|
|
||||||
"grunt-contrib-less": "^1.0.1",
|
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
|
||||||
"grunt-fxos": "^0.1.2",
|
|
||||||
"grunt-task-loader": "^0.6.0",
|
|
||||||
"grunt-zip": "^0.17.0",
|
|
||||||
"hammerjs": "^2.0.4",
|
|
||||||
"immutable": "^3.7.5",
|
|
||||||
"less-plugin-clean-css": "^1.5.1",
|
|
||||||
"lodash": "^3.10.1",
|
|
||||||
"react": "^0.13.3",
|
|
||||||
"react-redux": "^1.0.1",
|
|
||||||
"redux": "^1.0.1",
|
|
||||||
"redux-devtools": "^1.1.2",
|
|
||||||
"remapify": "^2.0.3",
|
|
||||||
"uglifyify": "^3.0.1"
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 60 KiB |
@ -1,32 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="30px" height="33px" viewBox="0 0 30 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Share</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs>
|
|
||||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-1">
|
|
||||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
||||||
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
||||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
|
||||||
<feMerge>
|
|
||||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
||||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
||||||
</feMerge>
|
|
||||||
</filter>
|
|
||||||
</defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-257.000000, -9.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup">
|
|
||||||
<rect id="Box" stroke="#CDCDCD" fill="#F0F0F0" filter="url(#filter-1)" sketch:type="MSShapeGroup" x="0" y="0" width="360" height="50"></rect>
|
|
||||||
<g id="Buttons" transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Share" transform="translate(234.000000, 1.000000)">
|
|
||||||
<rect id="Rectangle-19" stroke="#63B0CD" stroke-width="4" x="1" y="5" width="22" height="22" rx="3"></rect>
|
|
||||||
<g id="Arrow" transform="translate(3.970456, 0.882233)" stroke="#F0F0F0" stroke-width="2.5" fill="#63B0CD">
|
|
||||||
<path d="M20.2530929,5.25326679 C20.3438814,5.03976384 20.3987852,4.80672423 20.4099227,4.56134515 C20.432031,4.07426178 20.2779908,3.61997718 20.0040956,3.26013822 L20.0040956,3.26013822 C19.9211454,3.11025176 19.8084527,2.97343991 19.666954,2.85885655 L16.8349944,0.565580823 C16.2473288,0.0896986089 15.3888974,0.175692837 14.9102322,0.766795217 C14.5280707,1.23872535 14.51148,1.88774371 14.8254507,2.37170039 C8.0442336,2.34435705 5.13629361,3.46855439 3.00866682,7.10849311 C2.68821987,7.65671298 2.40532468,8.22634036 2.15810417,8.81484569 C0.984261485,11.6091635 0.691790704,14.485364 0.877899405,16.9746675 C0.895731743,17.2131846 0.914705989,17.391546 0.929731873,17.5029256 C1.07740823,18.5975788 2.08451526,19.3652551 3.17916839,19.2175787 C4.27382152,19.0699024 5.04149788,18.0627954 4.89382152,16.9681422 C4.88912564,16.933334 4.87851724,16.833613 4.86676693,16.6764463 C4.72372596,14.7631968 4.95552945,12.4836072 5.84592458,10.3640328 C6.02652213,9.93412255 6.23155977,9.52126628 6.46199346,9.1270409 C7.68123763,7.04116095 9.53426863,6.32342019 14.9076101,6.36745059 C14.6234537,6.83929221 14.6426924,7.45589796 15.0015672,7.91523679 C15.4698434,8.514603 16.3266432,8.61556582 16.9225246,8.15001227 L19.4222418,6.19701916 C19.5803173,6.10431474 19.7247752,5.9904338 19.8515556,5.85908383 C20.0438195,5.69160959 20.1787056,5.48100042 20.2530929,5.25326679 Z" id="Shape-Copy"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.4 KiB |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="36px" height="32px" viewBox="0 0 36 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Directory</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Directory" sketch:type="MSArtboardGroup" transform="translate(-14.000000, -14.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(14.000000, 14.000000)" id="Rectangle-26">
|
|
||||||
<path d="M31.5861302,4.8857172 L31.5861302,4.01206383 C31.5861302,1.79308927 29.7957552,0.00332028593 27.5872158,0.00332028593 L4.63272197,0.00332028593 C2.43172245,0.00332028593 0.633807607,1.7980959 0.633807607,4.01206383 L0.633807607,22.5765087 L2.99385717,8.43023526 C3.32044476,6.47265038 5.37422383,4.88571429 7.58945402,4.88571429 L31.5809386,4.88571429 C31.5826695,4.88571429 31.5844001,4.88571526 31.5861302,4.8857172 L31.5861302,4.8857172 Z M0.633839725,29.5203448 C0.634442717,29.6731046 0.643531019,29.8238105 0.660655651,29.9720175 L0.660655651,29.7103842 C0.660655651,29.6569617 0.661490198,29.6037345 0.663146965,29.5507151 C0.653298862,29.5406529 0.643529589,29.5305292 0.633839725,29.5203448 L0.633839725,29.5203448 Z M8.58945402,5.88571429 L32.5809386,5.88571429 C34.7924291,5.88571429 36.320372,7.47308677 35.9938572,9.43023526 L32.8913391,28.0269076 C32.5647516,29.9844925 30.5109725,31.5714286 28.2957423,31.5714286 L4.3042577,31.5714286 C2.09276724,31.5714286 0.564824355,29.9840561 0.891339142,28.0269076 L3.99385717,9.43023526 C4.32044476,7.47265038 6.37422383,5.88571429 8.58945402,5.88571429 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.9 KiB |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="30px" height="36px" viewBox="0 0 30 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>File</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="File" sketch:type="MSArtboardGroup" transform="translate(-17.000000, -16.000000)" fill="#5EBEC2">
|
|
||||||
<g sketch:type="MSLayerGroup" transform="translate(17.000000, 16.000000)" id="Rectangle-28">
|
|
||||||
<path d="M0,3.99017859 C0,1.7864638 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.7852456 30,3.99017859 L30,32.0098214 C30,34.2135362 28.2132053,36 26.0007252,36 L3.9992748,36 C1.79053632,36 0,34.2147544 0,32.0098214 L0,3.99017859 L0,3.99017859 Z M6.36363636,9.9 C6.36363636,9.40294373 6.75685482,9 7.26797379,9 L22.7320262,9 C23.231478,9 23.6363636,9.39947834 23.6363636,9.9 C23.6363636,10.3970563 23.2431452,10.8 22.7320262,10.8 L7.26797379,10.8 C6.76852202,10.8 6.36363636,10.4005217 6.36363636,9.9 L6.36363636,9.9 Z M6.36363636,15.93 C6.36363636,15.4329437 6.75685482,15.03 7.26797379,15.03 L22.7320262,15.03 C23.231478,15.03 23.6363636,15.4294783 23.6363636,15.93 C23.6363636,16.4270563 23.2431452,16.83 22.7320262,16.83 L7.26797379,16.83 C6.76852202,16.83 6.36363636,16.4305217 6.36363636,15.93 L6.36363636,15.93 Z M6.36363636,21.6 C6.36363636,21.1029437 6.75685482,20.7 7.26797379,20.7 L22.7320262,20.7 C23.231478,20.7 23.6363636,21.0994783 23.6363636,21.6 C23.6363636,22.0970563 23.2431452,22.5 22.7320262,22.5 L7.26797379,22.5 C6.76852202,22.5 6.36363636,22.1005217 6.36363636,21.6 L6.36363636,21.6 Z M6.36363636,27 C6.36363636,26.5029437 6.75685482,26.1 7.26797379,26.1 L22.7320262,26.1 C23.231478,26.1 23.6363636,26.4994783 23.6363636,27 C23.6363636,27.4970563 23.2431452,27.9 22.7320262,27.9 L7.26797379,27.9 C6.76852202,27.9 6.36363636,27.5005217 6.36363636,27 L6.36363636,27 Z" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="6px" height="24px" viewBox="0 0 6 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>More Copy</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-336.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 7.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M313,13 C314.656854,13 316,11.6568542 316,10 C316,8.34314575 314.656854,7 313,7 C311.343146,7 310,8.34314575 310,10 C310,11.6568542 311.343146,13 313,13 Z M313,22 C314.656854,22 316,20.6568542 316,19 C316,17.3431458 314.656854,16 313,16 C311.343146,16 310,17.3431458 310,19 C310,20.6568542 311.343146,22 313,22 Z M313,31 C314.656854,31 316,29.6568542 316,28 C316,26.3431458 314.656854,25 313,25 C311.343146,25 310,26.3431458 310,28 C310,29.6568542 311.343146,31 313,31 Z" id="More"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Plus</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-26.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M15,13.5 L15,6.50050165 C15,5.12537944 13.8807119,4 12.5,4 C11.1096621,4 10,5.11951272 10,6.50050165 L10,13.5 L2.50050165,13.5 C1.12537944,13.5 0,14.6192881 0,16 C0,17.3903379 1.11951272,18.5 2.50050165,18.5 L10,18.5 L10,25.4994984 C10,26.8746206 11.1192881,28 12.5,28 C13.8903379,28 15,26.8804873 15,25.4994984 L15,18.5 L21.4994984,18.5 C22.8746206,18.5 24,17.3807119 24,16 C24,14.6096621 22.8804873,13.5 21.4994984,13.5 L15,13.5 Z" id="Plus"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="26px" height="28px" viewBox="0 0 26 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Refresh</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-180.000000, -11.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Refresh" transform="translate(155.000000, 0.000000)">
|
|
||||||
<path d="M10.5474605,1.30277122 C11.1919885,0.780842749 12.1334814,0.875157759 12.6584622,1.52345507 L12.6584622,1.52345507 C13.1798083,2.16726386 13.0808307,3.1115672 12.4354217,3.6342091 L9.32944225,6.14938166 C8.68491427,6.67131013 7.74342133,6.57699512 7.21844052,5.92869781 L7.21844052,5.92869781 C6.69709444,5.28488901 6.79607209,4.34058567 7.44148108,3.81794378 L10.5474605,1.30277122 L10.5474605,1.30277122 Z" id="Rectangle-14" fill="#63B0CD"></path>
|
|
||||||
<path d="M9.26782395,4.9280266 C8.54245587,4.5259485 7.63164396,4.78231919 7.22721443,5.51192937 L7.22721443,5.51192937 C6.82558499,6.23648806 7.0870355,7.14925802 7.81339509,7.55188572 L11.3089429,9.48949949 C12.0343109,9.89157758 12.9451229,9.63520689 13.3495524,8.90559671 L13.3495524,8.90559671 C13.7511818,8.18103802 13.4897313,7.26826806 12.7633717,6.86564036 L9.26782395,4.9280266 L9.26782395,4.9280266 Z" id="Rectangle-14-Copy" fill="#63B0CD"></path>
|
|
||||||
<path d="M2.19892823,20.9938955 C4.95698056,26.406878 11.580913,28.5591241 16.9938955,25.8010718 C22.406878,23.0430194 24.5591241,16.419087 21.8010718,11.0061045 C19.0430194,5.59312203 12.419087,3.44087591 7.0061045,6.19892823 C1.59312203,8.95698056 -0.559124091,15.580913 2.19892823,20.9938955 L2.19892823,20.9938955 Z" id="Oval-13" stroke="#63B0CD" stroke-width="4" stroke-linecap="round" stroke-dasharray="50,6"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 690 B |
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="19px" height="27px" viewBox="0 0 19 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Search</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Header" sketch:type="MSArtboardGroup" transform="translate(-327.000000, -12.000000)" fill="#FAFAFA">
|
|
||||||
<g id="Search" sketch:type="MSLayerGroup" transform="translate(327.000000, 12.000000)">
|
|
||||||
<path d="M9.4369836,17.9549819 C13.9937934,17.9549819 17.6878176,14.2609577 17.6878176,9.70414786 C17.6878176,5.14733806 13.9937934,1.45331385 9.4369836,1.45331385 C4.8801738,1.45331385 1.18614959,5.14733806 1.18614959,9.70414786 C1.18614959,14.2609577 4.8801738,17.9549819 9.4369836,17.9549819 L9.4369836,17.9549819 L9.4369836,17.9549819 Z M9.4369836,14.9549819 C6.53702805,14.9549819 4.18614959,12.6041034 4.18614959,9.70414786 C4.18614959,6.80419231 6.53702805,4.45331385 9.4369836,4.45331385 C12.3369391,4.45331385 14.6878176,6.80419231 14.6878176,9.70414786 C14.6878176,12.6041034 12.3369391,14.9549819 9.4369836,14.9549819 Z M8.55898442,17.9088177 L6.03959979,24.4720391 C5.64616063,25.4969831 4.50444038,26.0120308 3.47355444,25.6163108 C2.44980588,25.2233305 1.93924273,24.0728244 2.33227833,23.0489317 L4.82760148,16.5483926 C5.91506785,17.2822068 7.18685775,17.7636774 8.55898442,17.9088177 L8.55898442,17.9088177 Z" id="Shape" sketch:type="MSShapeGroup"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.7 KiB |
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="32px" height="34px" viewBox="0 0 32 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Select</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-257.000000, -7.000000)" stroke-linecap="round" stroke="#63B0CD" stroke-width="3">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 7.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Select" transform="translate(232.000000, 2.000000)">
|
|
||||||
<rect id="Rectangle-31" stroke-dasharray="7,8,7,8" x="0" y="1" width="29" height="29" rx="4"></rect>
|
|
||||||
<path d="M6,17 L10,23 L24,0" id="Path-26" stroke-linejoin="round"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="25px" height="27px" viewBox="0 0 25 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>Share</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-260.000000, -12.000000)">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<g id="Share" transform="translate(234.000000, 3.000000)">
|
|
||||||
<path d="M2.25,6.24976556 L2.25,6.24976556 L2.25,21.7502344 C2.25,22.8576463 3.14314782,23.75 4.24976556,23.75 L19.7502344,23.75 C20.8576463,23.75 21.75,22.8568522 21.75,21.7502344 L21.75,6.24976556 C21.75,5.14235373 20.8568522,4.25 19.7502344,4.25 L4.24976556,4.25 C3.14235373,4.25 2.25,5.14314782 2.25,6.24976556 L2.25,6.24976556 Z M0.25,6.24976556 C0.25,4.04075604 2.0356077,2.25 4.24976556,2.25 L19.7502344,2.25 C21.959244,2.25 23.75,4.0356077 23.75,6.24976556 L23.75,21.7502344 C23.75,23.959244 21.9643923,25.75 19.7502344,25.75 L4.24976556,25.75 C2.04075604,25.75 0.25,23.9643923 0.25,21.7502344 L0.25,6.24976556 L0.25,6.24976556 Z" id="Shape" fill="#63B0CD"></path>
|
|
||||||
<rect id="Rectangle-19" stroke="#63B0CD" x="1" y="3" width="22" height="22" rx="4"></rect>
|
|
||||||
<g id="Arrow" transform="translate(2.970456, 0.882233)" stroke="#F0F0F0" stroke-width="1.5" fill="#63B0CD">
|
|
||||||
<path d="M20.2530929,5.25326679 C20.3438814,5.03976384 20.3987852,4.80672423 20.4099227,4.56134515 C20.432031,4.07426178 20.2779908,3.61997718 20.0040956,3.26013822 L20.0040956,3.26013822 C19.9211454,3.11025176 19.8084527,2.97343991 19.666954,2.85885655 L16.8349944,0.565580823 C16.2473288,0.0896986089 15.3888974,0.175692837 14.9102322,0.766795217 C14.5280707,1.23872535 14.51148,1.88774371 14.8254507,2.37170039 C8.0442336,2.34435705 5.13629361,3.46855439 3.00866682,7.10849311 C2.68821987,7.65671298 2.40532468,8.22634036 2.15810417,8.81484569 C0.984261485,11.6091635 0.691790704,14.485364 0.877899405,16.9746675 C0.895731743,17.2131846 0.914705989,17.391546 0.929731873,17.5029256 C1.07740823,18.5975788 2.08451526,19.3652551 3.17916839,19.2175787 C4.27382152,19.0699024 5.04149788,18.0627954 4.89382152,16.9681422 C4.88912564,16.933334 4.87851724,16.833613 4.86676693,16.6764463 C4.72372596,14.7631968 4.95552945,12.4836072 5.84592458,10.3640328 C6.02652213,9.93412255 6.23155977,9.52126628 6.46199346,9.1270409 C7.68123763,7.04116095 9.53426863,6.32342019 14.9076101,6.36745059 C14.6234537,6.83929221 14.6426924,7.45589796 15.0015672,7.91523679 C15.4698434,8.514603 16.3266432,8.61556582 16.9225246,8.15001227 L19.4222418,6.19701916 C19.5803173,6.10431474 19.7247752,5.9904338 19.8515556,5.85908383 C20.0438195,5.69160959 20.1787056,5.48100042 20.2530929,5.25326679 Z" id="Shape-Copy"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.3 KiB |
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
|
||||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
|
||||||
<title>View</title>
|
|
||||||
<desc>Created with Sketch.</desc>
|
|
||||||
<defs></defs>
|
|
||||||
<g id="Components" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
|
||||||
<g id="Toolbar" sketch:type="MSArtboardGroup" transform="translate(-100.000000, -14.000000)" fill="#63B0CD">
|
|
||||||
<g sketch:type="MSLayerGroup" id="Buttons">
|
|
||||||
<g transform="translate(26.000000, 10.000000)" sketch:type="MSShapeGroup">
|
|
||||||
<path d="M77,10 C78.6568542,10 80,8.65685425 80,7 C80,5.34314575 78.6568542,4 77,4 C75.3431458,4 74,5.34314575 74,7 C74,8.65685425 75.3431458,10 77,10 Z M77,19 C78.6568542,19 80,17.6568542 80,16 C80,14.3431458 78.6568542,13 77,13 C75.3431458,13 74,14.3431458 74,16 C74,17.6568542 75.3431458,19 77,19 Z M86,19 C87.6568542,19 89,17.6568542 89,16 C89,14.3431458 87.6568542,13 86,13 C84.3431458,13 83,14.3431458 83,16 C83,17.6568542 84.3431458,19 86,19 Z M86,28 C87.6568542,28 89,26.6568542 89,25 C89,23.3431458 87.6568542,22 86,22 C84.3431458,22 83,23.3431458 83,25 C83,26.6568542 84.3431458,28 86,28 Z M77,28 C78.6568542,28 80,26.6568542 80,25 C80,23.3431458 78.6568542,22 77,22 C75.3431458,22 74,23.3431458 74,25 C74,26.6568542 75.3431458,28 77,28 Z M86,10 C87.6568542,10 89,8.65685425 89,7 C89,5.34314575 87.6568542,4 86,4 C84.3431458,4 83,5.34314575 83,7 C83,8.65685425 84.3431458,10 86,10 Z M95,19 C96.6568542,19 98,17.6568542 98,16 C98,14.3431458 96.6568542,13 95,13 C93.3431458,13 92,14.3431458 92,16 C92,17.6568542 93.3431458,19 95,19 Z M95,28 C96.6568542,28 98,26.6568542 98,25 C98,23.3431458 96.6568542,22 95,22 C93.3431458,22 92,23.3431458 92,25 C92,26.6568542 93.3431458,28 95,28 Z M95,10 C96.6568542,10 98,8.65685425 98,7 C98,5.34314575 96.6568542,4 95,4 C93.3431458,4 92,5.34314575 92,7 C92,8.65685425 93.3431458,10 95,10 Z" id="View"></path>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
@ -1,16 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Hawk</title>
|
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
|
|
||||||
|
|
||||||
<link rel='stylesheet' href='style.css' />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div id='wrapper'></div>
|
|
||||||
|
|
||||||
<script src='main.js'></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,9 +0,0 @@
|
|||||||
import { CHANGE_DIRECTORY } from 'actions/types';
|
|
||||||
|
|
||||||
export default function changedir(dir) {
|
|
||||||
if (dir === 'sdcard') dir = '';
|
|
||||||
return {
|
|
||||||
type: CHANGE_DIRECTORY,
|
|
||||||
dir
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
import { DIALOG } from 'actions/types';
|
|
||||||
|
|
||||||
export function show(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: DIALOG,
|
|
||||||
active: true,
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hide(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: DIALOG,
|
|
||||||
active: false,
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function toggle(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: DIALOG,
|
|
||||||
active: 'toggle',
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hideAll(props = {}) {
|
|
||||||
return {
|
|
||||||
type: DIALOG,
|
|
||||||
active: false,
|
|
||||||
...props
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,50 +0,0 @@
|
|||||||
import { CREATE_FILE, SHARE_FILE, RENAME_FILE, ACTIVE_FILE, DELETE_FILE, MOVE_FILE, COPY_FILE } from 'actions/types';
|
|
||||||
|
|
||||||
export function create(path, directory = false) {
|
|
||||||
return {
|
|
||||||
type: CREATE_FILE,
|
|
||||||
path, directory
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function share(path) {
|
|
||||||
return {
|
|
||||||
type: SHARE_FILE,
|
|
||||||
path
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function rename(file, name) {
|
|
||||||
return {
|
|
||||||
type: RENAME_FILE,
|
|
||||||
file, name
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function move(file, newPath) {
|
|
||||||
return {
|
|
||||||
type: MOVE_FILE,
|
|
||||||
file, newPath
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function copy(file, newPath) {
|
|
||||||
return {
|
|
||||||
type: COPY_FILE,
|
|
||||||
file, newPath
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function active(file = null) {
|
|
||||||
return {
|
|
||||||
type: ACTIVE_FILE,
|
|
||||||
file
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function remove(file) {
|
|
||||||
return {
|
|
||||||
type: DELETE_FILE,
|
|
||||||
file
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,50 +0,0 @@
|
|||||||
import { LIST_FILES, FILES_VIEW, SELECT_VIEW, REFRESH, SEARCH } from 'actions/types';
|
|
||||||
import store from 'store';
|
|
||||||
|
|
||||||
export function listFiles(files) {
|
|
||||||
return {
|
|
||||||
type: LIST_FILES,
|
|
||||||
files
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export function refresh() {
|
|
||||||
return {
|
|
||||||
type: REFRESH
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function toggle() {
|
|
||||||
return {
|
|
||||||
type: FILES_VIEW,
|
|
||||||
view: 'toggle'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function details() {
|
|
||||||
return {
|
|
||||||
type: FILES_VIEW,
|
|
||||||
view: 'details'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function list() {
|
|
||||||
return {
|
|
||||||
type: FILES_VIEW,
|
|
||||||
view: 'list'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function selectView(active = true) {
|
|
||||||
return {
|
|
||||||
type: SELECT_VIEW,
|
|
||||||
active
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function search(keywords) {
|
|
||||||
return {
|
|
||||||
type: SEARCH,
|
|
||||||
keywords
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
import { MENU } from 'actions/types';
|
|
||||||
|
|
||||||
export function show(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: MENU,
|
|
||||||
active: true,
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hide(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: MENU,
|
|
||||||
active: false,
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function toggle(id, props = {}) {
|
|
||||||
return {
|
|
||||||
type: MENU,
|
|
||||||
active: 'toggle',
|
|
||||||
id, ...props
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hideAll(props = {}) {
|
|
||||||
return {
|
|
||||||
type: MENU,
|
|
||||||
active: false,
|
|
||||||
...props
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,22 +0,0 @@
|
|||||||
import { NAVIGATION, TOGGLE } from 'actions/types';
|
|
||||||
|
|
||||||
export function show() {
|
|
||||||
return {
|
|
||||||
type: NAVIGATION,
|
|
||||||
active: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hide() {
|
|
||||||
return {
|
|
||||||
type: NAVIGATION,
|
|
||||||
active: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function toggle() {
|
|
||||||
return {
|
|
||||||
type: NAVIGATION,
|
|
||||||
active: TOGGLE
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
import { PICK } from 'actions/types';
|
|
||||||
|
|
||||||
export function enable(request) {
|
|
||||||
return {
|
|
||||||
type: PICK,
|
|
||||||
active: request
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function disable() {
|
|
||||||
return {
|
|
||||||
type: PICK,
|
|
||||||
active: false
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
import { SETTINGS } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(props) {
|
|
||||||
return {
|
|
||||||
type: SETTINGS,
|
|
||||||
...props
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,22 +0,0 @@
|
|||||||
import { SPINNER } from 'actions/types';
|
|
||||||
|
|
||||||
export function show() {
|
|
||||||
return {
|
|
||||||
type: SPINNER,
|
|
||||||
active: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function hide() {
|
|
||||||
return {
|
|
||||||
type: SPINNER,
|
|
||||||
active: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function toggle() {
|
|
||||||
return {
|
|
||||||
type: SPINNER,
|
|
||||||
active: 'toggle'
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
const TYPES = {
|
|
||||||
CHANGE_DIRECTORY: Symbol('CHANGE_DIRECTORY'),
|
|
||||||
|
|
||||||
LIST_FILES: Symbol('LIST_FILES'),
|
|
||||||
FILES_VIEW: Symbol('FILES_VIEW'),
|
|
||||||
SELECT_VIEW: Symbol('SELECT_VIEW'),
|
|
||||||
|
|
||||||
NAVIGATION: Symbol('NAVIGATION'),
|
|
||||||
TOGGLE: Symbol('TOGGLE'),
|
|
||||||
REFRESH: Symbol('REFRESH'),
|
|
||||||
SORT: Symbol('SORT'),
|
|
||||||
|
|
||||||
NEW_FILE: Symbol('NEW_FILE'),
|
|
||||||
CREATE_FILE: Symbol('CREATE_FILE'),
|
|
||||||
SHARE_FILE: Symbol('SHARE_FILE'),
|
|
||||||
RENAME_FILE: Symbol('RENAME_FILE'),
|
|
||||||
ACTIVE_FILE: Symbol('ACTIVE_FILE'),
|
|
||||||
DELETE_FILE: Symbol('DELETE_FILE'),
|
|
||||||
COPY_FILE: Symbol('COPY_FILE'),
|
|
||||||
MOVE_FILE: Symbol('MOVE_FILE'),
|
|
||||||
|
|
||||||
MENU: Symbol('MENU'),
|
|
||||||
DIALOG: Symbol('DIALOG'),
|
|
||||||
|
|
||||||
SPINNER: Symbol('SPINNER'),
|
|
||||||
|
|
||||||
SETTINGS: Symbol('SETTINGS'),
|
|
||||||
|
|
||||||
SEARCH: Symbol('SEARCH'),
|
|
||||||
|
|
||||||
PICK: Symbol('PICK')
|
|
||||||
};
|
|
||||||
|
|
||||||
export default TYPES;
|
|
@ -1,8 +0,0 @@
|
|||||||
import { enable } from 'actions/pick';
|
|
||||||
import store from 'store';
|
|
||||||
|
|
||||||
navigator.mozSetMessageHandler('activity', request => {
|
|
||||||
if (request.source.name === 'pick') {
|
|
||||||
store.dispatch(enable(request));
|
|
||||||
}
|
|
||||||
});
|
|
@ -1,128 +0,0 @@
|
|||||||
import { type } from 'utils';
|
|
||||||
|
|
||||||
let SD_CACHE;
|
|
||||||
export function sdcard() {
|
|
||||||
if (SD_CACHE) return SD_CACHE;
|
|
||||||
|
|
||||||
SD_CACHE = navigator.getDeviceStorage('sdcard');
|
|
||||||
window.sdcard = SD_CACHE;
|
|
||||||
return SD_CACHE;
|
|
||||||
}
|
|
||||||
|
|
||||||
let ROOT_CACHE;
|
|
||||||
export async function root() {
|
|
||||||
if (ROOT_CACHE) return ROOT_CACHE;
|
|
||||||
|
|
||||||
ROOT_CACHE = await sdcard().getRoot();
|
|
||||||
window.root = ROOT_CACHE;
|
|
||||||
return ROOT_CACHE;
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function getFile(dir = '/') {
|
|
||||||
let parent = await root();
|
|
||||||
|
|
||||||
if (dir === '/' || !dir) return parent;
|
|
||||||
|
|
||||||
return await parent.get(dir);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function children(dir, gatherInfo) {
|
|
||||||
let parent = await getFile(dir);
|
|
||||||
let childs = await parent.getFilesAndDirectories();
|
|
||||||
|
|
||||||
if (gatherInfo) {
|
|
||||||
for (let child of childs) {
|
|
||||||
if (type(child) === 'Directory') {
|
|
||||||
let subchildren;
|
|
||||||
try {
|
|
||||||
subchildren = await child.getFilesAndDirectories();
|
|
||||||
} catch(e) {
|
|
||||||
subchildren = [];
|
|
||||||
}
|
|
||||||
|
|
||||||
child.children = subchildren.length;
|
|
||||||
} else {
|
|
||||||
child.path = dir + '/';
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
return childs;
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function readFile(path) {
|
|
||||||
let file = await getFile(path);
|
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
let reader = new FileReader();
|
|
||||||
|
|
||||||
reader.onload = () => {
|
|
||||||
resolve(reader.result);
|
|
||||||
};
|
|
||||||
reader.onerror = reject;
|
|
||||||
reader.onabort = reject;
|
|
||||||
reader.readAsArrayBuffer(file);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function createFile(...args) {
|
|
||||||
let parent = await root();
|
|
||||||
|
|
||||||
return await parent.createFile(...args);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function createDirectory(...args) {
|
|
||||||
let parent = await root();
|
|
||||||
|
|
||||||
return parent.createDirectory(...args);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function remove(file, deep) {
|
|
||||||
let parent = await root();
|
|
||||||
|
|
||||||
return parent[deep ? 'removeDeep' : 'remove'](file);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function move(file, newPath) {
|
|
||||||
let path = (file.path || '').replace(/^\//, ''); // remove starting slash
|
|
||||||
let oldPath = path + file.name;
|
|
||||||
|
|
||||||
let process = await copy(file, newPath);
|
|
||||||
return remove(oldPath, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function copy(file, newPath) {
|
|
||||||
let path = (file.path || '').replace(/^\//, ''); // remove starting slash
|
|
||||||
let oldPath = path + file.name;
|
|
||||||
|
|
||||||
newPath = newPath.replace(/^\//, '');
|
|
||||||
|
|
||||||
let target = await getFile(oldPath);
|
|
||||||
let parent = await root();
|
|
||||||
|
|
||||||
if (type(target) === 'Directory') {
|
|
||||||
await parent.createDirectory(newPath);
|
|
||||||
let childs = await target.getFilesAndDirectories();
|
|
||||||
|
|
||||||
for (let child of childs) {
|
|
||||||
if (type(child) === 'File') {
|
|
||||||
child.path = oldPath + '/';
|
|
||||||
}
|
|
||||||
|
|
||||||
await copy(child, newPath + '/' + child.name);
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
|
||||||
} else {
|
|
||||||
let content = await readFile(oldPath);
|
|
||||||
|
|
||||||
let blob = new Blob([content], {type: target.type});
|
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
let request = sdcard().addNamed(blob, newPath);
|
|
||||||
request.onsuccess = resolve;
|
|
||||||
request.onerror = reject;
|
|
||||||
request.onabort = reject;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,56 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
import changedir from 'actions/changedir';
|
|
||||||
import { bind } from 'store';
|
|
||||||
|
|
||||||
// TODO: Fix history not working when clicking on sdcard
|
|
||||||
@connect(props)
|
|
||||||
export default class Breadcrumb extends Component {
|
|
||||||
render() {
|
|
||||||
let directories = this.props.cwd.split('/').filter(a => a);
|
|
||||||
directories.unshift('sdcard');
|
|
||||||
|
|
||||||
let els = directories.map((dir, index, arr) => {
|
|
||||||
let path = arr.slice(1, index + 1).join('/');
|
|
||||||
|
|
||||||
return (
|
|
||||||
<span key={index} onClick={bind(changedir(path))}>
|
|
||||||
<i>/</i>{dir}
|
|
||||||
</span>
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
let lastDirectories = this.props.lwd.split('/').filter(a => a);
|
|
||||||
if (lastDirectories.length > directories.length - 1) {
|
|
||||||
lastDirectories.splice(0, directories.length - 1);
|
|
||||||
|
|
||||||
let history = lastDirectories.map((dir, index, arr) => {
|
|
||||||
let current = directories.slice(1).concat(arr.slice(0, index + 1));
|
|
||||||
let path = current.join('/').replace(/^\//, ''); // remove starting slash
|
|
||||||
|
|
||||||
return (
|
|
||||||
<span key={directories.length + index} className='history' onClick={bind(changedir(path))}>
|
|
||||||
<i>/</i>{dir}
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
});
|
|
||||||
|
|
||||||
els = els.concat(history);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className='breadcrumb'>
|
|
||||||
<div>
|
|
||||||
{els}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function props(state) {
|
|
||||||
return {
|
|
||||||
lwd: state.get('lwd'), // last working directory
|
|
||||||
cwd: state.get('cwd')
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { template } from 'utils';
|
|
||||||
|
|
||||||
export default class Dialog extends Component {
|
|
||||||
render() {
|
|
||||||
let { input, title, description, active } = this.props;
|
|
||||||
let conditionalInput = input ? <input ref='input' /> : '';
|
|
||||||
|
|
||||||
let buttons = this.props.buttons.map((button, i) => {
|
|
||||||
return <button className={button.className + ' btn'} key={i}
|
|
||||||
onClick={button.action.bind(this)}>
|
|
||||||
{button.text}
|
|
||||||
</button>;
|
|
||||||
});
|
|
||||||
|
|
||||||
let className = active ? 'dialog active' : 'dialog';
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className={className}>
|
|
||||||
<p className='regular-medium'>{title}</p>
|
|
||||||
<p className='light-medium'>{description}</p>
|
|
||||||
|
|
||||||
{conditionalInput}
|
|
||||||
|
|
||||||
<div className='foot'>
|
|
||||||
{buttons}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import changedir from 'actions/changedir';
|
|
||||||
import store from 'store';
|
|
||||||
import entry from './mixins/entry';
|
|
||||||
|
|
||||||
export default class Directory extends Component {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
Object.assign(this, entry);
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
let checkId = `file-${this.props.index}`;
|
|
||||||
|
|
||||||
let input, label;
|
|
||||||
if (this.props.selectView) {
|
|
||||||
input = <input type='checkbox' id={checkId} checked={this.props.selected} readOnly />;
|
|
||||||
label = <label htmlFor={checkId}></label>;
|
|
||||||
}
|
|
||||||
|
|
||||||
let clickHandler = this.props.selectView ? this.select.bind(this)
|
|
||||||
: this.peek.bind(this);
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className='directory' ref='container'
|
|
||||||
onClick={clickHandler}
|
|
||||||
onContextMenu={this.contextMenu.bind(this)}>
|
|
||||||
|
|
||||||
{input}
|
|
||||||
{label}
|
|
||||||
|
|
||||||
<i></i>
|
|
||||||
<p>{this.props.name}</p>
|
|
||||||
<span>{this.props.children} items</span>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
peek() {
|
|
||||||
let file = store.getState().get('files')[this.props.index];
|
|
||||||
|
|
||||||
store.dispatch(changedir(file.path.slice(1) + file.name));
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,65 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
import File from './file';
|
|
||||||
import Directory from './directory';
|
|
||||||
import store from 'store';
|
|
||||||
import { type } from 'utils';
|
|
||||||
import Hammer from 'hammerjs';
|
|
||||||
import changedir from 'actions/changedir';
|
|
||||||
|
|
||||||
@connect(props)
|
|
||||||
export default class FileList extends Component {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
let { files, selectView, activeFile } = this.props;
|
|
||||||
activeFile = activeFile || [];
|
|
||||||
let settings = store.getState().get('settings');
|
|
||||||
|
|
||||||
let els = files.map((file, index) => {
|
|
||||||
let selected = activeFile.indexOf(file) > -1;
|
|
||||||
if (type(file) === 'File') {
|
|
||||||
return <File selectView={selectView} selected={selected} key={index} index={index} name={file.name} size={file.size} />;
|
|
||||||
} else {
|
|
||||||
return <Directory selectView={selectView} selected={selected} key={index} index={index} name={file.name} children={file.children} />
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className='file-list' ref='container'>
|
|
||||||
{els}
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
componentDidMount() {
|
|
||||||
let container = React.findDOMNode(this.refs.container);
|
|
||||||
let touch = Hammer(container);
|
|
||||||
|
|
||||||
touch.on('swipe', e => {
|
|
||||||
let current = store.getState().get('cwd');
|
|
||||||
let up = current.split('/').slice(0, -1).join('/');
|
|
||||||
|
|
||||||
if (up === current) return;
|
|
||||||
|
|
||||||
store.dispatch(changedir(up));
|
|
||||||
}).set({direction: Hammer.DIRECTION_RIGHT});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function props(state) {
|
|
||||||
return {
|
|
||||||
files: state.get('files'),
|
|
||||||
selectView: state.get('selectView'),
|
|
||||||
activeFile: state.get('activeFile')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function getFiles(dir) {
|
|
||||||
let storage = navigator.getDeviceStorage('sdcard');
|
|
||||||
let root = await storage.get(dir);
|
|
||||||
|
|
||||||
return await root.getFilesAndDirectories();
|
|
||||||
}
|
|
@ -1,51 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import store from 'store';
|
|
||||||
import { humanSize } from 'utils';
|
|
||||||
import entry from './mixins/entry';
|
|
||||||
|
|
||||||
export default class File extends Component {
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
Object.assign(this, entry);
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
let checkId = `file-${this.props.index}`;
|
|
||||||
|
|
||||||
let input, label;
|
|
||||||
if (this.props.selectView) {
|
|
||||||
input = <input type='checkbox' id={checkId} checked={this.props.selected} readOnly />;
|
|
||||||
label = <label htmlFor={checkId}></label>;
|
|
||||||
}
|
|
||||||
|
|
||||||
let clickHandler = this.props.selectView ? this.select.bind(this)
|
|
||||||
: this.open.bind(this);
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className='file' ref='container'
|
|
||||||
onClick={clickHandler}
|
|
||||||
onContextMenu={this.contextMenu.bind(this)}>
|
|
||||||
|
|
||||||
{input}
|
|
||||||
{label}
|
|
||||||
|
|
||||||
<i></i>
|
|
||||||
<p>{this.props.name}</p>
|
|
||||||
<span>{humanSize(this.props.size)}</span>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
open(e) {
|
|
||||||
let file = store.getState().get('files')[this.props.index];
|
|
||||||
|
|
||||||
let name = file.type === 'application/pdf' ? 'view' : 'open';
|
|
||||||
new MozActivity({
|
|
||||||
name,
|
|
||||||
data: {
|
|
||||||
type: file.type,
|
|
||||||
blob: file
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { toggle } from 'actions/navigation';
|
|
||||||
import { show } from 'actions/dialog';
|
|
||||||
import { search } from 'actions/files-view';
|
|
||||||
import { bind } from 'store';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
|
|
||||||
@connect(props)
|
|
||||||
export default class Header extends Component {
|
|
||||||
render() {
|
|
||||||
let i;
|
|
||||||
|
|
||||||
if (this.props.search) {
|
|
||||||
i = <i className='icon-cross' onClick={bind(search())} />
|
|
||||||
} else {
|
|
||||||
i = <i className='icon-search tour-item' onClick={bind(show('searchDialog'))} />
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
|
||||||
<header>
|
|
||||||
<button className='drawer tour-item' onTouchStart={bind(toggle())} />
|
|
||||||
<h1 className='regular-medium'>Hawk</h1>
|
|
||||||
|
|
||||||
{i}
|
|
||||||
</header>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function props(state) {
|
|
||||||
return {
|
|
||||||
search: state.get('search')
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,24 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
|
|
||||||
export const MENU_WIDTH = 245;
|
|
||||||
|
|
||||||
export default class Menu extends Component {
|
|
||||||
render() {
|
|
||||||
let { items, active, style, id } = this.props;
|
|
||||||
items = items || [];
|
|
||||||
|
|
||||||
let els = items.map((item, index) => {
|
|
||||||
let enabled = typeof item.enabled === 'function' ? item.enabled() : true
|
|
||||||
let className = enabled ? '' : 'disabled';
|
|
||||||
|
|
||||||
return <li key={index} className={className} onClick={item.action.bind(this)}>{item.name}</li>
|
|
||||||
});
|
|
||||||
let className = 'menu ' + (active ? 'active' : '');
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div className={className} style={style} id={id}>
|
|
||||||
<ul>{els}</ul>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,41 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import { active } from 'actions/file';
|
|
||||||
import { show } from 'actions/menu';
|
|
||||||
import { MENU_WIDTH } from 'components/menu';
|
|
||||||
|
|
||||||
const MENU_TOP_SPACE = 20;
|
|
||||||
|
|
||||||
export default {
|
|
||||||
contextMenu(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
|
|
||||||
let file = store.getState().get('files')[this.props.index];
|
|
||||||
let rect = React.findDOMNode(this.refs.container).getBoundingClientRect();
|
|
||||||
let {x, y, width, height} = rect;
|
|
||||||
|
|
||||||
let left = x + width / 2 - MENU_WIDTH / 2,
|
|
||||||
top = y + height / 2 + MENU_TOP_SPACE;
|
|
||||||
|
|
||||||
let dialogHeight = document.getElementById('fileMenu').offsetHeight;
|
|
||||||
|
|
||||||
let diff = window.innerHeight - (dialogHeight + top);
|
|
||||||
if (diff <= 0) {
|
|
||||||
top -= Math.abs(diff);
|
|
||||||
}
|
|
||||||
|
|
||||||
store.dispatch(show('fileMenu', {style: {left, top}}));
|
|
||||||
store.dispatch(active([file]));
|
|
||||||
},
|
|
||||||
|
|
||||||
select() {
|
|
||||||
let current = (store.getState().get('activeFile') || []).slice(0);
|
|
||||||
let file = store.getState().get('files')[this.props.index];
|
|
||||||
|
|
||||||
if (current.indexOf(file) > -1) {
|
|
||||||
current.splice(current.indexOf(file), 1);
|
|
||||||
} else {
|
|
||||||
current.push(file)
|
|
||||||
}
|
|
||||||
store.dispatch(active(current));
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,102 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
import { hide as hideNavigation } from 'actions/navigation';
|
|
||||||
import camelCase from 'lodash/string/camelCase';
|
|
||||||
import updateSettings from 'actions/settings';
|
|
||||||
import store, { bind } from 'store';
|
|
||||||
|
|
||||||
@connect(props)
|
|
||||||
export default class Navigation extends Component {
|
|
||||||
render() {
|
|
||||||
let { settings } = this.props;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<nav className={this.props.active ? 'active' : ''} onChange={this.onChange.bind(this)}>
|
|
||||||
<i onTouchStart={this.hide} />
|
|
||||||
|
|
||||||
<p>Filter</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<input id='filter-all' name='filter' data-value='' type='radio' defaultChecked={!settings.filter} />
|
|
||||||
<label htmlFor='filter-all'>All</label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input id='filter-image' name='filter' data-value='image' type='radio' defaultChecked={settings.filter === 'image'} />
|
|
||||||
<label htmlFor='filter-image'>Image</label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input id='filter-video' name='filter' data-value='video' type='radio' defaultChecked={settings.filter === 'video'} />
|
|
||||||
<label htmlFor='filter-video'>Video</label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input id='filter-audio' name='filter' data-value='audio' type='radio' defaultChecked={settings.filter === 'audio'} />
|
|
||||||
<label htmlFor='filter-audio'>Audio</label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>Tools</p>
|
|
||||||
<ul>
|
|
||||||
<li className='coming-soon'>
|
|
||||||
<label>FTP Browser</label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>Preferences</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<input type='checkbox' id='showHiddenFiles' defaultChecked={settings.showHiddenFiles} />
|
|
||||||
<label htmlFor='showHiddenFiles'>Show Hidden Files</label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input id='showDirectoriesFirst' type='checkbox' defaultChecked={settings.showDirectoriesFirst} />
|
|
||||||
<label htmlFor='showDirectoriesFirst'>Show Directories First</label>
|
|
||||||
</li>
|
|
||||||
<li className='coming-soon'>
|
|
||||||
<label>Advanced Preferences</label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>External</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<label><a href='https://github.com/mdibaiee/Hawk'>GitHub</a></label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<label><a href='https://github.com/mdibaiee/Hawk/issues'>Report Bugs</a></label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<label><a href='http://dibaiee.ir/Hawk'>Website</a></label>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<label><a href='http://dibaiee.ir'>Mahdi Dibaiee</a></label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
onChange(e) {
|
|
||||||
let key = e.target.name || e.target.id;
|
|
||||||
let value = typeof e.target.dataset.value !== 'undefined' ? e.target.dataset.value : e.target.checked;
|
|
||||||
|
|
||||||
let action = updateSettings({
|
|
||||||
[key]: value
|
|
||||||
});
|
|
||||||
|
|
||||||
store.dispatch(action);
|
|
||||||
}
|
|
||||||
|
|
||||||
hide(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
|
|
||||||
store.dispatch(hideNavigation());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function props(store) {
|
|
||||||
return {
|
|
||||||
active: store.get('navigation'),
|
|
||||||
settings: store.get('settings')
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,101 +0,0 @@
|
|||||||
import React, { Component } from 'react'
|
|
||||||
import FileList from 'components/file-list';
|
|
||||||
import Navigation from 'components/navigation';
|
|
||||||
import Header from 'components/header';
|
|
||||||
import Breadcrumb from 'components/breadcrumb';
|
|
||||||
import Toolbar from 'components/toolbar';
|
|
||||||
import Menu from 'components/menu';
|
|
||||||
import Dialog from 'components/dialog';
|
|
||||||
import Spinner from 'components/spinner';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
import { hideAll as hideAllMenus } from 'actions/menu';
|
|
||||||
import { hideAll as hideAllDialogs} from 'actions/dialog';
|
|
||||||
|
|
||||||
import tour from 'tour';
|
|
||||||
import changedir from 'actions/changedir';
|
|
||||||
import store from 'store';
|
|
||||||
|
|
||||||
window.store = store;
|
|
||||||
window.changedir = changedir;
|
|
||||||
|
|
||||||
let FileMenu = connect(state => state.get('fileMenu'))(Menu);
|
|
||||||
// let DirectoryMenu = connect(state => state.get('directoryMenu'))(Menu);
|
|
||||||
let MoreMenu = connect(state => state.get('moreMenu'))(Menu);
|
|
||||||
|
|
||||||
let RenameDialog = connect(state => state.get('renameDialog'))(Dialog);
|
|
||||||
let DeleteDialog = connect(state => state.get('deleteDialog'))(Dialog);
|
|
||||||
let ErrorDialog = connect(state => state.get('errorDialog'))(Dialog);
|
|
||||||
let CreateDialog = connect(state => state.get('createDialog'))(Dialog);
|
|
||||||
let SearchDialog = connect(state => state.get('searchDialog'))(Dialog);
|
|
||||||
|
|
||||||
export default class Root extends Component {
|
|
||||||
render() {
|
|
||||||
return (
|
|
||||||
<div onTouchStart={this.touchStart.bind(this)}
|
|
||||||
onClick={this.onClick.bind(this)}>
|
|
||||||
<Header />
|
|
||||||
<Breadcrumb />
|
|
||||||
<Navigation />
|
|
||||||
<FileList />
|
|
||||||
<Toolbar />
|
|
||||||
|
|
||||||
<FileMenu id='fileMenu' />
|
|
||||||
<MoreMenu id='moreMenu' />
|
|
||||||
|
|
||||||
<RenameDialog />
|
|
||||||
<DeleteDialog />
|
|
||||||
<ErrorDialog />
|
|
||||||
<CreateDialog />
|
|
||||||
<SearchDialog />
|
|
||||||
|
|
||||||
<Spinner />
|
|
||||||
|
|
||||||
<div className='swipe-instruction tour-item'></div>
|
|
||||||
|
|
||||||
<div className='tour-dialog'>
|
|
||||||
Hello! Tap each highlighted button to get an understanding of how they work.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
componentDidMount() {
|
|
||||||
tour();
|
|
||||||
}
|
|
||||||
|
|
||||||
touchStart(e) {
|
|
||||||
let active = document.querySelector('.active');
|
|
||||||
let inside = e.target.closest('.active');
|
|
||||||
if (active && !inside) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
|
|
||||||
store.dispatch(hideAllMenus());
|
|
||||||
store.dispatch(hideAllDialogs());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (document.querySelector('.sk-cube-grid.show')) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
onClick(e) {
|
|
||||||
let tag = e.target.nodeName.toLowerCase();
|
|
||||||
if (tag === 'a') {
|
|
||||||
let url = new URL(e.target.href);
|
|
||||||
|
|
||||||
if (url.origin !== location.origin) {
|
|
||||||
e.preventDefault();
|
|
||||||
new MozActivity({
|
|
||||||
name: 'view',
|
|
||||||
|
|
||||||
data: {
|
|
||||||
type: 'url',
|
|
||||||
url: e.target.href
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
@ -1,28 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
|
||||||
|
|
||||||
@connect(props)
|
|
||||||
export default class Spinner extends Component {
|
|
||||||
render() {
|
|
||||||
let className = 'sk-cube-grid ' + (this.props.active ? ' show' : '');
|
|
||||||
return (
|
|
||||||
<div className={className}>
|
|
||||||
<div className="sk-cube sk-cube1"></div>
|
|
||||||
<div className="sk-cube sk-cube2"></div>
|
|
||||||
<div className="sk-cube sk-cube3"></div>
|
|
||||||
<div className="sk-cube sk-cube4"></div>
|
|
||||||
<div className="sk-cube sk-cube5"></div>
|
|
||||||
<div className="sk-cube sk-cube6"></div>
|
|
||||||
<div className="sk-cube sk-cube7"></div>
|
|
||||||
<div className="sk-cube sk-cube8"></div>
|
|
||||||
<div className="sk-cube sk-cube9"></div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function props(state) {
|
|
||||||
return {
|
|
||||||
active: state.get('spinner')
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,39 +0,0 @@
|
|||||||
import React, { Component } from 'react';
|
|
||||||
import { toggle as toggleView, refresh, selectView } from 'actions/files-view';
|
|
||||||
import { show as showDialog } from 'actions/dialog';
|
|
||||||
import { show as showMenu } from 'actions/menu';
|
|
||||||
import store, { bind } from 'store';
|
|
||||||
import { MENU_WIDTH } from './menu';
|
|
||||||
|
|
||||||
export default class Toolbar extends Component {
|
|
||||||
render() {
|
|
||||||
return (
|
|
||||||
<div className='toolbar'>
|
|
||||||
<button className='icon-plus tour-item' onClick={this.newFile} />
|
|
||||||
<button className='icon-view coming-soon' onClick={bind(toggleView())} />
|
|
||||||
<button className='icon-refresh tour-item' onClick={bind(refresh())} />
|
|
||||||
<button className='icon-select tour-item' onClick={bind(selectView('toggle'))} />
|
|
||||||
<button className='icon-more tour-item' onClick={this.showMore.bind(this)} ref='more' />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
showMore() {
|
|
||||||
let rect = React.findDOMNode(this.refs.more).getBoundingClientRect();
|
|
||||||
let {x, y, width, height} = rect;
|
|
||||||
|
|
||||||
let left = x + width - MENU_WIDTH,
|
|
||||||
top = y + height;
|
|
||||||
|
|
||||||
let transform = 'translate(0, -100%)';
|
|
||||||
store.dispatch(showMenu('moreMenu', {style: {left, top, transform}}));
|
|
||||||
}
|
|
||||||
|
|
||||||
newFile() {
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
let action = showDialog('createDialog', {
|
|
||||||
description: `Enter a name for the new file to be created in ${cwd}`
|
|
||||||
});
|
|
||||||
store.dispatch(action);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,111 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import { hide, hideAll } from 'actions/dialog';
|
|
||||||
import { rename, remove, create, active } from 'actions/file';
|
|
||||||
import { search } from 'actions/files-view';
|
|
||||||
import store, { bind } from 'store';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
createDialog: {
|
|
||||||
title: 'Create',
|
|
||||||
description: 'Enter a name for the new file',
|
|
||||||
input: true,
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: 'File',
|
|
||||||
action() {
|
|
||||||
let input = React.findDOMNode(this.refs.input);
|
|
||||||
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
let action = create(cwd + input.value);
|
|
||||||
this.props.dispatch(action);
|
|
||||||
this.props.dispatch(hideAll());
|
|
||||||
this.props.dispatch(active());
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'Directory',
|
|
||||||
action() {
|
|
||||||
let input = React.findDOMNode(this.refs.input);
|
|
||||||
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
let action = create(cwd + input.value, true);
|
|
||||||
this.props.dispatch(action);
|
|
||||||
this.props.dispatch(hideAll());
|
|
||||||
this.props.dispatch(active());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
renameDialog: {
|
|
||||||
title: 'Rename',
|
|
||||||
description: 'Enter the new name',
|
|
||||||
input: true,
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: 'Cancel',
|
|
||||||
action: bind(hideAll())
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'Rename',
|
|
||||||
action() {
|
|
||||||
let input = React.findDOMNode(this.refs.input);
|
|
||||||
|
|
||||||
let activeFile = store.getState().get('activeFile');
|
|
||||||
this.props.dispatch(rename(activeFile, input.value))
|
|
||||||
this.props.dispatch(hideAll());
|
|
||||||
this.props.dispatch(active());
|
|
||||||
},
|
|
||||||
className: 'success'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
deleteDialog: {
|
|
||||||
title: 'Delete',
|
|
||||||
description: 'Are you sure you want to remove this file?',
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: 'No',
|
|
||||||
action: bind(hideAll())
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'Yes',
|
|
||||||
action() {
|
|
||||||
let activeFile = store.getState().get('activeFile');
|
|
||||||
this.props.dispatch(remove(activeFile));
|
|
||||||
this.props.dispatch(hideAll());
|
|
||||||
this.props.dispatch(active());
|
|
||||||
},
|
|
||||||
className: 'success'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
errorDialog: {
|
|
||||||
title: 'Error',
|
|
||||||
buttons: [{
|
|
||||||
text: 'Continue',
|
|
||||||
action: bind(hideAll())
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
searchDialog: {
|
|
||||||
title: 'Search',
|
|
||||||
description: 'Enter keywords to search for',
|
|
||||||
input: true,
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: 'Cancel',
|
|
||||||
action: bind(hideAll())
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'Search',
|
|
||||||
action() {
|
|
||||||
let input = React.findDOMNode(this.refs.input);
|
|
||||||
|
|
||||||
let action = search(input.value);
|
|
||||||
this.props.dispatch(action);
|
|
||||||
this.props.dispatch(hideAll());
|
|
||||||
},
|
|
||||||
className: 'success'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import Root from 'components/root';
|
|
||||||
import store from 'store';
|
|
||||||
import { Provider } from 'react-redux';
|
|
||||||
import './activities';
|
|
||||||
|
|
||||||
let wrapper = document.getElementById('wrapper');
|
|
||||||
React.render(<Provider store={store}>{() => <Root />}</Provider>, wrapper);
|
|
151
src/js/menus.js
@ -1,151 +0,0 @@
|
|||||||
import { hideAll } from 'actions/menu';
|
|
||||||
import { show } from 'actions/dialog';
|
|
||||||
import { selectView } from 'actions/files-view';
|
|
||||||
import { copy, move } from 'actions/file';
|
|
||||||
import store from 'store';
|
|
||||||
|
|
||||||
const entryMenu = {
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
name: 'Rename',
|
|
||||||
action() {
|
|
||||||
let files = store.getState().get('files');
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
const description = `Enter the new name for ${active[0].name}`;
|
|
||||||
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
store.dispatch(show('renameDialog', {description}));
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Delete',
|
|
||||||
action() {
|
|
||||||
let files = store.getState().get('files');
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
const description = `Are you sure you want to remove ${active[0].name}?`;
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
store.dispatch(show('deleteDialog', {description}));
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Copy',
|
|
||||||
action() {
|
|
||||||
store.dispatch(selectView(false));
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Share',
|
|
||||||
action() {
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
|
|
||||||
new MozActivity({
|
|
||||||
name: 'share',
|
|
||||||
data: {
|
|
||||||
number: 1,
|
|
||||||
blobs: active
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Pick',
|
|
||||||
enabled() {
|
|
||||||
return store.getState().get('pick');
|
|
||||||
},
|
|
||||||
action() {
|
|
||||||
let request = store.getState().get('pick');
|
|
||||||
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
let blob = active[0];
|
|
||||||
request.postResult({
|
|
||||||
type: blob.type,
|
|
||||||
blob
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
const moreMenu = {
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
name: 'Delete',
|
|
||||||
action() {
|
|
||||||
let files = store.getState().get('files');
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
|
|
||||||
let description;
|
|
||||||
if (active.length > 1) {
|
|
||||||
const count = active.length;
|
|
||||||
description = `Are you sure you want to remove ${count} files?`;
|
|
||||||
} else {
|
|
||||||
const name = active[0].name;
|
|
||||||
description = `Are you sure you want to remove ${name}?`;
|
|
||||||
}
|
|
||||||
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
store.dispatch(show('deleteDialog', {description}));
|
|
||||||
},
|
|
||||||
enabled() {
|
|
||||||
return store.getState().get('selectView');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Copy',
|
|
||||||
action() {
|
|
||||||
store.dispatch(selectView(false));
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
},
|
|
||||||
enabled() {
|
|
||||||
return store.getState().get('activeFile');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Paste',
|
|
||||||
enabled() {
|
|
||||||
return store.getState().get('activeFile');
|
|
||||||
},
|
|
||||||
action() {
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
|
|
||||||
store.dispatch(copy(active, cwd));
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Move',
|
|
||||||
enabled() {
|
|
||||||
return store.getState().get('activeFile');
|
|
||||||
},
|
|
||||||
action() {
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
|
|
||||||
store.dispatch(move(active, cwd));
|
|
||||||
store.dispatch(hideAll());
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Share',
|
|
||||||
action() {
|
|
||||||
let active = store.getState().get('activeFile');
|
|
||||||
|
|
||||||
new MozActivity({
|
|
||||||
name: 'share',
|
|
||||||
data: {
|
|
||||||
number: active.length,
|
|
||||||
blobs: active
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
export default {
|
|
||||||
fileMenu: Object.assign({}, entryMenu),
|
|
||||||
directoryMenu: Object.assign({}, entryMenu),
|
|
||||||
moreMenu
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
import { ACTIVE_FILE } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = null, action) {
|
|
||||||
if (action.type === ACTIVE_FILE) {
|
|
||||||
return action.file;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
import Immutable from 'immutable';
|
|
||||||
import cwd from './cwd';
|
|
||||||
import lwd from './lwd';
|
|
||||||
import files from './files';
|
|
||||||
import navigation from './navigation';
|
|
||||||
import activeFile from './active-file';
|
|
||||||
import menu from './menu';
|
|
||||||
import dialog from './dialog';
|
|
||||||
import settings from './settings';
|
|
||||||
import selectView from './select-view';
|
|
||||||
import spinner from './spinner';
|
|
||||||
import search from './search';
|
|
||||||
import pick from './pick';
|
|
||||||
|
|
||||||
export default function(state = new Immutable.Map(), action) {
|
|
||||||
console.log('action', action);
|
|
||||||
return new Immutable.Map({
|
|
||||||
lwd: lwd(state, action), // last working directory
|
|
||||||
cwd: cwd(state.get('cwd'), action),
|
|
||||||
files: files(state.get('files'), action),
|
|
||||||
search: search(state.get('search'), action),
|
|
||||||
spinner: spinner(state.get('spinner'), action),
|
|
||||||
selectView: selectView(state.get('selectView'), action),
|
|
||||||
pick: pick(state.get('pick'), action),
|
|
||||||
activeFile: activeFile(state.get('activeFile'), action),
|
|
||||||
navigation: navigation(state.get('navigation'), action),
|
|
||||||
settings: settings(state.get('settings'), action),
|
|
||||||
fileMenu: menu(state, action, 'fileMenu'),
|
|
||||||
directoryMenu: menu(state, action, 'directoryMenu'),
|
|
||||||
moreMenu: menu(state, action, 'moreMenu'),
|
|
||||||
renameDialog: dialog(state, action, 'renameDialog'),
|
|
||||||
deleteDialog: dialog(state, action, 'deleteDialog'),
|
|
||||||
errorDialog: dialog(state, action, 'errorDialog'),
|
|
||||||
createDialog: dialog(state, action, 'createDialog'),
|
|
||||||
searchDialog: dialog(state, action, 'searchDialog')
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
import { CHANGE_DIRECTORY, REFRESH, SETTINGS } from 'actions/types';
|
|
||||||
import { children } from 'api/files';
|
|
||||||
import store from 'store';
|
|
||||||
import { reportError } from 'utils';
|
|
||||||
import { listFiles } from 'actions/files-view';
|
|
||||||
|
|
||||||
export default function(state = '', action) {
|
|
||||||
if (action.type === CHANGE_DIRECTORY) {
|
|
||||||
changeTo(action.dir);
|
|
||||||
|
|
||||||
return action.dir;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === REFRESH || action.type === SETTINGS) {
|
|
||||||
changeTo(state);
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
function changeTo(dir) {
|
|
||||||
children(dir, true).then(files => {
|
|
||||||
store.dispatch(listFiles(files));
|
|
||||||
}, reportError);
|
|
||||||
}
|
|
@ -1,22 +0,0 @@
|
|||||||
import { DIALOG } from 'actions/types';
|
|
||||||
import Immutable from 'immutable';
|
|
||||||
import omit from 'lodash/object/omit';
|
|
||||||
|
|
||||||
export default function(state = new Immutable.Map({}), action, id) {
|
|
||||||
if (action.type === DIALOG) {
|
|
||||||
let useful = omit(action, ['id', 'type'])
|
|
||||||
// action applied to all dialogs
|
|
||||||
if (!action.id) {
|
|
||||||
return Object.assign({}, state.get(id), useful);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.id !== id) return state.get(id);
|
|
||||||
|
|
||||||
let target = state.get(action.id);
|
|
||||||
let active = action.active === 'toggle' ? !target.get('active') : action.active;
|
|
||||||
|
|
||||||
return Object.assign({}, target, useful);
|
|
||||||
} else {
|
|
||||||
return state.get(id);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,90 +0,0 @@
|
|||||||
import { LIST_FILES, RENAME_FILE, DELETE_FILE, CREATE_FILE, MOVE_FILE, COPY_FILE, SEARCH } from 'actions/types';
|
|
||||||
import { refresh } from 'actions/files-view';
|
|
||||||
import { move, remove, sdcard, createFile, createDirectory, copy } from 'api/files';
|
|
||||||
import { show } from 'actions/dialog';
|
|
||||||
import store, { bind } from 'store';
|
|
||||||
import { reportError, type } from 'utils';
|
|
||||||
|
|
||||||
let boundRefresh = bind(refresh());
|
|
||||||
|
|
||||||
export default function(state = [], action) {
|
|
||||||
|
|
||||||
if (action.type === LIST_FILES) {
|
|
||||||
let settings = store.getState().get('settings');
|
|
||||||
|
|
||||||
if (settings.showDirectoriesFirst) {
|
|
||||||
action.files = action.files.sort((a, b) => {
|
|
||||||
if (type(a) === 'Directory') return -1;
|
|
||||||
if (type(a) === 'File') return 1;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!settings.showHiddenFiles) {
|
|
||||||
action.files = action.files.filter(file => {
|
|
||||||
return file.name[0] !== '.';
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (settings.filter) {
|
|
||||||
action.files = action.files.filter(file => {
|
|
||||||
if (type(file) === 'Directory') return true;
|
|
||||||
|
|
||||||
let fileType = file.type.slice(0, file.type.indexOf('/'));
|
|
||||||
return fileType === settings.filter;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return action.files;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === CREATE_FILE) {
|
|
||||||
let fn = action.directory ? createDirectory : createFile;
|
|
||||||
fn(action.path).then(boundRefresh, reportError);
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === RENAME_FILE) {
|
|
||||||
let all = Promise.all(action.file.map(file => {
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
return move(file, cwd + '/' + action.name);
|
|
||||||
}));
|
|
||||||
|
|
||||||
all.then(boundRefresh, reportError);
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === MOVE_FILE) {
|
|
||||||
let all = Promise.all(action.file.map(file => {
|
|
||||||
return move(file, action.newPath + '/' + file.name);
|
|
||||||
}));
|
|
||||||
|
|
||||||
all.then(boundRefresh, reportError);
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === COPY_FILE) {
|
|
||||||
let all = Promise.all(action.file.map(file => {
|
|
||||||
return copy(file, action.newPath + '/' + file.name);
|
|
||||||
}));
|
|
||||||
|
|
||||||
all.then(boundRefresh, reportError);
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === DELETE_FILE) {
|
|
||||||
let all = Promise.all(action.file.map(file => {
|
|
||||||
let path = ((file.path || '') + file.name).replace(/^\//, '');
|
|
||||||
return remove(path, true);
|
|
||||||
}))
|
|
||||||
|
|
||||||
all.then(boundRefresh, reportError);
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
function mov(file, newPath) {
|
|
||||||
return
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
import { CHANGE_DIRECTORY } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = '', action) {
|
|
||||||
if (action.type === CHANGE_DIRECTORY) {
|
|
||||||
return state.get('cwd');
|
|
||||||
}
|
|
||||||
return state.get('lwd');
|
|
||||||
}
|
|
@ -1,22 +0,0 @@
|
|||||||
import { MENU } from 'actions/types';
|
|
||||||
import Immutable from 'immutable';
|
|
||||||
import omit from 'lodash/object/omit';
|
|
||||||
|
|
||||||
export default function(state = new Immutable.Map({}), action, id) {
|
|
||||||
if (action.type === MENU) {
|
|
||||||
let useful = omit(action, ['id', 'type'])
|
|
||||||
// action applied to all menus
|
|
||||||
if (!action.id) {
|
|
||||||
return Object.assign({}, state.get(id), useful);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.id !== id) return state.get(id);
|
|
||||||
|
|
||||||
let target = state.get(action.id);
|
|
||||||
let active = action.active === 'toggle' ? !target.get('active') : action.active;
|
|
||||||
|
|
||||||
return Object.assign({}, target, useful);
|
|
||||||
} else {
|
|
||||||
return state.get(id);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
import { NAVIGATION, TOGGLE } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = false, action) {
|
|
||||||
if (action.type === NAVIGATION) {
|
|
||||||
return action.active === TOGGLE ? !state : action.active;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
import { PICK } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = false, action) {
|
|
||||||
if (action.type === PICK) {
|
|
||||||
return action.active;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,50 +0,0 @@
|
|||||||
import { SEARCH } from 'actions/types';
|
|
||||||
import store from 'store';
|
|
||||||
import { reportError } from 'utils';
|
|
||||||
import { listFiles } from 'actions/files-view';
|
|
||||||
import { children } from 'api/files';
|
|
||||||
import { type } from 'utils';
|
|
||||||
|
|
||||||
export default function(state = '', action) {
|
|
||||||
if (action.type === SEARCH) {
|
|
||||||
search(action.keywords);
|
|
||||||
|
|
||||||
return action.keywords;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
function search(keywords) {
|
|
||||||
if (!keywords) {
|
|
||||||
let cwd = store.getState().get('cwd');
|
|
||||||
children(cwd, true).then(files => {
|
|
||||||
store.dispatch(listFiles(files));
|
|
||||||
}, reportError);
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
let keys = keywords.split(' ').map(key => key.toLowerCase());
|
|
||||||
|
|
||||||
// We don't want to show all the currently visible files from the
|
|
||||||
// first iteration
|
|
||||||
let once = true;
|
|
||||||
children('/', true).then(function showResults(files) {
|
|
||||||
if (!store.getState().get('search')) return;
|
|
||||||
|
|
||||||
let current = once ? [] : store.getState().get('files');
|
|
||||||
once = false;
|
|
||||||
|
|
||||||
let filtered = files.filter(file => {
|
|
||||||
if (type(file) === 'Directory') {
|
|
||||||
let path = (file.path + file.name).replace(/^\//, '');
|
|
||||||
children(path, true).then(showResults, reportError);
|
|
||||||
}
|
|
||||||
return keys.some(key => {
|
|
||||||
return file.name.toLowerCase().indexOf(key) > -1;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
if (!filtered.length) return;
|
|
||||||
store.dispatch(listFiles(current.concat(filtered)));
|
|
||||||
}, reportError);
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
import { SELECT_VIEW } from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = false, action) {
|
|
||||||
if (action.type === SELECT_VIEW) {
|
|
||||||
return action.active === 'toggle' ? !state : action.active;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
import { SETTINGS } from 'actions/types';
|
|
||||||
import omit from 'lodash/object/omit';
|
|
||||||
|
|
||||||
const DEFAULT = {
|
|
||||||
showHiddenFiles: false,
|
|
||||||
showDirectoriesFirst: true
|
|
||||||
}
|
|
||||||
|
|
||||||
export default function(state = DEFAULT, action) {
|
|
||||||
if (action.type === SETTINGS) {
|
|
||||||
let newSettings = Object.assign({}, state, omit(action, 'type'));
|
|
||||||
|
|
||||||
localStorage.setItem('settings', JSON.stringify(newSettings));
|
|
||||||
|
|
||||||
return newSettings;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,29 +0,0 @@
|
|||||||
import { SPINNER, CHANGE_DIRECTORY, LIST_FILES, REFRESH, DIALOG, SETTINGS,
|
|
||||||
CREATE_FILE, DELETE_FILE, RENAME_FILE, MOVE_FILE, COPY_FILE, SEARCH} from 'actions/types';
|
|
||||||
|
|
||||||
export default function(state = false, action) {
|
|
||||||
if (action.type === SPINNER) {
|
|
||||||
return action.active === 'toggle' ? !state : action.active;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (action.type === DIALOG && action.id === 'errorDialog') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (action.type) {
|
|
||||||
case CHANGE_DIRECTORY:
|
|
||||||
case REFRESH:
|
|
||||||
case SETTINGS:
|
|
||||||
case CREATE_FILE:
|
|
||||||
case MOVE_FILE:
|
|
||||||
case DELETE_FILE:
|
|
||||||
case RENAME_FILE:
|
|
||||||
case COPY_FILE:
|
|
||||||
case SEARCH:
|
|
||||||
return true;
|
|
||||||
case LIST_FILES:
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return state;
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
import { createStore } from 'redux';
|
|
||||||
import reducers from 'reducers/all';
|
|
||||||
import changedir from 'actions/changedir';
|
|
||||||
import Immutable from 'immutable';
|
|
||||||
import menus from './menus';
|
|
||||||
import dialogs from './dialogs';
|
|
||||||
|
|
||||||
const DEFAULT = new Immutable.Map(Object.assign({
|
|
||||||
dir: '',
|
|
||||||
settings: JSON.parse(localStorage.getItem('settings') || '{}')
|
|
||||||
}, dialogs, menus));
|
|
||||||
|
|
||||||
let store = createStore(reducers, DEFAULT);
|
|
||||||
|
|
||||||
export function bind(action) {
|
|
||||||
return () => store.dispatch(action);
|
|
||||||
}
|
|
||||||
|
|
||||||
export default store;
|
|
||||||
|
|
||||||
store.dispatch(changedir(DEFAULT.get('dir')));
|
|
@ -1,59 +0,0 @@
|
|||||||
const MESSAGES = {
|
|
||||||
'icon-plus': 'Create Files and Folders',
|
|
||||||
'icon-refresh': 'Refresh File List',
|
|
||||||
'icon-select': 'Select files for batch actions',
|
|
||||||
'icon-more': 'Actions used on selected files such as Copy, Delete, Move, …',
|
|
||||||
'drawer': 'Extra options, tools and links are here',
|
|
||||||
'icon-search': 'Search your storage for a certain file',
|
|
||||||
'swipe-instruction': 'Swipe from left to right to go to parent folder'
|
|
||||||
}
|
|
||||||
|
|
||||||
const DIALOG_HIDE_DELAY = 2000;
|
|
||||||
|
|
||||||
export default function() {
|
|
||||||
let tourRan = localStorage.getItem('tourRan');
|
|
||||||
let wrapper = document.querySelector('#wrapper');
|
|
||||||
let tour = document.querySelector('.tour-dialog');
|
|
||||||
|
|
||||||
let timeout;
|
|
||||||
let shown = 0;
|
|
||||||
|
|
||||||
if (!tourRan) {
|
|
||||||
wrapper.classList.add('tour');
|
|
||||||
|
|
||||||
let items = [...document.querySelectorAll('.tour-item')].sort((a, b) => {
|
|
||||||
return (+a.dataset.index) - (+b.dataset.index);
|
|
||||||
});
|
|
||||||
|
|
||||||
let listeners = [];
|
|
||||||
|
|
||||||
for (let item of items) {
|
|
||||||
|
|
||||||
let firstClass = item.className.slice(0, item.className.indexOf(' '));
|
|
||||||
let ev = firstClass === 'drawer' ? 'touchstart' : 'click';
|
|
||||||
|
|
||||||
item.addEventListener(ev, function listener(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
|
|
||||||
clearTimeout(timeout);
|
|
||||||
listeners.push({item, listener, ev});
|
|
||||||
|
|
||||||
shown++;
|
|
||||||
|
|
||||||
tour.innerHTML = MESSAGES[firstClass];
|
|
||||||
|
|
||||||
timeout = setTimeout(() => {
|
|
||||||
if (shown >= items.length) {
|
|
||||||
wrapper.classList.remove('tour');
|
|
||||||
localStorage.setItem('tourRan', 'true');
|
|
||||||
|
|
||||||
for (let {item, listener, ev} of listeners) {
|
|
||||||
item.removeEventListener(ev, listener);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}, DIALOG_HIDE_DELAY);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,47 +0,0 @@
|
|||||||
import store from 'store';
|
|
||||||
import { show } from 'actions/dialog';
|
|
||||||
|
|
||||||
export function type(obj) {
|
|
||||||
return Object.prototype.toString.call(obj).slice(8, -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function template(string, props) {
|
|
||||||
return string.replace(/@(\S+)/g, (all, match) => {
|
|
||||||
return getKey(props, match);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getKey(object = store.getState().toJS(), key) {
|
|
||||||
let parent = object;
|
|
||||||
|
|
||||||
do {
|
|
||||||
let dot = key.indexOf('.');
|
|
||||||
if (dot === -1) dot = key.length;
|
|
||||||
parent = parent[key.slice(0, dot)];
|
|
||||||
|
|
||||||
key = key.slice(dot + 1);
|
|
||||||
} while (key)
|
|
||||||
|
|
||||||
return parent;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function reportError(err) {
|
|
||||||
let action = show('errorDialog', {description: err.message});
|
|
||||||
store.dispatch(action);
|
|
||||||
}
|
|
||||||
|
|
||||||
const sizes = {
|
|
||||||
'GB': Math.pow(2, 30),
|
|
||||||
'MB': Math.pow(2, 20),
|
|
||||||
'KB': Math.pow(2, 10),
|
|
||||||
'B': -1
|
|
||||||
}
|
|
||||||
export function humanSize(size) {
|
|
||||||
for (let key in sizes) {
|
|
||||||
let value = sizes[key];
|
|
||||||
|
|
||||||
if (size > value) {
|
|
||||||
return Math.round(size / value) + key;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|