Skip to content

Commit d10f2cf

Browse files
Remove overlay close button, snap-on-release editing, merge button overlay into hotspot
1 parent 0b24252 commit d10f2cf

17 files changed

Lines changed: 652 additions & 920 deletions

File tree

scripts/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ CSS_FILES=(
6161
"_shared/types/ResourceHtml/style.css"
6262
"_shared/types/ResourceQuiz/style.css"
6363
"_shared/types/ResourceHotspot/style.css"
64-
"_shared/types/ResourceButton/style.css"
6564
"_shared/types/ResourceEntity/style.css"
6665
"_shared/types/ResourceWistia/style.css"
6766
"_shared/types/ResourceSoundcloud/style.css"
@@ -141,7 +140,6 @@ JS_FILES=(
141140
"_shared/types/ResourceHtml/type.js"
142141
"_shared/types/ResourceQuiz/type.js"
143142
"_shared/types/ResourceHotspot/type.js"
144-
"_shared/types/ResourceButton/type.js"
145143
"_shared/types/ResourceEntity/type.js"
146144
"_shared/types/ResourceWistia/type.js"
147145
"_shared/types/ResourceSoundcloud/type.js"

src/_shared/modules/Localization/locale/de.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
window.FrameTrail_L10n['de'] = {
10-
"ActionCustomJS": "Eigenes JavaScript",
1110
"ActionOpenUrl": "URL öffnen",
1211
"ActionPresetInsert": "Aktion einfügen …",
1312
"ActionPresetJumpToHypervideo": "Zu Hypervideo springen",
@@ -172,6 +171,7 @@ window.FrameTrail_L10n['de'] = {
172171
"GenericTags": "Tags",
173172
"GenericTextTranscript": "Text Transkript",
174173
"GenericTimelines": "Timelines",
174+
"GenericTransparent": "Transparent",
175175
"GenericType": "Typ",
176176
"GenericUndo": "Rückgängig",
177177
"GenericVolume": "Lautstärke",
@@ -264,7 +264,6 @@ window.FrameTrail_L10n['de'] = {
264264
"ResourceOpenInNewTab": "In neuem Tab öffnen",
265265
"ResourcePasteURL": "URL einfügen",
266266
"ResourcePlayFromHere": "Von hier abspielen",
267-
"ResourceTypeButton": "Button",
268267
"ResourceTypeAudio": "Audio",
269268
"ResourceTypeImage": "Bild",
270269
"ResourceTypeLocation": "Karte",
@@ -302,17 +301,14 @@ window.FrameTrail_L10n['de'] = {
302301
"SettingsActionsIfWrong": "Bei falscher Antwort",
303302
"SettingsActionsOnAnswered": "Nach dem Beantworten",
304303
"SettingsActionTarget": "Ziel",
304+
"SettingsActionTargetTime": "Zeit (optional)",
305305
"SettingsAlign": "Ausrichten",
306-
"SettingsAllowClose": "Schließen erlauben",
307306
"SettingsAllowCollaboration": "Zusammenarbeit erlauben",
308307
"SettingsAllowUploads": "Uploads erlauben",
309308
"SettingsAnimationDuration": "Animationsdauer",
310309
"SettingsAnimationIn": "Eingangsanimation",
311310
"SettingsAnimationOut": "Ausgangsanimation",
312311
"SettingsArrange": "Anordnen",
313-
"SettingsButtonColor": "Button-Farbe",
314-
"SettingsButtonLabel": "Button-Beschriftung",
315-
"SettingsButtonTextColor": "Textfarbe",
316312
"SettingsCaptureUserActions": "Aktionen aufzeichnen",
317313
"SettingsChapters": "Kapitel",
318314
"SettingsChapterTitle": "Kapiteltitel",
@@ -336,15 +332,17 @@ window.FrameTrail_L10n['de'] = {
336332
"SettingsGlobalCSS": "Globales CSS",
337333
"SettingsHTMLEditor": "HTML Editor",
338334
"SettingsHiddenFromOtherUsers": "Vor anderen Nutzer:innen verstecken?",
335+
"SettingsHotspotBackground": "Hintergrund",
339336
"SettingsHotspotBorderRadius": "Eckenradius",
340337
"SettingsHotspotBorderWidth": "Rahmenbreite",
341338
"SettingsHotspotColor": "Hotspot Farbe",
342-
"SettingsHotspotLink": "Link URL (optional)",
343339
"SettingsHotspotPickHypervideo": "Hypervideo auswählen",
344340
"SettingsHotspotShape": "Form",
345341
"SettingsHotspotShapeCircle": "Kreis",
346342
"SettingsHotspotShapeRectangle": "Rechteck",
347343
"SettingsHotspotShapeRounded": "Abgerundetes Rechteck",
344+
"SettingsHotspotText": "Text",
345+
"SettingsHotspotTextColor": "Textfarbe",
348346
"SettingsHoverBackground": "Hintergrund",
349347
"SettingsHoverBorder": "Rahmen",
350348
"SettingsHoverEffect": "Hover-Effekt",
@@ -378,7 +376,6 @@ window.FrameTrail_L10n['de'] = {
378376
"SettingsQuizTypeLabel": "Fragetyp",
379377
"SettingsSelectColorTheme": "Farbschema auswählen",
380378
"SettingsSelectContents": "Inhalte auswählen",
381-
"SettingsShowCloseButton": "Schließen-Button anzeigen",
382379
"SettingsStartCollapsed": "Eingeklappt starten",
383380
"SettingsSubtitlesShowByDefault": "Untertitel standardmäßig anzeigen (falls vorhanden)",
384381
"SettingsSynchronization": "Mit Hypervideo synchronisieren",

src/_shared/modules/Localization/locale/en.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
window.FrameTrail_L10n['en'] = {
10-
"ActionCustomJS": "Custom JavaScript",
1110
"ActionOpenUrl": "Open URL",
1211
"ActionPresetInsert": "Insert action …",
1312
"ActionPresetJumpToHypervideo": "Jump to Hypervideo",
@@ -172,6 +171,7 @@ window.FrameTrail_L10n['en'] = {
172171
"GenericTags": "Tags",
173172
"GenericTextTranscript": "Text Transcript",
174173
"GenericTimelines": "Timelines",
174+
"GenericTransparent": "Transparent",
175175
"GenericType": "Type",
176176
"GenericUndo": "Undo",
177177
"GenericVolume": "Volume",
@@ -264,7 +264,6 @@ window.FrameTrail_L10n['en'] = {
264264
"ResourceOpenInNewTab": "Open in New Tab",
265265
"ResourcePasteURL": "Paste URL",
266266
"ResourcePlayFromHere": "Play from here",
267-
"ResourceTypeButton": "Button",
268267
"ResourceTypeAudio": "Audio",
269268
"ResourceTypeImage": "Image",
270269
"ResourceTypeLocation": "Location",
@@ -302,17 +301,14 @@ window.FrameTrail_L10n['en'] = {
302301
"SettingsActionsIfWrong": "If answer is wrong",
303302
"SettingsActionsOnAnswered": "After answering",
304303
"SettingsActionTarget": "Target",
304+
"SettingsActionTargetTime": "Jump to time (optional)",
305305
"SettingsAlign": "Align",
306-
"SettingsAllowClose": "Allow Closing",
307306
"SettingsAllowCollaboration": "Allow collaboration",
308307
"SettingsAllowUploads": "Allow uploads",
309308
"SettingsAnimationDuration": "Animation Duration",
310309
"SettingsAnimationIn": "Entrance Animation",
311310
"SettingsAnimationOut": "Exit Animation",
312311
"SettingsArrange": "Arrange",
313-
"SettingsButtonColor": "Button Color",
314-
"SettingsButtonLabel": "Button Label",
315-
"SettingsButtonTextColor": "Text Color",
316312
"SettingsCaptureUserActions": "Capture User Actions",
317313
"SettingsChapters": "Chapters",
318314
"SettingsChapterTitle": "Chapter title",
@@ -336,15 +332,17 @@ window.FrameTrail_L10n['en'] = {
336332
"SettingsGlobalCSS": "Global CSS",
337333
"SettingsHTMLEditor": "HTML Editor",
338334
"SettingsHiddenFromOtherUsers": "Hidden from other users?",
335+
"SettingsHotspotBackground": "Background",
339336
"SettingsHotspotBorderRadius": "Border Radius",
340337
"SettingsHotspotBorderWidth": "Border Width",
341338
"SettingsHotspotColor": "Hotspot Color",
342-
"SettingsHotspotLink": "Link URL (optional)",
343339
"SettingsHotspotPickHypervideo": "Pick Hypervideo",
344340
"SettingsHotspotShape": "Shape",
345341
"SettingsHotspotShapeCircle": "Circle",
346342
"SettingsHotspotShapeRectangle": "Rectangle",
347343
"SettingsHotspotShapeRounded": "Rounded Rectangle",
344+
"SettingsHotspotText": "Text",
345+
"SettingsHotspotTextColor": "Text Color",
348346
"SettingsHoverBackground": "Background",
349347
"SettingsHoverBorder": "Border",
350348
"SettingsHoverEffect": "Hover Effect",
@@ -378,7 +376,6 @@ window.FrameTrail_L10n['en'] = {
378376
"SettingsQuizTypeLabel": "Question Type",
379377
"SettingsSelectColorTheme": "Select Color Theme",
380378
"SettingsSelectContents": "Select contents",
381-
"SettingsShowCloseButton": "Show Close Button",
382379
"SettingsStartCollapsed": "Start collapsed",
383380
"SettingsSubtitlesShowByDefault": "Show subtitles by default (if present)",
384381
"SettingsSynchronization": "Synchronize with Hypervideo",

src/_shared/modules/Localization/locale/fr.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
window.FrameTrail_L10n['fr'] = {
10-
"ActionCustomJS": "JavaScript personnalisé",
1110
"ActionOpenUrl": "Ouvrir une URL",
1211
"ActionPresetInsert": "Insérer une action …",
1312
"ActionPresetJumpToHypervideo": "Aller à l'Hypervideo",
@@ -172,6 +171,7 @@ window.FrameTrail_L10n['fr'] = {
172171
"GenericTags": "Tags",
173172
"GenericTextTranscript": "Transcription textuelle",
174173
"GenericTimelines": "Timelines",
174+
"GenericTransparent": "Transparent",
175175
"GenericType": "Type",
176176
"GenericUndo": "Annuler",
177177
"GenericVolume": "Volume",
@@ -264,7 +264,6 @@ window.FrameTrail_L10n['fr'] = {
264264
"ResourceOpenInNewTab": "Ouvrir dans un nouvel onglet",
265265
"ResourcePasteURL": "Coller l'URL",
266266
"ResourcePlayFromHere": "Jouer à partir d'ici",
267-
"ResourceTypeButton": "Bouton",
268267
"ResourceTypeAudio": "Audio",
269268
"ResourceTypeImage": "Image",
270269
"ResourceTypeLocation": "Carte",
@@ -302,17 +301,14 @@ window.FrameTrail_L10n['fr'] = {
302301
"SettingsActionsIfWrong": "Si la réponse est incorrecte",
303302
"SettingsActionsOnAnswered": "Après la réponse",
304303
"SettingsActionTarget": "Cible",
304+
"SettingsActionTargetTime": "Aller au temps (optionnel)",
305305
"SettingsAlign": "Aligner",
306-
"SettingsAllowClose": "Autoriser la fermeture",
307306
"SettingsAllowCollaboration": "Autoriser la collaboration",
308307
"SettingsAllowUploads": "Autoriser les téléversements",
309308
"SettingsAnimationDuration": "Durée de l'animation",
310309
"SettingsAnimationIn": "Animation d'entrée",
311310
"SettingsAnimationOut": "Animation de sortie",
312311
"SettingsArrange": "Disposition",
313-
"SettingsButtonColor": "Couleur du bouton",
314-
"SettingsButtonLabel": "Libellé du bouton",
315-
"SettingsButtonTextColor": "Couleur du texte",
316312
"SettingsCaptureUserActions": "Enregistrer les actions utilisateur",
317313
"SettingsChapters": "Chapitres",
318314
"SettingsChapterTitle": "Titre du chapitre",
@@ -336,15 +332,17 @@ window.FrameTrail_L10n['fr'] = {
336332
"SettingsGlobalCSS": "CSS global",
337333
"SettingsHTMLEditor": "Éditeur HTML",
338334
"SettingsHiddenFromOtherUsers": "Masqué des autres utilisateurs ?",
335+
"SettingsHotspotBackground": "Arrière-plan",
339336
"SettingsHotspotBorderRadius": "Rayon de bordure",
340337
"SettingsHotspotBorderWidth": "Largeur de bordure",
341338
"SettingsHotspotColor": "Couleur du point chaud",
342-
"SettingsHotspotLink": "URL du lien (optionnel)",
343339
"SettingsHotspotPickHypervideo": "Choisir un Hypervideo",
344340
"SettingsHotspotShape": "Forme",
345341
"SettingsHotspotShapeCircle": "Cercle",
346342
"SettingsHotspotShapeRectangle": "Rectangle",
347343
"SettingsHotspotShapeRounded": "Rectangle arrondi",
344+
"SettingsHotspotText": "Texte",
345+
"SettingsHotspotTextColor": "Couleur du texte",
348346
"SettingsHoverBackground": "Arrière-plan",
349347
"SettingsHoverBorder": "Bordure",
350348
"SettingsHoverEffect": "Effet au survol",
@@ -378,7 +376,6 @@ window.FrameTrail_L10n['fr'] = {
378376
"SettingsQuizTypeLabel": "Type de question",
379377
"SettingsSelectColorTheme": "Sélectionner un thème de couleur",
380378
"SettingsSelectContents": "Sélectionner les contenus",
381-
"SettingsShowCloseButton": "Afficher le bouton de fermeture",
382379
"SettingsStartCollapsed": "Démarrer replié",
383380
"SettingsSubtitlesShowByDefault": "Afficher les sous-titres par défaut (si présent)",
384381
"SettingsSynchronization": "Synchroniser avec l'Hypervideo",

0 commit comments

Comments
 (0)