Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* defined loader and tables with data * dummy edit translations route * types and some cleanup * V2 folder path resolution * updated cypress * defined primary color * defined basic button * define path for component tests * Added more options to table * removed console.log * allow only getting context translations * updated globals.css * style adjustments * enabled tailwind jit mode * using headers for SSR * header component * pill component * added title to edit translations page * update header * small change to how pills work * form for translations WIP * storybook viewport addon * renamed Header component * more table stories * fleshed out form fields * functionality to clear fields * style adjustments * form with validation * updated test * use keys for every child * unique keys for table * Filter empty contexts from translations list * sort by type * possible for undefined field error * remove duplicated import * sorted translations * basic paginator * using the sr-only class * small fix * API post for translations * Form submit * removed paginator component * added more color pseudonims to tailwind * notification component * removed max-width * updated notification story * notifications container wip * notifications dismiss & self dismissal * notification stays while user is hovering * visual and possition adjustments * notify on save * ussing correct selectors for test * bug fixes * Toggle buttton * updated selectors and asserts * disabled input styles * more style adjustments * marked untranslated terms * cleanup * added translate + style adjustments * table responsive adjustments * update table with latest values after submit * change button based on status * buttons on edit form WIP * adjusted table styles * separted components and tests from stories * adjusted style of tables * aligned actions buttons * disable save button when no changes have been made * Revert "disable save button when no changes have been made" This reverts commit 69e6196. * small fixes * fixed notifications auto dismissal * pill colors + cleanup * more visual adjustments * styles fix + toggle button * use memoized table columns and data * allow long string in eslint * input field abstraction * small refactor * filter by untranslated * group table * pill * Import csv * fixed Type * small optimization * small fixes * filter after importing file * return only saved context * fixed type * form wyp * form * controller and pagination * Added a translations cy e2e tests * Added more e2e * Updated data-cy to data-testid * Waited for table to populate * small fixes * lazy load translations WIP * emited types * cleanup * input filed style adjustments * remove terms when filtering if translated * remove use memo * removes file * remove attemp to group fields * Stablizing e2e tests * Disabled transitions * improve performance on system translations * Fixing unpredictability of e2es * wrapped in Translate * minor refactor * fixed cy test failing due to redux * restored html-webpack-plugin for storybook * exclude new files from check translations * update some texts * message when there are no untranslated terms * wrapped for translate * explicit path for storybook compatibility * delete old translations route and form * Modal + Cancel confirmation * small fixes * removed unused darkmode classes * added tailwind watch mode in hot * fixes on cancel btn behavior * define has errors * refactor and extracted components * more refactoring * adjust input field error style * go back to previous way of showing errors * typo fix * actions at bottom * removes key in favor of using react table props * remove obsolete key * fix eslint errors * changed error reporting * memoized input field * using form submit state * type fixes * remove concurrently * correctly check types on app and cypress * button at bottom * more fixes on action buttons * height of form * e2e with axe tool * Cypress tests withe axe errors fixed * Fixed IX e2e after removed test isolation * Removed unnecesary snapshot * Removed snapshot * fix layout and style of table and buttons * changed imports * updated imports * updated global.css * correct configuration of ts and eslint * shoehorned missing types * updated snapshots * fix codeclimate issue * small update to spec * IX e2e refactor * Fixed some unit tests after accesibility changes * Fixed Porgress Bar in specs * added store to story for translate * updated imports * refactored component * fixed parent selector * check if parent selector exists * fixes on cy-e2e * remove screenshot * remove whitespaces from translate className * migrated to cypress * fixed selectors * updated fixtures to have default language in english and fixed translations in spanish and arabic * fixed e2e for new fixtures * fixed selectors after a11y * removed in favor of cypress testing * organized helpers * updated test and snapshot * visit login directly * updated test WIP * migration for translations * Fixed e2e after logim refactor * changes in texts * fixed yarn.lock * added row separation line * renamed props * prevent all navigation when isDirty * updated snapshots after adding row separator * increase delta number * Small style changes to input and toggle button * Removed snapshot * improvements * reduce border on buttons * added alert role to notifications * tested more behavior for the form * updated fixtures to include a collaborator user * remove logic to create new user * wait until search result is in before asserting * attempt at stabilizing test * attempt at stabilizing test --------- Co-authored-by: Kevin <[email protected]> Co-authored-by: Mercy <[email protected]> Co-authored-by: A happy cat <[email protected]> Co-authored-by: Alberto Casado Torres <[email protected]>
- Loading branch information