4949
5050 </b-modal >
5151
52- <<<<<<< HEAD
5352 <b-modal hide-header hide-footer id =" program-input" >
5453 <p style =" cursor :pointer " @click =" $bvModal.hide('program-input')" >X</p >
55- =======
56- <b-modal hide-footer id =" program-input" >
57- >>>>>>> 42a6373dfe0b96835938772736c39a5376c5d6de
5854 <inputData />
5955 </b-modal >
6056
6157 <b-modal hide-footer id =" headers" >
6258 <headers />
6359 </b-modal >
6460
65- <<<<<<< HEAD
6661 <b-modal title =" Compartir" id =" share-link" hide-footer hide-header >
6762 <p style =" cursor :pointer " @click =" $bvModal.hide('share-link')" >X</p >
6863 <b-container fluid >
8075
8176 <b-modal hide-footer hide-header id =" flags-modal" >
8277 <p style =" cursor :pointer " @click =" $bvModal.hide('flags-modal')" >X</p >
83- =======
84- <b-modal title =" Compartir" id =" share-link" hide-footer >
85- <b-icon icon =" share-fill" class =" text-primary" ></b-icon >
86-
87- <span class =" text-dark font-weight-bolder ml-2 mb-" > Comparte este codigo usando este enlace</span > <br /> <br />
88- <a :href =" shared_path()" >{{shared_path()}}</a > <b-icon scale =" 1.3" class =" ml-1 hovery" @click =" copy(shared_path())" icon =" files" ></b-icon > </b-modal >
89-
90- <b-modal hide-footer id =" flags-modal" title =" flags" >
91- >>>>>>> 42a6373dfe0b96835938772736c39a5376c5d6de
9278 <b-badge class =" mb-1 bg-transparent text-dark"
9379 >e.g   ; -Wall -pedantic</b-badge
9480 >
@@ -317,19 +303,15 @@ export default {
317303 });
318304
319305 },
320- <<<<<< < HEAD
321306
322307
323- ====== =
324- >>>>>> > 42a6373dfe0b96835938772736c39a5376c5d6de
325308 beforeMount (){
326309 const url = window .location .href ;
327310 const params = new URL (url).searchParams ;
328311 const Search_Query = params .get (' sq' );
329312 if (Search_Query){
330313 this .$store .dispatch (" extract_notecode" , Search_Query)
331314 }
332- <<<<<< < HEAD
333315 const codespace = params .get (' codespace' );
334316
335317 if (this .$store .state .visibles .colab && codespace && this .$store .state .isHost == false ){
@@ -350,19 +332,13 @@ export default {
350332 this .$store .dispatch (' socketOn' , this )
351333 }
352334
353- ====== =
354- >>>>>> > 42a6373dfe0b96835938772736c39a5376c5d6de
355335 },
356336 mounted () {
357337 this .local_widthQuery .addEventListener (' change' ,()=> {
358338 this .local_widthMatch = this .local_widthQuery .matches ;
359339 });
360- <<<<<< < HEAD
361340 this .$store .commit (" setColabUrl" )
362341
363- ====== =
364-
365- >>>>>> > 42a6373dfe0b96835938772736c39a5376c5d6de
366342 },
367343
368344 data (){
@@ -438,7 +414,6 @@ export default {
438414 deep: true ,
439415 },
440416
441- <<<<<< < HEAD
442417
443418 computed: {
444419 ... mapGetters ([" time" , " seed" , " cmOption" , " codeSpaces" , " mode" , " visibles" ]),
@@ -447,16 +422,6 @@ export default {
447422 return this .$store .getters .codeSpaces [0 ].code ;
448423 },
449424
450- ====== =
451- share_id: {
452- get (){
453- return this .$store .state .share_id
454- },
455- set (value ){
456- this .$store .state .share_id = value
457- }
458- },
459- >>>>>> > 42a6373dfe0b96835938772736c39a5376c5d6de
460425 flags: {
461426 get () {
462427 return this .$store .state .cxxflags ;
@@ -623,7 +588,6 @@ export default {
623588}
624589
625590.hovery {
626- <<<<<<< HEAD
627591color : #272927 ;
628592}
629593.hovery :hover {
@@ -660,12 +624,3 @@ pre {
660624}
661625
662626 </style >
663- =======
664- color: #A5D6A7;
665- }
666- .hovery:hover{
667- color:#839192;
668- }
669-
670- </style >
671- >>>>>> > 42a6373dfe0b96835938772736c39a5376c5d6de
0 commit comments