aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/AppUpdateInfoBar.tsx
Commit message (Collapse)AuthorAge
* fix: update message safe-space (#1407)Libravatar André Oliveira2023-10-19
|
* 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
* Disable in-app auto-updates for portable windows installation (fixes #1088) ↵Libravatar Vijay Aravamudhan2023-05-28
| | | | (#1200)
* 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>
* 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>
* chore: correctly export/import ui elementsLibravatar Ricardo Cino2022-07-01
|
* Made minute changes to rebrandLibravatar Aditya Mangalampalli2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158)Libravatar Markus Hatvan2021-10-28
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: convert class components to functional (#2065)Libravatar Markus Hatvan2021-10-14