Daniel Gayoso González
3efe62bf4f
Debounce input events to search in glossary
...
* Add lodash as dependency
1 year ago
Daniel Gayoso González
8740a22f0e
Add button to toggle between student and teacher view
1 year ago
Daniel Gayoso González
1ddfb7affe
Add button to toggle between student and teacher view
1 year ago
Angel Fernando Quiroz Campos
e8f6911d82
Merge pull request #4789 from daniboygg/gh-4768-adapt-glossary-to-vue
...
Adapt glossary to vue - refs 4768
1 year ago
Angel Fernando Quiroz Campos
a80d8a631a
Merge branch 'master' of github.com:chamilo/chamilo-lms
1 year ago
Angel Fernando Quiroz Campos
65d9398da0
Internal: Work: Set new url for tool #4769
1 year ago
Angel Fernando Quiroz Campos
54d2637b9e
Merge pull request #4791 from daniboygg/gh-4790-format-vue-cdoe
...
Use prettier to format vue code - ref 4790
1 year ago
Daniel Gayoso González
be1d2fb68f
Add more format options to prettier
...
* This could make the code more consistent across all project
1 year ago
Daniel Gayoso González
0c6e1b017b
Remove new prettier config
1 year ago
Daniel Gayoso González
3bcdd3fdb5
Minor: remove github action for prettier
1 year ago
Daniel Gayoso González
d0cf866aa6
Minor: prettier action only dry mode
1 year ago
Daniel Gayoso González
137ad5f1ac
Minor: fix checkout action for forked pull requests
1 year ago
Daniel Gayoso González
b55f41af1c
Minor: run prettier only on changed files
1 year ago
Daniel Gayoso González
515a395599
Minor: Fix wrong html
1 year ago
Daniel Gayoso González
0616960964
Fix form vue with prettier github action
1 year ago
Daniel Gayoso González
6d51af539b
Adapt glossary import screen to new components
...
* Extract api calls to glossary service
1 year ago
Daniel Gayoso González
6d1b5534cf
Minor: rename label for consistency
1 year ago
Daniel Gayoso González
3e12db5794
Use new components for glossary export
1 year ago
Daniel Gayoso González
8574693f76
Update glossary update page
...
* Refactor Links update with new components for consistency
1 year 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
1 year ago
Daniel Gayoso González
3e827fe1ec
Prevent term deletion with dialog
...
* Define button type validator to reuse
* Fix glossary service delete endpoint
1 year ago
Daniel Gayoso González
12f2883722
Minor: enable new feature in prettier
1 year ago
Daniel Gayoso González
36059307ec
Adapt glossary list to new components
...
* Split table and list term visualization in 2 different components
* Extract api code to glossaryService
1 year ago
Daniel Gayoso González
6045ef85f7
Minor: Remove duplicated code
1 year 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
1 year ago
Daniel Gayoso González
b9bdb44432
Unify simple router view layout
...
* Delete from main.js since it is not used in any place without
importing the component
* Use this layout to link and glossary pages
1 year ago
Daniel Gayoso González
c3bf43f996
Minor: format code according to prettier
...
* Add prettier github action to check vue files
* Add prettier tailwind plugin
* Remove semicolons with prettier rule
1 year ago
Daniel Gayoso González
fc90edfae8
Minor: Migrate to script setup
1 year ago
Daniel Gayoso González
66f04f2fb0
Minor: Change name of components for consistency
1 year ago
Angel Fernando Quiroz Campos
688a129829
Avoid use redirect when accessing course tool
1 year ago
Angel Fernando Quiroz Campos
0c2ff6b5bd
Fix links to course admin tools
1 year ago
Angel Fernando Quiroz Campos
56ad5fed8e
Minor: Format code
1 year ago
Angel Fernando Quiroz Campos
7885028359
Internal: Work: Add link to new UI to add assignment #4769
1 year ago
Angel Fernando Quiroz Campos
1a74d9a2a9
Internal: Work: Move form to component #4769
1 year ago
Angel Fernando Quiroz Campos
64fb793fe7
Internal: Work: Fix default values in form #4769
1 year ago
Angel Fernando Quiroz Campos
66a579242a
Work: migrate form to add assignment to vue component
1 year ago
Angel Fernando Quiroz Campos
662782c2fb
Internal: UI: Show error notification can display api error message
1 year ago
Angel Fernando Quiroz Campos
55e3f07704
Internal: UI: BaseAdvancedSettingsButton component accept v-model
1 year ago
Angel Fernando Quiroz Campos
640f3361e5
Internal: UI: Fix class for checkbox field component
1 year ago
Angel Fernando Quiroz Campos
2fd9a7510b
Internal: UI: Add BaseInputNumber component
1 year ago
Angel Fernando Quiroz Campos
506245ea14
Internal: UI: Add BaseDropdown component
1 year ago
Angel Fernando Quiroz Campos
4c48f7869f
Internal: UI: Add BaseInputDate component
1 year ago
Angel Fernando Quiroz Campos
4f93d7a589
Internal: UI: Add save icon to list
1 year ago
Nicolas Ducoulombier
9db5d7487d
Merge pull request #4781 from daniboygg/gh-4762-fix-session-minor-issue
...
Hide no category label when no sessions are available
1 year ago
Nicolas Ducoulombier
b5437404e0
Merge pull request #4783 from christianbeeznest/GH-4768
...
Glossary: Change from legacy to Vue interface and backend adaptation - refs #4768
1 year ago
Daniel Gayoso González
c01e7f33cf
Delete no category title for sessions
1 year ago
Nicolas Ducoulombier
ee0955aafc
Merge pull request #4784 from daniboygg/gh-4767-improve-links-ui
...
Improve links UI - refs #4767
1 year ago
Daniel Gayoso González
675046cc24
Minor: rename things for consistency and vue style
1 year 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
1 year ago
Daniel Gayoso González
d6e4f00112
Add user feedback through notifications
...
* Create linkcategory and linkitems components to reuse code
* Fix base card default style
1 year ago