lbry-desktop/ui/scss/all.scss

71 lines
2 KiB
SCSS
Raw Normal View History

@charset "utf-8";
2020-07-24 19:17:43 +02:00
@import 'init/reset';
@import 'init/vars';
@import 'init/mixins';
@import 'init/gui';
2021-04-30 17:42:18 +02:00
@import 'init/base-theme';
2020-07-24 19:17:43 +02:00
@import 'themes/light.scss';
@import 'themes/dark.scss';
2020-01-24 19:31:49 +01:00
@import 'component/ads';
@import 'component/animation';
2020-07-24 19:17:43 +02:00
@import 'component/badge';
2021-06-16 04:27:58 +02:00
@import 'component/block-list';
@import 'component/button';
@import 'component/card';
@import 'component/channel';
2019-06-27 08:18:45 +02:00
@import 'component/claim-list';
wip wip wip - everything but publish, autoplay, and styling collection publishing add channel to collection publish cleanup wip bump clear mass add after success move collection item management controls redirect replace to published collection id bump playlist selector on create bump use new collection add ui element bump wip gitignore add content json wip bump context add to playlist basic collections page style pass wip wip: edits, buttons, styles... change fileAuthor to claimAuthor update, pending bugfixes, delete modal progress, collection header, other bugfixes bump cleaning show page bugfix builtin collection headers no playlists, no grid title wip style tweaks use normal looking claim previews for collection tiles add collection changes style library previews collection menulist for delete/view on library delete modal works for unpublished rearrange collection publish tabs clean up collection publishing and items show on odysee begin collectoin edit header and css renaming better thumbnails bump fix collection publish redirect view collection in menu does something copy and thumbs list previews, pending, context menus, list page enter to add collection, lists page empty state playable lists only, delete feature, bump put fileListDownloaded back better collection titles improve collection claim details fix horiz more icon fix up channel page style, copy, bump refactor preview overlay properties, fix reposts showing as floppydisk add watch later toast, small overlay properties on wunderbar results, fix collection actions buttons bump cleanup cleaning, refactoring bump preview thumb styling, cleanup support discover page lists search sync, bump bump, fix sync more enforce builtin order for now new lists page empty state try to indicate unpublished edits in lists bump fix autoplay and linting consts, fix autoplay bugs fixes cleanup fix, bump lists experimental ui, fixes refactor listIndex out hack in collection fallback thumb bump
2021-02-06 08:03:51 +01:00
@import 'component/collection';
2019-05-21 23:15:37 +02:00
@import 'component/comments';
@import 'component/content';
@import 'component/dat-gui';
@import 'component/embed-player';
@import 'component/expandable';
@import 'component/expanding-details';
@import 'component/file-drop';
@import 'component/file-list';
2019-06-11 20:10:58 +02:00
@import 'component/file-properties';
@import 'component/file-render';
2020-05-08 18:48:58 +02:00
@import 'component/footer';
@import 'component/form-field';
@import 'component/header';
2019-09-26 18:07:11 +02:00
@import 'component/icon';
@import 'component/main';
@import 'component/markdown-editor';
@import 'component/markdown-preview';
@import 'component/media';
2019-06-17 22:32:38 +02:00
@import 'component/menu-button';
@import 'component/modal';
2019-12-06 22:12:48 +01:00
@import 'component/nag';
@import 'component/navigation';
2020-07-23 16:22:57 +02:00
@import 'component/notification';
2020-11-10 06:21:04 +01:00
@import 'component/nudge';
@import 'component/pagination';
2021-03-11 18:08:11 +01:00
@import 'component/post';
2020-05-21 17:38:28 +02:00
@import 'component/purchase';
@import 'component/placeholder';
2020-09-03 22:05:38 +02:00
@import 'component/progress';
@import 'component/search';
@import 'component/claim-search';
2019-09-26 18:07:11 +02:00
@import 'component/section';
2020-03-27 19:57:03 +01:00
@import 'component/share';
@import 'component/snack-bar';
@import 'component/spinner';
2019-05-29 21:48:44 +02:00
@import 'component/splash';
@import 'component/status-bar';
2021-04-23 21:59:48 +02:00
@import 'component/superchat';
@import 'component/syntax-highlighter';
@import 'component/table';
@import 'component/livestream';
2019-05-07 04:35:04 +02:00
@import 'component/tabs';
@import 'component/tooltip';
@import 'component/txo-list';
@import 'component/videojs';
2019-06-11 20:10:58 +02:00
@import 'component/tags';
@import 'component/wunderbar';
@import 'component/yrbl';
@import 'component/empty';
updated code about to test something generate programatically beginning of the frontend stripe integration page seems to be working add user put functionality behind conditional tag connect frontend working well adding environment variables to save success and failure url bugfix bugfix final clean up adding credit card page seems to be coming along calls successfully coming from the frontend fixing up frontend cleaning up frontend coming along client secret working basic frontend in place adding tip page adding more to the tip frontend frontend almost done tabs coming along one last thing to do for frontend adding explainer text as custom function putting finishing touches on tabs support tabs working well disable fiat toggle when card not connected fix frontend gui bug bugfix and pull out label function fix symbol for tip gui modal when card is not yet saved fix fiat disabled bug knowing whether card is added programatically sending tip with frontend tip functionality working show unpaid balance add frontend for card add section update frontend update frontend bugfix change to use react instead of css update how stripe is instantiated fix bug use customer setup coming along working but needs optimization persist if card is saved adding anonymous tip functionality fix nan bug build stripe endpoints programatically show for all users for time being allow the stripe key to automatically switch to live environment bugfix bugfix fix jslint fix channel page support button better docs show customer transactions on frontend basic table in place various page updates per jeremys notes showing card details nicer tip history table add better prompt to add card on file viewer page some linting time put connect account behind fiat enabled no persist fiat mode wallet calls tip stuff
2021-07-03 19:19:23 +02:00
@import 'component/stripe-card';
@import 'component/wallet-tip-send';