docbrown/app/assets/images
Julianna Tetreault b12ebfa0e5
RFC #74, Pt. 2: Private Forem Landing Page (#13819)
* Adds landing_page checkbox for Landing Page

* Adds landing_page to page_params in Admin::Pages::Controller

* Adds landing_page to admin_manages_pages and admin_creates_pages specs

* Adjusts copy for Landing Page in pages/_form.html.erb

* Places #post_a_job before #privacy in Pages::Controller
  - Ensures that all page-related methods are properly
 alphabetized

* Alphabetizes remaining out-of-order page-related methods
  - Ensures that all page-related methods within the
 Pages::Controller are in alphabetical order, following
 the order of the other methods

* Adds landing_page check to ApplicationController#verify_private_forem

* Adds a single_landing_page validation to the Page model

* Adds a lock.svg to /images and uses it in the pages index

* Adjusts buttons and checkboxes to use crayons class in pages partial

* Ensures that pages/_form.html.erb destroy button uses crayons

* Adds a landing_page validation-related test to page_spec.rb

* Updates #single_landing_page validation and error message

* WIP: Adds JS modal upon landing_page error in pages/_form.html.erb

* Adds a working modal upon error in pages/_form.html.erb
- Removes redundant #single_landing_page validation from Page
- Adds #has_a_landing_page? in place of #single_landing_page
- Conditionally renders the landing_page checkbox in _form.html.erb
- Adds styles to locked screen/landing page modal
- Adds copy to locked screen/landing page modal
- Beings adding buttons to overwrite current landing_page

* Updates the data-modal-selectors and ids in pages/_form.html.erb

* Uses #landing_page_path within pages/_form.html.erb modal
- Adds a link_to to link to the current landing page in the modal
- Adds styles to buttons and link_to in modal

* Adds back single_landing_page validation to Page.rb

* Reverts changes and updates methods within Page.rb
 - Reverts changes to #single_landing_page
 - Refactors #has_a_landing_page? and #landing_page_path
 - Updates div id in pages/_form.html.erb

* Adjusts #single_landing_page error message slightly

* Adds a test for landing_pages in stories_index_spec.rb

* Adds an overwrite attribute to Pages for the modal in _form
  - Fixes anonymous spelling

* Refactors pages/_form.html.erb and cleans up spelling

* Adds a safe operator to landing_page.path in Page
  - Adjusts the placement of the hidden value in pages/_form.html.erb

* Updates styling for Current Locked Screen link

* Adds the ability to overwrite an active landing page on click
  - Adds Admin::PagesController#update_and_overwrite and refactors
AdminPages::Controller#udpate to work with new method
  - Adds a remote attribute, overwrite, to Admin::PagesController
via a hidden_field in pages/_form.html.erb and an attr_accessor in
the Page model
  - Adds a toggleOverwrite() function to pages/_form.html.erb to
toggle the (soon to be hidden) overwrite checkbox in the form --
the checkbox is toggled on button click

* Adds a guard clause to #landing_page_path in Page.rb

* Adds a safe naviagtor to Admin::PagesController#update_and_overwrite_landing_page

* Adds a type and return to Overwrite button to prevent submit

* Adds a hidden class to the overwrite checkbox field in _form.html.erb
  - Hides the overwrite checkbox since it is only used to overwrite
the landing_page boolean on click of the "Overwrite current locked
screen" button

* Adds Admin::PagesController#create_and_overwrite and removes hidden class

* Adds landing page-related tests to admin_manages_pages_spec.rb

* Remove messy commented out code and place it in GH comment instead

* PR Review Feedback: Renames remote attr, defines class methods, updates views
  - Renames remote attribute to overwrite_landing_page
  - Updates all necessary views, methods, etc. w/ new attr
  - Defines two class methods to make code more extensible
  - Updates all necessary views, methods, etc. w/ new methods

* Remove unnecessary comments and revert changes to ternary in _form.html.erb

* Adjustments for accessibility within _form and index
  - Adds a descriptive id to <p> in _form.html.erb
  - Adds an ariadescribedby field to _form.html.erb
  - Adjusts title within index.html.erb

* Refactors landing_page-related code per PR review requests
  - Adds a landing_page_modal_controller.js that handles
and further customizes the dismiss and overwrite button, and
handles opening the modal
  - Adds a _landing_page_modal partial to extract modal-specific
html outside of the _form.html.erb partial
  - Refactors _form.html.erb to account for the _landing_page_modal
partial and the landing_page_modal_controller.js
  - Refactors the overwrite checkbox to be a hidden_field rather than
a hidden checkbox and removes existing hidden_field to accomodate it
  - Loads the @landing_page within Admin::PagesController#edit for
use by the _landing_page_modal.html.erb partial
  - Refactors Page#single_landing_page to be more readable
  - Removes useless JS from _form.html.erb

* Removes #landing_page_exists? class method since it isnt used now

* Uses the #landing_page class method within ApplicationController

* Removes pending status from test in admin_manages_pages_spec.rb

* Adds an e2e test for landing pages and adds to seeds_e2e
  - Adds a landingPage.spec.js to test landing pages
  - Adds a Page to seeds_e2e.rb for landingPage.spec.js

* Removes references to articles from e2e test and adds clickable link

* Adds another Page to seeds_e2e.rb and updates link names in test

* Adds the Current Locked Screen title to modal and opens in new link

* Renames Dismiss to Cancel and updates all necessary code

* Adjusts landingPage.spec.js

* check for existing landing page before showing modal

* Update Cypress tests and fix bug in LandingPageModalController

* Apply suggestions from code review

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>

* Orders Pages by created_at desc in /admin/pages/index.html.erb for consistency

* Targets specific edit button in landingPage.spec.js

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: rhymes <github@rhymes.dev>
2021-06-10 11:46:24 -06:00
..
emoji [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
twemoji Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
.keep Initial commit 2018-02-28 16:11:08 -05:00
1.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
2.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
3.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
4.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
5.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
6.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
7.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
8.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
9.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
10.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
11.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
12.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
13.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
14.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
15.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
16.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
17.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
18.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
19.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
20.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
21.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
22.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
23.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
24.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
25.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
26.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
27.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
28.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
29.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
30.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
31.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
32.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
33.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
34.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
35.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
36.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
37.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
38.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
39.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
40.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
android-icon-36x36.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
android-icon-128x128.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
android-icon-192x192.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
animated-bars.gif Initial commit 2018-02-28 16:11:08 -05:00
apple-icon-152x152.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon-167x167.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon-180x180.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-icon.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
apple-logo.svg Add Sign in with Apple (#11934) 2020-12-18 10:22:33 -06:00
apple.svg [deploy] Branded authentication buttons (#8679) 2020-06-15 17:34:07 +02:00
arrow-down-fill.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
behance.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
behance_icon.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
bell.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
book.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
cake.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
cancel.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
checkmark-green.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
checkmark.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
chevron-right.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
chevron-toggle.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
circle-question.svg Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
cog.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
collapse.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
comment.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
comments-bubble.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
comments-bubble.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
connect.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
content-copy.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
copy.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
dashboard-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
devlistings-horizontal.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
devlogo-pwa-128.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devlogo-pwa-192.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devlogo-pwa-512.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
devplain.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
dribbble.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
dribbble_icon.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
email.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
expand.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
external-link-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
external-link.svg [deploy] Dashboard updates (#8879) 2020-06-25 13:10:17 -04:00
external.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
facebook-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
facebook.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
favicon.ico Fix default favicon (#11962) 2020-12-18 11:50:52 -05:00
favorite-heart-outline-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
flashlight-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
fullscreen-off.svg Code snippet fullscreen icon - setting constraints for size. (#12010) 2021-01-13 15:17:10 +01:00
fullscreen-on.svg Code snippet fullscreen icon - setting constraints for size. (#12010) 2021-01-13 15:17:10 +01:00
git_lab.svg Fix edge cases in profile field UI migration (#12665) 2021-02-11 17:18:46 -05:00
github-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
github.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
gitlab.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
group-2-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
hamburger.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
heart-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
heart.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
icon.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
image-upload.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
image.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
info.svg Update connect chat container (part 2) (#8717) [deploy] 2020-06-16 15:15:59 -07:00
instagram-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
instagram.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
keyboard-left-arrow-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
keyboard-right-arrow-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
lightning.svg [deploy] Make the mobile Navigation icons configurable (#9056) 2020-07-08 20:09:48 +02:00
link-external.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
link.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
linked_in.svg Fix edge cases in profile field UI migration (#12665) 2021-02-11 17:18:46 -05:00
linkedin.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
linkedin_icon.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
loading-ellipsis.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
location.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
lock.svg RFC #74, Pt. 2: Private Forem Landing Page (#13819) 2021-06-10 11:46:24 -06:00
logo-forem-app.svg Remove :runtime_banner feature flag (#13662) 2021-05-28 15:10:15 -06:00
logo-forem.svg Storybook: Add DocsPage and test out static content (#11397) 2020-12-02 09:56:38 -08:00
markdown.svg [deploy] fix: Clear chat input after Enter key submit (#10487) 2020-10-08 14:51:36 -04:00
mascot.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
mastodon-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
mastodon.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
medium.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
medium_icon.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
menu.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
mobile-onboarding-background.png Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
mod-filled.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
mod.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
onboarding-background.png [deploy] Remove unnecessary bulk from image assets (#8306) 2020-06-05 17:51:06 -04:00
organization.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
overflow-horizontal.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
palette-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
pausebutt.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
pin.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
play-butt.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
playbutt.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
plus.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
post.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
preview-logo.svg [deploy] Change branding preview text (#9798) 2020-08-27 09:01:34 -04:00
purple-dev-logo.png Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
pushpin.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
rainbowdev.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
reactions-stack.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
readinglist-button.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
reddit-icon.svg [deploy] Add Reddit Liquid Tag (#8111) 2020-06-01 18:52:07 -04:00
refresh-button.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
response-template.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
ribbon.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
save-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
save.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
search.svg Updating navigation (especially mobile) (#10424) 2020-12-08 15:59:21 +01:00
shield-flash-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
small-bell.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
small-comment-filled.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-comment.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-data.svg Table component & Dashboard update (#8778) 2020-06-22 18:47:17 +02:00
small-eye.svg Table component & Dashboard update (#8778) 2020-06-22 18:47:17 +02:00
small-heart-filled.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-heart.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-link.svg Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
small-medal.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
small-overflow-horizontal.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
small-save-filled.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-save.svg [deploy] Home Page Feed redesign + top comments (#7579) 2020-05-12 07:57:57 -05:00
small-thread.svg Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
social-media-cover.png Placeholder assets (#11005) 2020-10-21 21:29:24 -04:00
stack-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
stack.svg [deploy] Make the mobile Navigation icons configurable (#9056) 2020-07-08 20:09:48 +02:00
stack_overflow.svg Fix edge cases in profile field UI migration (#12665) 2021-02-11 17:18:46 -05:00
stackexchange-arrow-down.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackexchange-arrow-up.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackexchange-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackoverflow-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
stackoverflow.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00
staggered-dev.svg [deploy] Create onboarding task card (#7369) 2020-04-22 11:46:49 -04:00
star.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
subtract.svg [deploy] New Feature: Mod Actions Panel (#7777) 2020-06-08 13:24:18 -04:00
tag.svg Profile UI update (#11357) 2020-11-12 08:47:04 +01:00
templates.svg [deploy] fix: Clear chat input after Enter key submit (#10487) 2020-10-08 14:51:36 -04:00
tools-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
twitch-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitch.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-like-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-reply-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter-retweet-action.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
twitter.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
unicorn-filled.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
unicorn.svg [deploy] Article Design update (#8234) 2020-06-17 09:57:57 -04:00
user-line.svg RFC#50-P3 Navigation Item Focus (Styling and Behaviour) (#12936) 2021-03-10 13:07:16 +02:00
users.svg [deploy] 🚀 Feature: Chat channel request manager (#9305) 2020-07-22 09:12:09 -04:00
video-camera.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
volume-mute.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
volume.png Optimise images (#2966) 2019-05-30 17:37:10 -04:00
website.svg Fix profile field production display area functionality and remove SiteConfig.dev_to? hacks for better generalization (#12015) 2021-02-11 10:05:06 -05:00
wikipedia-logo.svg Add SVG optimizer (#7542) 2020-04-28 08:28:25 -04:00
x.svg [deploy] Redesign article editor (#7524) 2020-05-29 11:59:37 -04:00
youtube-logo.svg [deploy] Fixing youtube icon (#7559) 2020-04-28 11:28:18 +02:00
youtube.svg New Profile Header (#10185) 2020-09-03 16:47:01 +02:00