aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
Commit message (Collapse)AuthorAge
* refactor: implement biome (#1467)Libravatar MCMXC2023-12-04
| | | | | | | | - add `biome.json` - add `biome:check` and `biome:check:fix` commands to `package.json` - add `biome:check:fix` command to run as part of `prepare-code` command - install `@biomejs/biome` dependency - add `@npmcli/move-file` v2.0.1 to `pnpm.allowedDeprecatedVersions` - fix or comment out various reported lint issues
* fix: login and signup error messagesLibravatar André Oliveira2023-09-30
|
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* chore: upgrade mobx-react-form to latestLibravatar MCMXC2023-07-27
| | | | | | | | - upgrade mobx-react-form from v3 to v6 - remove stub mobx-react-form.d.ts since the dependency is written in TS now - remove as any cast for new Form invocation in invite.tsx - reuse Error component in Radio.tsx to get validation error message in red - use FieldInterface type for field property instead of typeof Field in Radio.tsx
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* Fix issues reported by sonarqube linterLibravatar Vijay A2023-05-28
|
* Upgrade npm modulesLibravatar Vijay A2023-05-24
|
* Fix duplicated i18n key with differing valueLibravatar Vijay A2023-02-02
|
* chore: [#42] use noop consistently throughout (#808)Libravatar muhamedsalih-tw2022-11-30
|
* Transfrom workspace components to ts (#775)Libravatar muhamedsalih-tw2022-11-17
|
* Transform JSX components to TSX (#755)Libravatar muhamedsalih-tw2022-11-16
| | | | | | | | | | | | | | | * color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
* refactor: remove toggle component's duplicateLibravatar Muhamed2022-11-08
|
* Revert "Remove duplicated Toggle.js component" (#742)Libravatar Vijay Aravamudhan2022-11-07
| | | | | Revert "Remove duplicated Toggle.js component (#741)" This reverts commit dd238ae7949e72e3b90235f56e14686cc5231f34.
* Remove duplicated Toggle.js component (#741)Libravatar muhamedsalih-tw2022-11-07
|
* Transform to TS and refactored components w.r.t deletion if duplicated Input ↵Libravatar muhamedsalih-tw2022-11-02
| | | | component (#729)
* Transform ChangeServer components tree to typescript (#725)Libravatar muhamedsalih-tw2022-11-01
|
* Convert LoginScreen component tree to typescript (#721)Libravatar muhamedsalih-tw2022-10-30
|
* Transform welcome component tree to TS (#715)v6.2.1-nightly.31Libravatar muhamedsalih-tw2022-10-28
|
* Transform 'AuthLayoutContainer' component hierarchy to tsx (#699)Libravatar muhamedsalih-tw2022-10-25
| | | | Co-authored-by: Muhamed <> Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Feature: Add Release Notes (#491)Libravatar André Oliveira2022-07-19
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Refactor the 'Welcome' screen and the 'SetupAssistant' for better UX (#472)Libravatar André Oliveira2022-07-12
| | | | * Change auth styling and add back button * Add Skip button on 'SetupAssistant'
* Add hint text to go back to welcome screen from the login screen (fixes #449)Libravatar Vijay A2022-07-09
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add Server Information to About Dialog and to Global Messages (#425)Libravatar André Oliveira2022-07-05
| | | Add Server Information to About Dialog and to Global Messages
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* chore: correctly export/import ui elementsLibravatar Ricardo Cino2022-07-01
|
* Change login screen layout (#345)Libravatar André Oliveira2022-06-23
|
* Workaroud for in-app Password Recovery (#342)Libravatar André Oliveira2022-06-23
| | | | | * Change funtion name [skip ci] * Workaround #312
* Remove Ferdi Server from available Servers List (#274)Libravatar André Oliveira2022-06-16
|
* Move location of 'Change server' link on main screen for better visibility ↵Libravatar André Oliveira2022-06-15
| | | | (#268)
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|
* Revert "remove duplicate Button component"Libravatar André Oliveira2022-05-17
| | | | This reverts commit bbde4a9d54d9c7dc03f34ca4113061a605dd5040.
* remove duplicate Button componentLibravatar Santhosh Chinnasamy2022-05-16
|
* Minor refactoring for aligning on usage of 'intl' packageLibravatar Vijay A2022-05-14
|
* Fix i18n messageLibravatar Vijay A2022-05-07
|
* New fix for fixing URLs with '//' (#105)Libravatar Vijay Aravamudhan2022-05-07
|
* Manually resetting some i18n files [skip ci]Libravatar Vijay A2022-05-07
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Add Ferdi server to hosted services (#49)Libravatar André Oliveira2022-04-27
| | | | * 'SettingsNavigation.js' and 'TeamDashboard.js' also have a call to 'LIVE_FERDI_API', but it handles the teams feature that I think neither Ferdi or Ferdium provide. * Removes comment on 'apiBase.ts' because I tested and the Terms was redirecting fine on the 'Help' Menu.
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* Made minute changes to rebrandLibravatar Aditya Mangalampalli2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Add PublishDebugInfo modal in AuthLayoutLibravatar kytwb2022-01-11
|
* Fix classes names for Welcome screenLibravatar kytwb2021-12-18
|
* Start removing superfluous textLibravatar kytwb2021-12-14
|
* Fix Dark Mode in auth screensLibravatar kytwb2021-12-14
|
* Simplify navigation in auth screensLibravatar kytwb2021-12-13
|