Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove suppressImplicitAnyIndexErrors | Chocobozzz | 2023-05-24 | 1 | -1/+1 |
| | | | | It's deprecated by TS | ||||
* | Add missing strings to translate | Chocobozzz | 2023-04-17 | 1 | -2/+2 |
| | |||||
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | Disable uninstall button on plugin uninstallation | Chocobozzz | 2022-09-16 | 3 | -11/+34 |
| | |||||
* | Don't break install plugin on failure | Chocobozzz | 2022-09-16 | 1 | -1/+5 |
| | |||||
* | Add channel hooks | Chocobozzz | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -1/+2 |
| | |||||
* | Fix top menu opacity | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 2 | -3/+0 |
| | |||||
* | Move alert into to pt-alert-primary | Chocobozzz | 2022-06-15 | 1 | -1/+1 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 2 | -4/+3 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 1 | -0/+4 |
| | |||||
* | Replace url when redirecting plugin admin url | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -17/+1 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 14 | -89/+81 |
| | |||||
* | Refactor plugin card | Chocobozzz | 2021-12-29 | 13 | -78/+101 |
| | |||||
* | Support official plugins | Chocobozzz | 2021-12-28 | 1 | -0/+5 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 2 | -2/+2 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 3 | -7/+5 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 3 | -28/+28 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 5 | -10/+10 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 5 | -10/+10 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -6/+8 |
| | |||||
* | Reorganize plugin models | Chocobozzz | 2021-05-11 | 2 | -4/+2 |
| | |||||
* | Refactor video edit css | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Cleanup plugins admin CSS | Chocobozzz | 2021-04-29 | 5 | -38/+30 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 3 | -4/+5 |
| | |||||
* | Add action:admin-plugin-settings.init client hook | Chocobozzz | 2021-04-22 | 2 | -2/+11 |
| | |||||
* | Add settings button after plugin install | Chocobozzz | 2021-04-12 | 4 | -4/+17 |
| | |||||
* | Add alert modal in plugins on major upgrade | Chocobozzz | 2021-04-12 | 1 | -0/+19 |
| | |||||
* | Add ability to hide plugin settings | Chocobozzz | 2021-04-09 | 1 | -7/+11 |
| | |||||
* | Translate plugin options | Chocobozzz | 2021-04-09 | 3 | -25/+39 |
| | |||||
* | Theme breaking: --submenuColor becomes --submenuBackgroundColor | Chocobozzz | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | Auto focus plugin search input | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Adjust search results note for i18n, adjust typeahead helper | Rigel Kent | 2021-03-24 | 1 | -2/+2 |
| | |||||
* | Fix default boolean plugin setting | Chocobozzz | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Fix theme npm link | Chocobozzz | 2021-01-11 | 5 | -6/+22 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 1 | -28/+0 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 2 | -48/+1 |
| | |||||
* | We don't need services anymore for validators | Chocobozzz | 2020-08-17 | 1 | -1/+2 |
| | |||||
* | Use localize for page titles | Chocobozzz | 2020-08-17 | 1 | -3/+3 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 4 | -26/+17 |
| | | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators | ||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -3/+2 |
| | |||||
* | Improve navigation sub-menu and tabs effects (#2971) | Kim | 2020-07-23 | 2 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 4 | -36/+34 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 2 | -4/+4 |
| |