Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 72077f8

Browse files
committed
Merge pull request #97 from tinyclues/saltpad_v2
Saltpad v2
2 parents 7e6415e + 7a53b0c commit 72077f8

File tree

209 files changed

+5729
-23146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+5729
-23146
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ nosetests.xml
4141
# we shoudnt need venv in git
4242
venv/
4343
.tox
44+
45+
# JS
46+
node_modules/
47+
bower_components/
48+
dist/
49+
50+
settings.json

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
## [0.1](https://github.com/skywinder/github-changelog-generator/tree/0.1) (2015-09-17)
4+
5+
Saltpad has been entirely rewritten as a single app page using React. This leads to several enhancements:
6+
7+
- Better responsiveness.
8+
- More interactive.
9+
- Helps solves the job launching UX.
10+
- Easier to deploy.
11+
12+
This rewrite and architecture change now require that the salt-api is contactable from the browser directly. If it's a concern for you and don't want to use the new version because of it, please open an issue.

MANIFEST.in

Lines changed: 0 additions & 10 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)