Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -2/+0 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 3 | -6/+43 |
| | | | | search query param dynamically | ||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 2 | -2/+22 |
| | |||||
* | Fix margin-content and miniature thumbnail width on mobile, fix media ↵ | Rigel Kent | 2020-05-01 | 3 | -18/+20 |
| | | | | queries for tables above lg breakpoint | ||||
* | Clearer font definitons via a font-face mixin | Rigel Kent | 2020-05-01 | 1 | -42/+19 |
| | |||||
* | Add links from user-edit | Rigel Kent | 2020-05-01 | 1 | -0/+2 |
| | |||||
* | Empty states for tables | Rigel Kent | 2020-05-01 | 1 | -0/+9 |
| | |||||
* | Increase rows per page, add reporter muting for abuse list | Rigel Kent | 2020-05-01 | 1 | -0/+10 |
| | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 4 | -9/+80 |
| | |||||
* | Make admin sub-navs, selects, buttons responsive (#2702) | Kim | 2020-05-01 | 2 | -0/+37 |
| | |||||
* | Fix select width on view < 800px | kimsible | 2020-04-30 | 1 | -1/+2 |
| | |||||
* | Apply the fix to both expanded and not expanded, using convention | Rigel Kent | 2020-04-30 | 1 | -10/+12 |
| | |||||
* | Use same styles on full or not until lg screen | kimsible | 2020-04-30 | 1 | -12/+10 |
| | |||||
* | Fix width content with menu from 500px to 800px | kimsible | 2020-04-30 | 1 | -0/+6 |
| | |||||
* | Add maximized mode to markdown-textarea + CSS improvements (#2660) | Kim | 2020-04-28 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix broken views on mobile and small screens (#2671) | Kim | 2020-04-27 | 3 | -2/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Rich reporter field and video embed in moderation abuse list | Rigel Kent | 2020-04-13 | 1 | -0/+54 |
| | |||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 2 | -11/+34 |
| | | | | for index url | ||||
* | Improve from-now pipe readability | Rigel Kent | 2020-04-11 | 1 | -0/+5 |
| | |||||
* | Prevent torrent indicators in player to overflow with small sizes | Rigel Kent | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Align border color for peertube-checkbox with other inputs | Rigel Kent | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Cleanup menu footer links | Chocobozzz | 2020-04-08 | 1 | -1/+0 |
| | |||||
* | Improve channel and account display on medium devices | Rigel Kent | 2020-04-03 | 2 | -5/+19 |
| | |||||
* | Put box-shadow for input focus in variables, apply form-control to p-multiselect | Rigel Kent | 2020-04-03 | 5 | -6/+24 |
| | |||||
* | Refactor torrent-or-magnet divider in video import | Rigel Kent | 2020-04-03 | 1 | -0/+23 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 4 | -8/+101 |
| | |||||
* | More discrete close icon for toast | Rigel Kent | 2020-04-02 | 1 | -8/+8 |
| | |||||
* | Remove deprecated NgbTabsetModule module | Chocobozzz | 2020-04-01 | 1 | -10/+4 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -0/+82 |
| | |||||
* | Replace p-progressbar and bootstrap progressbar with pure CSS alt | Rigel Kent | 2020-03-13 | 5 | -12/+31 |
| | |||||
* | Fix margins/widths with top-menu and main-col on small screens | Rigel Kent | 2020-03-13 | 1 | -1/+6 |
| | |||||
* | More modern avatar upload, quota represented with progress bars | Rigel Kent | 2020-03-13 | 2 | -1/+8 |
| | |||||
* | Properly scroll to anchors in links, especially in admin config | Rigel Kent | 2020-03-11 | 1 | -0/+5 |
| | |||||
* | Migrate palette to HSL | Rigel Kent | 2020-03-11 | 3 | -10/+11 |
| | |||||
* | Fix toast close icon | Rigel Kent | 2020-03-11 | 1 | -0/+13 |
| | |||||
* | Use grid to organise settings in admin, my-account | Rigel Kent | 2020-03-10 | 3 | -1/+19 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Fix my-account list-overflow z-index for dropdowns compared to header | Rigel Kent | 2020-03-09 | 1 | -4/+3 |
| | |||||
* | Fix admin menu z-index for dropdowns compared to header | Rigel Kent | 2020-03-08 | 1 | -1/+7 |
| | |||||
* | Improve nav in admin/configuration | Rigel Kent | 2020-03-07 | 1 | -3/+15 |
| | |||||
* | Normalize modal close buttons, and cancel/submit button styles | Rigel Kent | 2020-03-06 | 2 | -4/+17 |
| | |||||
* | Share modal light UI simplification | Rigel Kent | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 5 | -2/+49 |
| | | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles | ||||
* | Provide z-index centralisation for lower components | Rigel Kent | 2020-02-21 | 1 | -2/+3 |
| | |||||
* | Add notifications popover and tooltips to the z-index table | Rigel Kent | 2020-02-18 | 3 | -10/+18 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 5 | -7/+20 |
| | |||||
* | Media queries to use variables when possible | Rigel Kent | 2020-02-13 | 2 | -2/+2 |
| | |||||
* | Gracefully downsize search bar for mobile devices | Rigel Kent | 2020-02-13 | 1 | -0/+5 |
| | |||||
* | Search typeahead initial design | Rigel Kent | 2020-02-13 | 2 | -5/+4 |
| |