christianbeeznst
127fa42bfa
Social: Add enhancements in user invitations and relationships management - refs BT#21101
2 years ago
christianbeeznst
5033866089
Social: Improve friend search and social network navigation - refs BT#21101
2 years ago
christianbeeznst
e2af73d07f
Document: Integrate and mark HTML templates in document editor - refs #5075
2 years ago
christianbeeznst
c457ad2f77
Gradebook: Fixes and enhancements for certificate handling in documents and gradebook - #5074
2 years ago
Daniel
7d6ddd0f28
Display: Add feature to customize colors of chamilo - refs #4745
...
* Minor: remove unused styles
* Use css variables to set colors in tailwind
* Minor: add missing icon
* Add BaseColorPicker component
* Adapt base components to use colors from tailwindcss
* Create composable to retrieve css variables
* Add component and route to modify chamilo colors
---------
Co-authored-by: Yannick Warnier <ywarnier@users.noreply.github.com>
Co-authored-by: Angel Fernando Quiroz Campos <angelfqc.18@gmail.com>
2 years ago
Angel Fernando Quiroz Campos
b40cd23a65
Internal: Rename ButtonToolbar.vue to BaseToolbar.vue component
2 years ago
Angel Fernando Quiroz Campos
45f53b5118
Minor: Format code
2 years ago
Angel Fernando Quiroz Campos
7ecb9603f2
BaseDropdown component accept option value as attribute
2 years ago
Angel Fernando Quiroz Campos
623df3e5ff
Page: Refactor base layout
2 years ago
Angel Fernando Quiroz Campos
f6fbebb3e4
Top bar use buttons instead of primevue megamenu
2 years ago
Angel Fernando Quiroz Campos
5ea3fdfc0f
UI: Fix styles for buttons
2 years ago
Angel Fernando Quiroz Campos
9931521692
Set flex gap for ButtonToolbar component
2 years ago
Angel Fernando Quiroz Campos
defacc3d1f
Social: Improve and code clean for friend list
2 years ago
Angel Fernando Quiroz Campos
5359c017aa
Social: Fix friends views
2 years ago
Angel Fernando Quiroz Campos
51a80d5992
Internal: v-model in BaseAdvancedSettingsButton component is required
2 years ago
Daniel Gayoso González
d452dc35fe
Add confirm dialog to delete links and categories
...
* Add loading state for link list
2 years ago
Daniel Gayoso González
6d51af539b
Adapt glossary import screen to new components
...
* Extract api calls to glossary service
2 years ago
Daniel Gayoso González
f67966af55
Update glossary form with base components
...
* Create button layout to reuse across forms
* Create generic layout for forms to when create and edit items
2 years ago
Daniel Gayoso González
3e827fe1ec
Prevent term deletion with dialog
...
* Define button type validator to reuse
* Fix glossary service delete endpoint
2 years ago
Daniel Gayoso González
84628ac3cd
Use icons in EmptyState component
...
* Add missing icons in ChamiloIcons.js. Disable eslint to this class
otherwise automatically remove quotes on some word and looks incosistent
2 years ago
Angel Fernando Quiroz Campos
55e3f07704
Internal: UI: BaseAdvancedSettingsButton component accept v-model
2 years ago
Angel Fernando Quiroz Campos
640f3361e5
Internal: UI: Fix class for checkbox field component
2 years ago
Angel Fernando Quiroz Campos
2fd9a7510b
Internal: UI: Add BaseInputNumber component
2 years ago
Angel Fernando Quiroz Campos
506245ea14
Internal: UI: Add BaseDropdown component
2 years ago
Angel Fernando Quiroz Campos
4c48f7869f
Internal: UI: Add BaseInputDate component
2 years ago
Angel Fernando Quiroz Campos
4f93d7a589
Internal: UI: Add save icon to list
2 years ago
Daniel Gayoso González
8136a97cfd
Migrate axios calls to service
...
* Migrate axios calls to service to make calls to the service consistent
with other components
* Add notifications to give user feedback about the actions they made
2 years ago
Daniel Gayoso González
d6e4f00112
Add user feedback through notifications
...
* Create linkcategory and linkitems components to reuse code
* Fix base card default style
2 years ago
Daniel Gayoso González
3e04f413b7
Fix update link form
2 years ago
Daniel Gayoso González
c8ef36f384
Minor: add missing icon
2 years ago
Daniel Gayoso González
cfc8bcd53b
Modify link add form to use base component
...
* Create Base select and text area
2 years ago
Daniel Gayoso González
17368b39fc
Refactor usage of vuelidate of base input text
...
* Create a component to reuse that handles vuelidate validations
2 years ago
Daniel Gayoso González
adadd4339c
Minor: wrap checkbox in field class for consistency
2 years ago
Daniel Gayoso González
58bb96c243
Minor: add aria for base input text
2 years ago
Angel Fernando Quiroz Campos
bbaa35dd18
UI: Add BaseAdvancedSettingsButton
2 years ago
christian
230a1f65a1
Documents: Enable web service to upload documents with options - refs #4735
2 years ago
Daniel Gayoso González
af1d8bbffe
Minor: rename components for consistency
...
* Add documentation to BaseRouteTab component
2 years ago
Daniel Gayoso González
cffc435fe8
Migrate session tabs to base components
...
* Use custom html template for BaseRouteTabs instead of prime vue because
prime vue does not allow other elements inside TabView that are not
TabPanel There is a clash with TabPanel with internal router-link
because TabPanel is by default a html <a> element, and the styles does
not work with nested html <a> elements
2 years ago
Daniel Gayoso González
dff8ddcab5
Solve some minor warning in vue
...
* Use only one root element in SocialWallPostForm, otherwise when
we pass class property to it vue does not know in which element
should set class attribute
* Allow null value on BaseFileUpload because when no file is selected
the file will be null
2 years ago
Daniel Gayoso González
bb1eaf986a
Extract common validators to a file
2 years ago
Daniel Gayoso González
d95eda166b
Migrate Wall comment form to base components
2 years ago
Angel Fernando Quiroz Campos
5dd9fe856c
UI: Admin: add classes for icons
2 years ago
Angel Fernando Quiroz Campos
091aec40c8
UI: Allow to set BaseButton as input or button
2 years ago
Angel Fernando Quiroz Campos
2b7fd5864c
UI: Set icon as aria-hidden
2 years ago
Angel Fernando Quiroz Campos
c01761cfba
UI: Add BaseInputGroup component
2 years ago
Angel Fernando Quiroz Campos
fb94bf42f1
Minor: Sort classes for icons alphabetically
2 years ago
Daniel Gayoso González
7b745bb187
Migrate SocialWall to base components
2 years ago
Daniel Gayoso González
5894a8c182
Update Social layout to composition API
...
* Create Base card based on prime vue
* Use tailwindcss for preserve layout from quasar old styles
2 years ago
Daniel Gayoso González
6a92d97be1
Minor: Fix toggle button background
2 years ago
Daniel Gayoso González
427e81edca
Use new toggle button
...
* Fix some styles to adapt figma design
2 years ago