Commit graph

52 commits

Author SHA1 Message Date
Sean Yesmunt ad90c1f96e
Redesign fixes (#2164)
* fix: share modal not opening

* fix: add more spacing above snackbar link

* fix: properly close thumbnail error modal

* fix: better align media property icons

* fix: tx filter alignment and prevent hiding filter if no current tx's

* fix: publish markdown on dark mode

* fix: add max-width on container for large screens

* fix: channel pagination aligmnent and spacing

* fix: modal spacing and flow errors

* fix: home page scrolling (now with mouse scrolling)

* fix: hover color in dark mode for outline buttons

* fix: improve file page spacing/layout

* cleanup

* fix: wrap file actions on smaller screens

* fix: comment button spacing
2019-01-07 18:29:40 -05:00
Sean Yesmunt 88befcc1b9
Newnew (#2144)
* Fixes

* Fix top result

* Added icons to React component

* Trying to get icons to work

* Icons

* add icon-custom.jsx with buildIcon function

* Icon fixes

* Fixed subscription screen
2018-12-19 00:44:53 -05:00
Sean Yesmunt 2e5719f48a fix typo 2018-11-29 00:12:34 -05:00
Sean Yesmunt df322c573a move modals to app and use doToast/doError 2018-11-20 11:05:25 -05:00
Sean Yesmunt 523fdf694b fix license type on edit 2018-11-07 23:14:35 -05:00
Sean Yesmunt 02457ca11c remove console.log 2018-11-06 09:36:06 -05:00
Sean Yesmunt 121e4b215f
Rc fixes (#2085)
* fix: channel button color on dark mode

* fix: disabled primary button in dark mode

* fix: show pending publishes immediately

* update lbry-redux

* remove duplicate import

* use lbry colors for 'new' badge

* fix: don't filter transactions in recent transactions

* fix: remove unread subscriptions on un-subscribe

* handle edits and new files the same for pending publishes

* don't loop over transactions if we don't have to

* bump lbry-redux
2018-11-02 14:33:00 -04:00
Sean Yesmunt 78c27b4601 Revert "move modals to app and use doToast/doError"
This reverts commit 24100fac06.
2018-10-29 13:25:22 -04:00
Sean Yesmunt 24100fac06 move modals to app and use doToast/doError 2018-10-29 13:24:15 -04:00
Sean Yesmunt 5e98a9b982 updates for lbrynet30 2018-10-26 14:16:43 -04:00
Chakrit Likitkhajorn 2b46483344 Centralized type to type/claim 2018-10-14 18:53:30 +07:00
Chakrit Likitkhajorn 9b4cbc2712 Limit file type when upload 2018-10-14 18:53:11 +07:00
Chakrit Likitkhajorn 295f6ca61d Refactor action/publish.js to use redux action centralized 2018-10-13 23:56:52 +07:00
Sean Yesmunt 23ae86e0e7 remove copyright and fix other license edit 2018-10-03 15:00:06 -04:00
Sean Yesmunt b7ead10b5b Merge master into 'release' 2018-08-27 19:04:07 -04:00
Thomas Zarebczan babeccbf6c use permanent url instead of uri
This ensures that when clicking on the notification, it goes to the correct URL. Before it could have been a different vanity URL.
2018-08-27 16:36:11 -04:00
Thomas Zarebczan 6023b32c27 add title to message 2018-08-21 09:51:35 -04:00
Thomas Zarebczan 73bc6afa3e feat: add publish success notification
When a file is confirmed, create a desktop notification with the claim name and ability to click the notification to view the claim
2018-08-20 17:48:14 -04:00
Thomas Zarebczan c6f0db1454 Pass spee.ch error message
Otherwise it would just say "upload failed"
2018-07-31 19:00:18 -04:00
Sean Yesmunt 7080d5f8c6
Revert "updated the url for successful thumbnail publishes" 2018-07-17 09:42:47 -04:00
bill bittner de75bfad72 updated the thumbnail url on successfull publishes 2018-07-16 17:26:13 -07:00
bill bittner 64f8a40984 changed form data to attach a File rather than Blob 2018-07-04 17:00:49 -07:00
Sean Yesmunt d2e32f38ef prefil license type on edit 2018-06-25 14:23:25 -04:00
Sean Yesmunt d48fe8d48a use spee.ch publish config endpoint for thumbnail status 2018-06-25 13:39:35 -04:00
Sean Yesmunt 539ca36637 show edits as pending 2018-06-20 15:30:52 -04:00
Thomas Zarebczan 96cdf2029f Fix pending publishes
This fixes an issue where claim_list_mine is called even after a claim
is confirmed.

Also updating time check interval to 30s from 10s.
2018-06-15 19:16:23 -04:00
Sean Yesmunt e09c214697 update thumbnail upload statuses constant 2018-06-14 16:55:43 -04:00
Sean Yesmunt 6f666e757f prepopulate thumbnail on edit 2018-06-14 16:55:43 -04:00
Sean Yesmunt de9c736703 fix: stop calling claim_list_mine if no more pending publishes 2018-06-13 17:11:46 -04:00
Sean Yesmunt 6e5edbdb34 clean up code and fix edit this claim button 2018-06-12 23:28:06 -04:00
Sean Yesmunt a8d693d890 fix: double pending issue 2018-06-12 03:12:22 -04:00
Sean Yesmunt a69a4e2852 fix: editing with no source 2018-06-12 01:11:17 -04:00
Sean Yesmunt 3e283f3c73 cleanup thumbnail upload styling 2018-06-08 00:05:45 -04:00
Travis Eden 9957be18bf re-fix error message 2018-06-04 15:55:00 -04:00
Travis Eden 1846b40b2d fix error messages 2018-06-04 15:55:00 -04:00
Travis Eden 1a30e185bd add doResetThumbnailStatus and doUploadThumbnail actions 2018-06-04 15:42:02 -04:00
Travis Eden 4d6d1f2e95 re-fix error message 2018-06-04 15:36:17 -04:00
Travis Eden 0f31367e26 fix error messages 2018-06-04 15:36:17 -04:00
Travis Eden 85e8c78ee5 proper naming; set thumbnail='' and nsfw=false 2018-06-04 15:35:45 -04:00
Travis Eden 75b540635b rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount 2018-06-04 15:34:15 -04:00
Travis Eden 9a658d41a8 add doResetThumbnailStatus and doUploadThumbnail actions 2018-06-04 15:31:19 -04:00
Sean Yesmunt f669714553 fix: edit with no file change 2018-06-01 13:56:00 -04:00
Travis Eden bd3936fc2b publish by channel_id rather than channel_name 2018-05-24 08:56:33 -04:00
Daniel Dominguez 16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt ca4a51c4b9 remove edits from pending publishes and update modal style 2018-04-23 21:15:15 -04:00
Sean Yesmunt 25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Sean Yesmunt 05e6fbed12 fix: don't show two pending publish cards for edit publishes 2018-04-06 02:00:36 -04:00
Sean Yesmunt 0b4d9d25d5 change source to sources for more clarity 2018-04-04 13:18:52 -04:00
Sean Yesmunt 402bba5835 fix: allow metadata only edits 2018-04-03 20:59:31 -04:00