Commit Graph

46 Commits

Author SHA1 Message Date
Lorenz Padberg 210fa584e9 Fix bug correcting mutation 2024-05-13 12:04:34 +02:00
Lorenz Padberg 60637d48ed Make hero image not required (it is not required in the cms as well) 2024-05-03 16:47:43 +02:00
Lorenz Padberg 69d3fa845b Merge branch 'feature/MS-924-Wagtail-Image-Optimization' into develop
# Conflicts:
#	client/src/components/modules/Module.vue
2024-05-03 15:11:18 +02:00
Ramon Wenger 291a0609a0 Refactor module edit toggle 2024-05-02 16:22:16 +02:00
Lorenz Padberg 63bed54de1 Fix Snapshot error with heroImage 2024-04-30 20:35:58 +02:00
Lorenz Padberg 25cee52c72 Fix type inputs from PR 2024-04-30 19:55:32 +02:00
Lorenz Padberg 4ecd99a7b0 Fix problem with the types generation of wagtail image 2024-04-25 15:55:42 +02:00
Ramon Wenger 0526b87772 Merge branch 'hotfix/assignment-input-bug' into develop 2024-04-16 15:05:23 +02:00
Ramon Wenger 60b28ec022 Add new frontend test
Fix Assignment bug

Resolves MS-935 #complete
2024-04-16 15:03:50 +02:00
Ramon Wenger c0e93f666d Merge branch 'hotfix/srf-new-embed-link' into develop 2024-04-09 11:38:05 +02:00
Ramon Wenger 1594bb2b68 Revert last few commits, as they changed too much for a hotfix
Revert "Fix readonly banner by making the me-query better cacheable"

This reverts commit 2de9fdcf12.
2024-03-28 16:16:22 +01:00
Ramon Wenger 2ea76918eb Revert "Make PublicUserNode the default instead of PrivateUserNode"
This reverts commit 3b67f8a156.
2024-03-28 16:15:31 +01:00
Ramon Wenger 98771b2db2 Fix project page schema 2024-03-28 16:12:48 +01:00
Ramon Wenger 3b67f8a156 Make PublicUserNode the default instead of PrivateUserNode 2024-03-28 15:40:25 +01:00
Ramon Wenger 2de9fdcf12 Fix readonly banner by making the me-query better cacheable
Resolves MS-850 #complete
2024-03-28 12:27:41 +01:00
Ramon Wenger 8cd508ce31 Finish refactoring the Assignment component 2024-03-13 14:43:20 +01:00
Ramon Wenger cfb20c00c3 Update assignment cypress test and add some fixes
Resolves MS-896 #complete
2024-03-13 11:46:00 +01:00
Ramon Wenger d13f889131 Refactor Assignment component, add highlights
Relates to MS-896
2024-03-12 16:04:35 +01:00
Ramon Wenger 7af5f07137 Add content to bookmark on Activity page
Resolves MS-903 #complete
2024-03-11 11:47:58 +01:00
Ramon Wenger 0cf39373da Add test for deleting chapter intro highlights
Relates to MS-895
2024-03-07 13:14:54 +01:00
Ramon Wenger 650f8c05d5 Add highlighting to instrument intro 2024-02-29 12:30:52 +01:00
Ramon Wenger 8afc7d2229 Update bookmark mutation generator function 2024-02-28 13:20:52 +01:00
Ramon Wenger 0e5eb0af0e Add instrument activities 2024-02-28 11:19:45 +01:00
Ramon Wenger c6e6491ef9 Add all activity types to page in client 2024-02-28 11:19:45 +01:00
Ramon Wenger ffea3fe1c9 Add more activities 2024-02-28 11:19:45 +01:00
Ramon Wenger c7c406f0ba Add new activity page 2024-02-28 11:19:45 +01:00
Ramon Wenger 22cd8eb57f Add frontend implementation for chapter highlights, re-enable cypress
test
2024-02-28 11:19:45 +01:00
Ramon Wenger 15e173221a Refactor highlight functions and helpers to reuse them with modules and
chapters
2024-02-28 11:14:45 +01:00
Ramon Wenger 9112fb3fc8 Add more tests for the instrument highlights
Also refactor the existing tests, add a test which clicks the note icon
first, and refactor some of the existing highlight helpers
2024-02-28 11:14:45 +01:00
Ramon Wenger 2d46eedac1 Update client code to reflect highlight change
Add first highlight code to the instrument page
2024-02-28 11:14:45 +01:00
Ramon Wenger 69987e369c Migrate instrument page to use setup syntax and new graphql style 2024-02-28 11:14:45 +01:00
Ramon Wenger 9b813f113b Refactor some mutations 2024-02-28 11:14:45 +01:00
Ramon Wenger 2f6589680e Update the color in the sidebar when changing it in the popover
Resolves MS-866 #Complete
2024-02-28 11:14:45 +01:00
Ramon Wenger f2c9ec04b8 Add delete mutation, flesh out update mutation for highlights 2024-02-28 11:14:45 +01:00
Ramon Wenger bf71faae3f Add Update Highlight mutation stub 2024-02-28 11:14:45 +01:00
Ramon Wenger f41b43aa70 Add mutation for adding highlights to client also 2024-02-28 11:14:45 +01:00
Ramon Wenger a6974853ef Refactor ContentComponent 2024-02-28 11:14:45 +01:00
Ramon Wenger 1927036610 Update and add to GraphQL typing in client and on server 2024-02-28 11:14:44 +01:00
Ramon Wenger b700931a8b Fix bug on snapshot overview page 2023-10-17 13:27:11 +02:00
Ramon Wenger f07b631817 Add fragment to client mutation
Also remove now unneeded update function, and leave in some commented out code to be
extracted later
Resolves MS-788 #complete
2023-08-31 15:00:43 +02:00
Lorenz Padberg 020c4846c4 Fix comments from PR 2023-08-30 14:24:12 +02:00
Ramon Wenger 9837686319 Refactor code and fix some styling issues
Relates to MS-781
2023-08-28 17:47:18 +02:00
Ramon Wenger c2b8bc1762 Integrate language into module filter 2023-08-24 19:49:09 +02:00
Ramon Wenger 81b2b41979 Add frontend language setting to local cache
Relates to MS-758
2023-08-24 12:29:54 +02:00
Ramon Wenger 46ad200f1e Update components and query definition to fix cypress test 2023-08-08 22:23:54 +02:00
Ramon Wenger 36b60c6a2e Add graphql codgen and refactor some code
Use unique names for all queries and fragments and mutations
2023-08-08 22:23:49 +02:00