Vitaliy Vlasov
fea0db845a
[ FIX #156 ] Add pagination to Bounties and Activities views
2018-01-15 19:37:41 +02:00
Teemu Patja
439fce9793
Open claims label styling
2017-11-08 13:16:18 +02:00
Teemu Patja
0619b4b519
Show claim count for bounty if > 0
...
Show number of claims for an issue in "open issues" view if there are
any. Styling may need improvement.
Related to issue #154
2017-11-08 12:38:22 +02:00
Teemu Patja
c03e041ccf
Fix rendering issue with header + dropdown
...
* improve responsive rendering of page header
* fix flickering issue with dropdown
* fix dropdown placement
Fixes : #130
2017-11-03 18:07:42 +02:00
Teemu Patja
e39d07c37f
Improve flash message styling & invalid address error message
...
* more readable flash message popup
* close flash message popup by clicking outside
* show input in "invalid address" error message
2017-11-03 09:52:25 +02:00
Teemu Patja
d265977e03
Fix update-address button styling
2017-11-03 08:53:05 +02:00
Teemu Patja
2f84829c2a
Prettier no data div
2017-11-02 12:59:30 +02:00
Teemu Patja
f3e4d3235b
Responsive footer
...
Fixes : #129
2017-11-01 10:54:53 +02:00
Teemu Patja
dcde2a9772
Make view loading state prettier
...
Fixes : #113
2017-11-01 10:08:57 +02:00
Teemu Patja
8cea6aa98a
No margins for ui.container on mobile
2017-10-31 15:34:54 +02:00
Teemu Patja
32e0590784
Header responsive layout fixes
2017-10-31 15:17:40 +02:00
Teemu Patja
211a234b3b
Responsive layout for page header
2017-10-31 14:43:12 +02:00
Teemu Patja
3ebf9cf36d
Truncate repo name if needed
...
If repo name is longer than what fits on card in manage repos view,
truncate it. Untested.
Fixes : #116
2017-10-31 12:53:46 +02:00
Eric Dvorsak
549261337b
Revert "[bug] fix dropdown menu"
...
This reverts commit fdb23c948d
.
2017-10-30 21:24:59 +01:00
Eric Dvorsak
fdb23c948d
[bug] fix dropdown menu
2017-10-30 19:52:58 +01:00
Teemu Patja
e7dc29f895
Bounties list css tweak
2017-10-29 18:39:15 +02:00
Teemu Patja
fa3eeabd4d
Open bounties view SOB UX changes
2017-10-29 17:09:28 +02:00
Teemu Patja
a4318cb2f0
Balance badge styling
2017-10-29 12:19:37 +02:00
Teemu Patja
542d19e40e
Footer improvements
2017-10-29 11:50:45 +02:00
Teemu Patja
249a3cf2b4
Font related css tweaks
2017-10-29 11:40:18 +02:00
Teemu Patja
bc9c0011a4
Footer layout improvements
2017-10-29 10:26:15 +02:00
Teemu Patja
4a2fdd8e2e
Layout improvements
2017-10-29 10:02:06 +02:00
Teemu Patja
b077b117a9
Minor css change
2017-10-28 23:21:57 +03:00
Teemu Patja
c12cc5e7ed
First version of new page footer
2017-10-28 23:06:55 +03:00
Teemu Patja
3a0293c056
Enable github account UX
2017-10-27 22:58:02 +03:00
Teemu Patja
46273fdb39
Fix button backgrounds
2017-10-27 19:28:54 +03:00
Teemu Patja
2a63690b6c
Fix dropdown menu
...
* temp fix for dropdown menu flickering
2017-10-27 19:19:40 +03:00
Teemu Patja
a153caeab8
WIP: more SOB UX changes
...
* make bounties view default
* new top hunters look
* only show top hunters for bounties and activity views
* misc css tweaks
2017-10-27 18:09:41 +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
37fe9dec91
Fix activity item small resolution rendering
...
Related to #50
2017-04-02 20:52:00 +03:00
Teemu Patja
32dbc257aa
Toggle checkbox for forked repositories
...
* add toggle checkbox for filtering forked repositories
* cleanup, add TODO
Fixes : #47
2017-03-23 11:46:16 +02:00
Teemu Patja
a3ec1591b5
Show fork icon for forks in repos view
2017-03-16 22:44:34 +02:00
Teemu Patja
23de712604
Embed svg in cljs code
...
* move external svg image for dropdown into cljs code to avoid extra
http requests
2017-03-16 22:44:34 +02:00
Teemu Patja
34615a6f92
Footer enhancements
2017-03-14 17:38:50 +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
817466c636
Show commiteth version in page footer
...
* inject commit sha to project version and make it visible in cljs
* show commiteth version (commit sha) in page footer with a link to github
* downgrade snapshot versions of dependencies to last stable version
2017-03-09 09:49:22 +02:00
Teemu Patja
211cc96c90
Activity feed + UI tweaks
...
* finish missing parts of activity feed feature
* render time ago labels with moment.js
* css tweaks
2017-02-27 22:38:41 +02:00
Teemu Patja
9cb48b5183
Bounties view + related backend functionality & more
...
Changes to bounty/pull-request data model and logic
* save git sha of pull request's HEAD instead of possible merge commit
and save it for opened, merged and closed events
* only look for bounties being accepted in pull-request closed via
merge events (no need for compilicated logic with issue-closed event)
* pull_request now has issue_id column to make many sql queries
simpler
Frontend
* owner-bounties app-db structure changes
* bounties view with confirm pending payout UI
Other
* removed lots of unused legacy code
* bug fixes + refactoring
* added comments + TODOs
2017-02-25 00:15:44 +02:00
Teemu Patja
c2065fa973
Improve repo loading error handling + UI tweaks
2017-02-22 11:57:38 +02:00
Teemu Patja
1d49767da9
Repositories view improvements
...
* show personal repos group before other groups
* CSS tweaks
2017-02-22 11:31:38 +02:00
Teemu Patja
4e627be1e0
UX improvements + address validation
...
* error/success flash notification support
* disable spellcheck for address editbox
* validate user's Ethereum address when saving
* update button state styles
2017-02-21 21:43:35 +02:00
Teemu Patja
bb5d492631
Activity feed view
...
* beginnings of activity feed reagent UI
* uses place holder data for now
* CSS + other UI tweaks
2017-02-20 17:03:01 +02:00
Teemu Patja
b8facb1a97
"Top hunters" UI
...
* front end support for "top hunters"
* placeholder data used for now
2017-02-19 19:52:22 +02:00
Teemu Patja
97c7800e4d
CSS tweaks
2017-02-18 23:36:29 +02:00
Teemu Patja
d35b794ca4
New UX, webhook securing, atomic repo toggling etc.
...
Secure Github webhooks (Fixes #18 )
* Use a unique random secret for webhooks
* Validate payload signature when receiving webhook
Make enabling + disabling a repo more robust
* store repository state instead of enabled flag in DB
* atomic toggle UI button (Fixes #17 )
New UX for managing repos
* group repos by owner
* look and feel according to UI spec
General improvements
* only request user's repos via Github API once per session
* fix issue with cljs code figwheel reload
* simplify app-db structure
2017-02-18 11:07:51 +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