Tags: puzzle/skills
Tags
Bug/987 implement a turbo frame to only update state of default_skill (… …#1001) * implement a turbo frame to only update state of default_skill * Fix formating, remove now unused turbo frames * Fix specs * Make turbostream work and clean up code * Implement functionality in update turbostream, that removes the category headers * Update categorie headers with turbostream when a default skill is rated * Also update total count of unrated default skills with turbostream * Update scroll sidebar in turbostream after rating not rated default skill * Add hidden field to people skill edit form to differentiate forms in the controller * Fix highlighting of sidebar after rating skill --------- Co-authored-by: Jannik Pulfer <pulfer@puzzle.ch>
Feature/755 make links and dropdowns turbo 8 friendly (#809) * Use links in people dropdown and make them work with prefetch * Make language selection dropdown work again * Increase version number * Change minor instead of patch version in new version number * Make links in people search dropdown take in full height and width * Make slim select only follow link if value is link * Manually call before change event callback in slim select testhelpers * Make language dropdown a slim select dropdown to be able to prefetch locales * Make rubocop happy * Bring back old language selection * Make link prefetching work in cv search * Refactor cv_search_spec * Fix flaky cv search specs * Use document.location.href instead of turbo.visit for language dropdown * Remove obsolete data-html attribute from i18n dropdown data * Make prefetching of people in skill search results work * Disable link of selected element in slim select dropdown to allow opening of dropdown * Disable link prefetching on skills csv export link * Redisable link prefetching in dev * Remove unnecessary check in dropdown controller and rename handleChange to navigateOnChange * Use windows.location instead of document.location * Remove duplicate logic