docbrown/app/javascript
Ridhwana 5266dd1afb
Showing and hiding tags in the Following and Hidden Tags Pages (#19954)
* feat: remove updated weights

* feat: click on following on the following tags page

* feat: add and listen for the following button click

* fix: dropdowns

* feat: handle hide button click

* feat: update the nav link for following tags

* feat: handel the 'unhide button' on the hidden tags page

* feat: add the styling for the buttons

* feat: add localization

* feat: remove the brand from the card

* feat: add some styling to the page

* feat: init scrolling

* chore: update the name of the file

* feat: abstract out the comment fetch code

* fix: close the attribute

* feta: make some adjustments to where the tag adn the follow show up

* rename class from plural to singular

* feat: updae the comment

* feat: add a mutation observer to initialize the dropdown

* test: follow_craete

* chore: remove irrelevant test

* feat: update the cypress seeds

* feat: update the cypress seeds

* spec: write soem initial tests for the following tags page

* spec: update the unfollow cypress spec

* spec: update the hide cypress spec

* spec: update the posts published spec

* note to add test for pagination

* spec: hidden tags page

* feat: remove aria pressed attributes

* fix: ordering by explicit points gets the page params confused and returns the incorrect and not all results on pagination

* fix: use explicit points

* feat: remove the message at the top of the following and hidden tags page

* chore: remove comment and rather add it to the PR itself

* refactor: do all the actions on success

* feat: refactor the dashboard tag file

* refactor: only show the tagId and followId dataset attributes on the dashboard__tag__container

* feat: disconnect the observer

* chore: add some documentation

* feat: add fr localization

* chore: empty line

* fix: update the dashboardTags page to first declare the observer"
"
"

* fix: update the rails test

* Empty commit

* fix: because I added more tags, the dropdown was longre and covering the body of the editor hence it could not find the text, so I've escaped after selecting my tags
2023-08-25 14:49:39 +02:00
..
.storybook Updated storybook (#18559) 2022-10-11 12:54:50 +05:30
__mocks__ Bump focus-trap from 6.7.3 to 6.8.1 (#17425) 2022-04-27 08:09:21 -06:00
__support__ Fix intermittently broken reaction images on home feed (#19779) 2023-07-27 19:48:07 +01:00
actionsPanel Tag moderation UI changes (#19906) 2023-08-24 00:31:21 +05:30
admin Rename Admin::DisplayAds controller to Billboards (#19687) 2023-07-07 08:11:35 -04:00
analytics Show friendly error message on API fetch failure on stats (#17570) 2022-05-18 16:12:42 +02:00
article-form Allow admins to set cover image height configs (#19936) 2023-08-21 13:25:16 -04:00
articles Do not crop with imagga if never_imagga is passed (#19975) 2023-08-22 11:52:02 -04:00
billboard Rename display ads to billboards: css and js code (#19887) 2023-08-04 17:30:59 +03:00
colorPickers Add Preact root fragment implementation replacement for replaceNode (#19673) 2023-07-25 10:11:41 -04:00
CommentSubscription Add a MultiSelect Autocomplete component to the Display Ads Page (#18560) 2022-10-26 16:24:31 +02:00
common-prop-types ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
contentDisplayPolicy Accessibility improvements for hide comments modal (#15462) 2021-11-24 09:50:27 +03:00
crayons [js] Update preact 10.12.1 → 10.15.1 (minor) (#19716) 2023-07-12 16:24:19 -04:00
githubRepos Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
hooks Replace listings tag component (#16855) 2022-03-30 16:51:40 +01:00
leftSidebar Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
liquidTags Used preact modal for userSubscriptionLiquidTag (#18623) 2022-10-25 02:01:52 +05:30
listings Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
mobile Refactor runtime to webpacker JS (#17142) 2022-04-07 15:39:38 +01:00
modCenter Quick fix: Remove double title from mod center item ✂️ (#19482) 2023-05-18 11:22:57 -04:00
onboarding Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
organization Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
packs Showing and hiding tags in the Following and Hidden Tags Pages (#19954) 2023-08-25 14:49:39 +02:00
podcasts Updated story book annotations (#18562) 2022-10-11 19:43:40 +05:30
previewCards Add Preact root fragment implementation replacement for replaceNode (#19673) 2023-07-25 10:11:41 -04:00
profileDropdown Removing a JS message about connect (#16982) 2022-03-23 12:30:59 -04:00
profilePreviewCards Generator updates (#16339) 2022-01-28 12:20:30 +01:00
readingList Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
responseTemplates Remove loading-ellipsis.svg and related code (#19569) 2023-06-01 10:41:53 -04:00
runtimeBanner Refactor runtime to webpacker JS (#17142) 2022-04-07 15:39:38 +01:00
Search Fix search bar disappears on mobile (#18909) 2023-01-09 10:51:40 +02:00
searchableItemList Modified the misleading comment (history was removed) (#18455) 2022-09-19 11:37:24 +03:00
settings move initializeSettings to webpack (#19737) 2023-08-01 13:09:50 +01:00
shared Add Preact root fragment implementation replacement for replaceNode (#19673) 2023-07-25 10:11:41 -04:00
sidebar-widget Replace uses of toBeDefined with toExist (#19862) 2023-08-04 19:58:58 +05:30
Snackbar Updated story book annotations (#18562) 2022-10-11 19:43:40 +05:30
topNavigation Frontend for multiple reactions (v1) (#18808) 2023-01-23 16:00:50 +01:00
utilities Fix: Billboard dropdown scrolling within the billboard (#19806) 2023-08-11 14:55:02 +02:00
.eslintrc.js Add Google Analytics 4 Support (#18124) 2022-07-21 09:26:13 -05:00
netlify.toml Update storybook node version (#16106) 2022-01-14 08:00:39 -05:00
routes.js.erb [15-minute fix] Add js-routes gem (#15133) 2021-11-01 10:08:15 +07:00