Martin Klepsch
3cdfa549b7
fix #301 : add basic stats to manage payouts screen
2018-03-15 06:14:47 +02:00
Noman
41e15937c4
Ensure Google Analytics using correct ID
2018-01-24 23:54:45 -05:00
Noman
4d8e970262
Run build script
2017-12-28 02:20:04 -05:00
Teemu Patja
92f90880aa
Add google tag manager embed
2017-12-08 16:04:12 +02:00
Teemu Patja
fe5ce481c9
Make activity view linkable, fix landing page link
...
Fixes : #168
2017-11-10 11:08:37 +02:00
Teemu Patja
ca5a8e502f
Update green welcome thingy text
2017-11-02 16:09:23 +02:00
Teemu Patja
9482c473a0
Update green welcome thingy
2017-11-02 16:00:15 +02:00
Teemu Patja
eaa1aadc1a
Fix web app favicon link
2017-11-02 10:40:44 +02:00
Teemu Patja
0770312dd6
Remove unused file
2017-11-02 10:33:39 +02:00
Julien Eluard
09317a5b05
Improved welcome page
2017-11-01 23:12:59 -05:00
andmironov
b406f3964b
Landing page fixes
2017-11-01 19:01:40 -05:00
Teemu Patja
1f48c9970e
Fix SOB github repo link
2017-11-01 20:51:22 +02:00
Teemu Patja
59b046ccca
Add missed file
2017-11-01 18:11:07 +02:00
andmironov
ab430d5e92
Fix background image pattern
2017-10-31 18:18:51 -05:00
Andy Tudhope
1d21fc98a6
Update index.html
...
Removed strange caps and bolding below the fold..
2017-11-01 00:08:16 +01:00
Julien Eluard
6a3e7bc311
Improved landing page. Do not block renderig due to hubspot
2017-10-31 11:20:47 -05:00
Goran Jovic
3779d9e035
updated resources directory with new static assets
2017-10-31 12:16:15 +01:00
Teemu Patja
d4c6a2f64e
Get rid of purple favicon for landing page
2017-10-31 11:40:39 +02:00
Noman
5e2870040f
Run migration script to move changes to resource
2017-10-31 03:31:12 -04:00
Oskar Thorén
9846d3f2e9
Super hacky and ugly email form
2017-10-30 18:11:50 -05:00
Oskar Thorén
42b3d3eea3
Hacky favicon import
2017-10-30 17:55:38 -05:00
Oskar Thorén
6fd2180113
Add Riot icon to footer for landing page and app
2017-10-30 17:27:58 -05:00
Oskar Thorén
dae786a3ed
Add Riot to footer
2017-10-30 16:52:48 -05:00
Teemu Patja
a8b937e4b8
Favicon fix for landing page
2017-10-30 21:44:32 +02:00
Oskar Thorén
3da2909a31
Landing page: add privacy policy
2017-10-30 14:40:58 -05:00
Oskar Thorén
e62d4be420
Landing page: use authorize url
2017-10-30 14:40:50 -05:00
Oskar Thorén
45740b227f
Landing page tweaks
2017-10-30 11:30:08 -05:00
Oskar Thorén
0de883290a
Static page as root landing page; /app for app; fix some routes
2017-10-30 10:37:13 -05:00
Teemu Patja
e71b17a565
Hubspot + FB Pixel embeds to page template
2017-10-28 21:10:51 +03:00
Teemu Patja
70f50422b2
Fix semantic UI css link
2017-10-27 18:18:28 +03:00
Teemu Patja
967778a761
Comment image improvements
...
* make QR image larger
* use status logo
* layout tweaks
2017-10-27 13:22:35 +03:00
Teemu Patja
35bef82b6e
WIP: SOB UX
...
beginnings of new UX for status open bounty
* manage repos view changes
* new header + tabs style
* flash/error messages as modal overlay
* SOB favicon
* general css changes
2017-10-26 19:19:36 +03:00
Teemu Patja
d6aae3fb5e
Render token balances to Github comment image
2017-08-22 23:15:16 +03:00
Teemu Patja
a90c9569e2
Revert "Use /test URL prefix from CLJS when on testnet"
...
This reverts commit 3bb8219f49
.
2017-06-02 10:59:38 +03:00
Teemu Patja
3bb8219f49
Use /test URL prefix from CLJS when on testnet
...
* because we are not using a virtual host for the testnet instance,
the client AJAX requests must prefix http path with '/test'
2017-06-01 14:37:05 +03:00
Teemu Patja
ad2e396ef1
Mainnet support
...
* show "Mainnet" instead of "Testnet" on github issue comments and web UI
if commiteth.onTestnet system property is truthy
2017-05-21 11:07:19 +03:00
Teemu Patja
9b59996cb2
Update title
2017-04-13 12:41:59 +03:00
Teemu Patja
37fe9dec91
Fix activity item small resolution rendering
...
Related to #50
2017-04-02 20:52:00 +03:00
Teemu Patja
6bcdfa905a
Fix template variable name
2017-03-28 11:46:41 +03:00
Teemu Patja
3f0ff567a8
Progressive Github permissioning & client-side oauth tokens
...
* require only user:email oauth scope when signing up
* if user wants to set bounties on repos, request additional oauth
scopes
* do not store github access tokens on server side and use client-side
localStorage instead
Fixes : #35
Fixes : #40
2017-03-22 22:20:52 +02:00
Teemu Patja
75d1da8a7a
Include commit sha in app.js URL to avoid stale caches
...
Fixes : #24
2017-03-17 23:17:29 +02:00
Teemu Patja
3cd11d4044
Cache busting for css
2017-03-15 16:23:42 +02:00
Teemu Patja
f41247e5a0
Include commit sha in app.js URL to avoid stale caches
...
Fixes : #24
2017-03-15 12:29:02 +02:00
Teemu Patja
a2fc249a62
Remove inline style attribute from <html>
...
* remove unwanted style attribute from <html> tag (Fixes : #34 )
* define lang to make screenreaders happy
2017-03-15 10:03:50 +02:00
Teemu Patja
e2fa46c250
Add ga script to template
2017-03-14 17:24:46 +02:00
Teemu Patja
2d788cad32
Fix issues with showing version footer in uberjar
...
* re-implement getting git HEAD sha to cljs side due to system
properties not containing project version in uberjar profile
2017-03-09 15:47:29 +02:00
Teemu Patja
9b972625e0
Rewrite Github comment PNG functionality
...
* removed old swing JEditorPane based html to png rendering due to
it's lack of support for modern css
* new implementation uses wkhtmltoimage (on prod server via wrapper
script using xvfb)
* no longer generating image on every GET request for QR, but rather
generating image when a bounty is cretaed or contract balance
changes
* images stored to DB
* comment image design updated according to UI spec
2017-02-21 10:49:25 +02:00
Teemu Patja
6e646280c2
WIP: new UX
...
* semantic UI + less based UI styling
* header, tabs, user-profile component
* store avatar URL in DB, show image in user
* unify :user and :user-profile in app-db for simplicity
2017-02-12 22:25:32 +02:00
Teemu Patja
da7107ce87
Upgrade dependencies, use CDN for bootstrap + fa
2017-01-30 20:33:25 +02:00
Teemu Patja
0192adf419
Remove unused template
2017-01-25 10:27:39 +02:00