pageflow 15.5.0 → 15.7.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of pageflow might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +219 -87
- data/README.md +1 -2
- data/admins/pageflow/entry.rb +28 -57
- data/admins/pageflow/user.rb +1 -3
- data/app/assets/images/pageflow/admin/icons/buttons/editor.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/buttons/preview.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/buttons/show_public.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/delete.svg +9 -0
- data/app/assets/images/pageflow/admin/icons/done.svg +6 -0
- data/app/assets/images/pageflow/admin/icons/edit.svg +7 -0
- data/app/assets/images/pageflow/admin/icons/editor.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/folder.svg +8 -0
- data/app/assets/images/pageflow/admin/icons/folder_active.svg +8 -0
- data/app/assets/images/pageflow/admin/icons/info.svg +3 -0
- data/app/assets/images/pageflow/admin/icons/new.svg +5 -0
- data/app/assets/images/pageflow/admin/icons/preview.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/published.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/published_with_password.svg +2 -0
- data/app/assets/images/pageflow/admin/icons/show_public.svg +2 -0
- data/app/assets/images/pageflow/editor/blank_entry/logo.png +0 -0
- data/app/assets/images/pageflow/themes/default/embed_opt_in.svg +3 -0
- data/app/assets/images/pageflow/themes/default/embed_opt_out_info.svg +16 -0
- data/app/assets/javascripts/pageflow/admin/entries.js +9 -57
- data/app/assets/javascripts/pageflow/dist/ui.js +127 -10
- data/app/assets/stylesheets/pageflow/admin/active_admin_patches.scss +18 -16
- data/app/assets/stylesheets/pageflow/admin/badge_list.scss +25 -35
- data/app/assets/stylesheets/pageflow/admin/columns.scss +13 -11
- data/app/assets/stylesheets/pageflow/admin/embed_code.scss +1 -4
- data/app/assets/stylesheets/pageflow/admin/entries/folders.scss +44 -19
- data/app/assets/stylesheets/pageflow/admin/entries.scss +15 -31
- data/app/assets/stylesheets/pageflow/admin/features.scss +3 -1
- data/app/assets/stylesheets/pageflow/admin/forms.scss +14 -12
- data/app/assets/stylesheets/pageflow/admin/hint.scss +8 -14
- data/app/assets/stylesheets/pageflow/admin/icon_button.scss +25 -14
- data/app/assets/stylesheets/pageflow/admin/icon_link.scss +31 -15
- data/app/assets/stylesheets/pageflow/admin/publication_state_indicator.scss +14 -7
- data/app/assets/stylesheets/pageflow/admin/status_tags.scss +5 -4
- data/app/assets/stylesheets/pageflow/admin/tabs_view.scss +36 -34
- data/app/assets/stylesheets/pageflow/admin/tooltip_bubble.scss +15 -11
- data/app/assets/stylesheets/pageflow/admin.scss +12 -0
- data/app/assets/stylesheets/pageflow/editor/background_positioning.scss +15 -61
- data/app/assets/stylesheets/pageflow/editor/base.scss +28 -13
- data/app/assets/stylesheets/pageflow/editor/blank_entry.scss +6 -6
- data/app/assets/stylesheets/pageflow/editor/change_theme.scss +28 -71
- data/app/assets/stylesheets/pageflow/editor/composables.scss +2 -2
- data/app/assets/stylesheets/pageflow/editor/confirm_encoding.scss +18 -36
- data/app/assets/stylesheets/pageflow/editor/confirm_upload.scss +12 -39
- data/app/assets/stylesheets/pageflow/editor/dialogs.scss +39 -12
- data/app/assets/stylesheets/pageflow/editor/disabled_atmo_indicator.scss +3 -3
- data/app/assets/stylesheets/pageflow/editor/drop_down_button.scss +7 -10
- data/app/assets/stylesheets/pageflow/editor/emulation_mode_button.scss +3 -8
- data/app/assets/stylesheets/pageflow/editor/failures.scss +3 -3
- data/app/assets/stylesheets/pageflow/editor/file_import.scss +22 -38
- data/app/assets/stylesheets/pageflow/editor/file_meta_data.scss +3 -7
- data/app/assets/stylesheets/pageflow/editor/file_settings_dialog.scss +4 -24
- data/app/assets/stylesheets/pageflow/editor/file_stages.scss +10 -11
- data/app/assets/stylesheets/pageflow/editor/file_thumbnails.scss +4 -8
- data/app/assets/stylesheets/pageflow/editor/files.scss +7 -6
- data/app/assets/stylesheets/pageflow/editor/files_explorer.scss +13 -30
- data/app/assets/stylesheets/pageflow/editor/files_gallery.scss +15 -11
- data/app/assets/stylesheets/pageflow/editor/filtered_files.scss +6 -7
- data/app/assets/stylesheets/pageflow/editor/help.scss +19 -14
- data/app/assets/stylesheets/pageflow/editor/help_image.scss +1 -1
- data/app/assets/stylesheets/pageflow/editor/info_box.scss +19 -0
- data/app/assets/stylesheets/pageflow/editor/inputs/file_input.scss +7 -11
- data/app/assets/stylesheets/pageflow/editor/inputs/file_processing_state_display.scss +0 -2
- data/app/assets/stylesheets/pageflow/editor/inputs/reference.scss +7 -11
- data/app/assets/stylesheets/pageflow/editor/list.scss +13 -10
- data/app/assets/stylesheets/pageflow/editor/loading.scss +1 -1
- data/app/assets/stylesheets/pageflow/editor/locked.scss +9 -5
- data/app/assets/stylesheets/pageflow/editor/menu.scss +5 -5
- data/app/assets/stylesheets/pageflow/editor/notifications.scss +15 -14
- data/app/assets/stylesheets/pageflow/editor/other_entry_item.scss +7 -3
- data/app/assets/stylesheets/pageflow/editor/outline.scss +57 -19
- data/app/assets/stylesheets/pageflow/editor/page_links.scss +10 -8
- data/app/assets/stylesheets/pageflow/editor/page_selection.scss +2 -29
- data/app/assets/stylesheets/pageflow/editor/publish_entry.scss +5 -6
- data/app/assets/stylesheets/pageflow/editor/quotas.scss +2 -3
- data/app/assets/stylesheets/pageflow/editor/select_button.scss +12 -6
- data/app/assets/stylesheets/pageflow/editor/sidebar_footer.scss +1 -5
- data/app/assets/stylesheets/pageflow/editor/storyline_picker.scss +6 -2
- data/app/assets/stylesheets/pageflow/editor/text_tracks.scss +6 -22
- data/app/assets/stylesheets/pageflow/editor/widgets.scss +2 -2
- data/app/assets/stylesheets/pageflow/editor/wysihtml5.scss +35 -29
- data/app/assets/stylesheets/pageflow/mixins/background_icons.scss +3 -3
- data/app/assets/stylesheets/pageflow/mixins/buttons.scss +50 -68
- data/app/assets/stylesheets/pageflow/themes/default/base.scss +2 -0
- data/app/assets/stylesheets/pageflow/themes/default/consent/bar.scss +156 -0
- data/app/assets/stylesheets/pageflow/themes/default/consent/vendor_list.scss +62 -0
- data/app/assets/stylesheets/pageflow/themes/default/consent.scss +2 -0
- data/app/assets/stylesheets/pageflow/themes/default/logo/alignment.scss +7 -0
- data/app/assets/stylesheets/pageflow/themes/default/page/shadow.scss +44 -0
- data/app/assets/stylesheets/pageflow/themes/default/third_party_embed_consent.scss +103 -0
- data/app/assets/stylesheets/pageflow/ui/forms.scss +79 -84
- data/app/assets/stylesheets/pageflow/ui/functions.scss +56 -0
- data/app/assets/stylesheets/pageflow/ui/input/check_box_group_input.scss +2 -3
- data/app/assets/stylesheets/pageflow/ui/input/color_input.scss +6 -6
- data/app/assets/stylesheets/pageflow/ui/input/extended_select_input.scss +63 -50
- data/app/assets/stylesheets/pageflow/ui/normalize/forms.scss +153 -0
- data/app/assets/stylesheets/pageflow/ui/normalize.scss +278 -0
- data/app/assets/stylesheets/pageflow/ui/properties.scss +44 -0
- data/app/assets/stylesheets/pageflow/ui/table_cells/delete_row_table_cell.scss +1 -1
- data/app/assets/stylesheets/pageflow/ui/table_view.scss +14 -18
- data/app/assets/stylesheets/pageflow/ui/tabs_view.scss +8 -11
- data/app/assets/stylesheets/pageflow/ui/tooltip.scss +6 -8
- data/app/assets/stylesheets/pageflow/ui/validation_error_messages.scss +6 -0
- data/app/assets/stylesheets/pageflow/ui.scss +4 -0
- data/app/controllers/pageflow/edit_locks_controller.rb +3 -1
- data/app/helpers/pageflow/admin/entries_helper.rb +2 -12
- data/app/helpers/pageflow/embed_code_helper.rb +1 -1
- data/app/helpers/pageflow/entries_helper.rb +41 -2
- data/app/helpers/pageflow/file_background_images_helper.rb +1 -1
- data/app/helpers/pageflow/page_types_helper.rb +1 -1
- data/app/helpers/pageflow/themes_helper.rb +1 -1
- data/app/jobs/pageflow/poll_meta_data_from_zencoder_job.rb +1 -1
- data/app/jobs/pageflow/poll_zencoder_job.rb +1 -9
- data/app/models/pageflow/audio_file.rb +17 -0
- data/app/models/pageflow/audio_file_url_templates.rb +4 -1
- data/app/models/pageflow/customized_theme.rb +37 -0
- data/app/models/pageflow/draft_entry.rb +6 -59
- data/app/models/pageflow/entry_at_revision.rb +68 -0
- data/app/models/pageflow/entry_role_query.rb +44 -24
- data/app/models/pageflow/image_file_css_background_image_urls.rb +8 -2
- data/app/models/pageflow/published_entry.rb +9 -56
- data/app/models/pageflow/theme_customization.rb +46 -0
- data/app/models/pageflow/theme_customization_file.rb +58 -0
- data/app/models/pageflow/video_file.rb +11 -1
- data/app/models/pageflow/video_file_url_templates.rb +1 -0
- data/app/policies/pageflow/entry_policy.rb +4 -0
- data/app/state_machines/pageflow/media_encoding_state_machine.rb +23 -4
- data/app/views/admin/entries/_form.html.erb +50 -0
- data/app/views/admin/entries/entry_type_name_input.html.erb +5 -0
- data/app/views/admin/features/_form.html.erb +1 -1
- data/app/views/admin/memberships/_form.html.erb +2 -3
- data/app/views/admin/users/_form.html.erb +1 -1
- data/app/views/admin/users/invitation.html.erb +2 -2
- data/app/views/components/pageflow/admin/entry_user_badge_list.rb +10 -9
- data/app/views/components/pageflow/admin/members_tab.rb +5 -1
- data/app/views/components/pageflow/admin/revisions_tab.rb +13 -3
- data/app/views/components/pageflow/admin/timestamp.rb +20 -0
- data/app/views/components/pageflow/admin/user_account_badge_list.rb +5 -6
- data/app/views/pageflow/admin/entries/_cannot_add_user.html.erb +9 -5
- data/app/views/pageflow/admin/entries/_entry_type_name_input.html.erb +7 -0
- data/app/views/pageflow/audio_files/_audio_file.json.jbuilder +13 -0
- data/app/views/pageflow/editor/encoding_confirmations/_intro.html.erb +0 -0
- data/app/views/pageflow/editor/encoding_confirmations/check.json.jbuilder +14 -2
- data/config/initializers/paperclip.rb +16 -1
- data/config/locales/de.yml +24 -28
- data/config/locales/en.yml +19 -10
- data/db/migrate/20210528073122_create_pageflow_theme_customizations.rb +11 -0
- data/db/migrate/20210531090654_create_pageflow_theme_customization_files.rb +15 -0
- data/db/migrate/20210531102228_add_selected_file_ids_to_theme_customizations.rb +5 -0
- data/db/migrate/20211020085902_add_canonical_entry_url_prefix_to_themings.rb +5 -0
- data/db/migrate/20220503150010_add_peak_data_to_audio_files.rb +5 -0
- data/db/migrate/20220705084830_add_trailing_slash_in_canonical_urls_to_themings.rb +5 -0
- data/entry_types/paged/app/assets/javascripts/pageflow_paged/dist/editor.js +256 -124
- data/entry_types/paged/app/assets/javascripts/pageflow_paged/dist/frontend.js +566 -167
- data/entry_types/paged/app/assets/javascripts/pageflow_paged/dist/react-client.js +5 -5
- data/entry_types/paged/app/assets/javascripts/pageflow_paged/dist/react-server.js +4 -4
- data/entry_types/paged/app/helpers/pageflow_paged/third_party_embed_consent_helper.rb +38 -0
- data/entry_types/paged/app/views/pageflow_paged/third_party_embed_consent/_opt_in.html.erb +12 -0
- data/entry_types/paged/app/views/pageflow_paged/third_party_embed_consent/_opt_out_info.html.erb +10 -0
- data/entry_types/paged/config/initializers/features.rb +2 -0
- data/entry_types/paged/config/locales/new/video_contain.de.yml +7 -0
- data/entry_types/paged/config/locales/new/video_contain.en.yml +7 -0
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/editor/seed_html_helper.rb +3 -0
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/entry_json_seed_helper.rb +1 -0
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/packs_helper.rb +58 -0
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/react_server_side_rendering_helper.rb +37 -3
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/themes_helper.rb +92 -6
- data/entry_types/scrolled/app/helpers/pageflow_scrolled/webpack_public_path_helper.rb +20 -0
- data/entry_types/scrolled/app/models/pageflow_scrolled/content_element.rb +7 -0
- data/entry_types/scrolled/app/views/pageflow_scrolled/editor/entries/_head.html.erb +5 -2
- data/entry_types/scrolled/app/views/pageflow_scrolled/editor/entries/_seed.json.jbuilder +5 -1
- data/entry_types/scrolled/app/views/pageflow_scrolled/entries/show.html.erb +5 -4
- data/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_entry.json.jbuilder +16 -0
- data/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_theme.json.jbuilder +13 -2
- data/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_widget.json.jbuilder +2 -0
- data/entry_types/scrolled/config/locales/de.yml +1 -8
- data/entry_types/scrolled/config/locales/en.yml +1 -9
- data/entry_types/scrolled/config/locales/new/before_after_slider.de.yml +8 -0
- data/entry_types/scrolled/config/locales/new/before_after_slider.en.yml +8 -0
- data/entry_types/scrolled/config/locales/new/center_ragged.de.yml +8 -0
- data/entry_types/scrolled/config/locales/new/center_ragged.en.yml +9 -0
- data/entry_types/scrolled/config/locales/new/consent.de.yml +25 -0
- data/entry_types/scrolled/config/locales/new/consent.en.yml +24 -0
- data/entry_types/scrolled/config/locales/new/content_element_categories.de.yml +39 -0
- data/entry_types/scrolled/config/locales/new/content_element_categories.en.yml +39 -0
- data/entry_types/scrolled/config/locales/new/default_transition.de.yml +14 -0
- data/entry_types/scrolled/config/locales/new/default_transition.en.yml +14 -0
- data/entry_types/scrolled/config/locales/new/header_line_breaks.de.yml +28 -0
- data/entry_types/scrolled/config/locales/new/header_line_breaks.en.yml +27 -0
- data/entry_types/scrolled/config/locales/new/header_size.de.yml +17 -0
- data/entry_types/scrolled/config/locales/new/header_size.en.yml +17 -0
- data/entry_types/scrolled/config/locales/new/iframe_embed.de.yml +39 -0
- data/entry_types/scrolled/config/locales/new/iframe_embed.en.yml +39 -0
- data/entry_types/scrolled/config/locales/new/inline_loops.de.yml +26 -0
- data/entry_types/scrolled/config/locales/new/inline_loops.en.yml +26 -0
- data/entry_types/scrolled/config/locales/new/portrait_inline_image.de.yml +9 -0
- data/entry_types/scrolled/config/locales/new/portrait_inline_image.en.yml +9 -0
- data/entry_types/scrolled/config/locales/new/section_width.de.yml +10 -0
- data/entry_types/scrolled/config/locales/new/section_width.en.yml +10 -0
- data/entry_types/scrolled/config/locales/new/typography_variants.de.yml +7 -0
- data/entry_types/scrolled/config/locales/new/typography_variants.en.yml +7 -0
- data/entry_types/scrolled/config/locales/new/video_embed_poster.de.yml +8 -0
- data/entry_types/scrolled/config/locales/new/video_embed_poster.en.yml +8 -0
- data/entry_types/scrolled/config/locales/new/waveform_styles.de.yml +11 -0
- data/entry_types/scrolled/config/locales/new/waveform_styles.en.yml +12 -0
- data/entry_types/scrolled/config/locales/new/widgets.de.yml +6 -0
- data/entry_types/scrolled/config/locales/new/widgets.en.yml +6 -0
- data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/install_generator.rb +29 -5
- data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/themes_plugin.rb.tt +8 -6
- data/entry_types/scrolled/lib/pageflow_scrolled/additional_packs.rb +37 -0
- data/entry_types/scrolled/lib/pageflow_scrolled/additional_seed_data.rb +57 -0
- data/entry_types/scrolled/lib/pageflow_scrolled/configuration.rb +49 -0
- data/entry_types/scrolled/lib/pageflow_scrolled/engine.rb +2 -0
- data/entry_types/scrolled/lib/pageflow_scrolled/plugin.rb +8 -0
- data/entry_types/scrolled/lib/pageflow_scrolled/react_widget_type.rb +42 -0
- data/entry_types/scrolled/lib/pageflow_scrolled.rb +17 -1
- data/entry_types/scrolled/lib/tasks/pageflow_scrolled/create_bundle_symlinks_for_yarn.rake +3 -2
- data/entry_types/scrolled/package/config/webpack.js +11 -0
- data/entry_types/scrolled/package/contentElements-editor.js +323 -89
- data/entry_types/scrolled/package/contentElements-frontend.css +1 -1
- data/entry_types/scrolled/package/contentElements-frontend.js +719 -529
- data/entry_types/scrolled/package/editor.js +459 -261
- data/entry_types/scrolled/package/frontend/{EditableText-7093fd0e.js → EditableInlineText.module-b9923660.js} +284 -362
- data/entry_types/scrolled/package/frontend/{i18n-4dc6c377.js → PhonePlatformContext-9fb97827.js} +199 -106
- data/entry_types/scrolled/package/frontend/{Viewer-e49e7807.js → Viewer-e2290ea0.js} +196 -79
- data/entry_types/scrolled/package/frontend/{Wavesurfer-0adf5667.js → Wavesurfer-7d9cf1b7.js} +16 -58
- data/entry_types/scrolled/package/frontend/{components-6a6793ca.js → components-6ab26015.js} +664 -671
- data/entry_types/scrolled/package/frontend/{getPrototypeOf-63c7c8e8.js → createSuper-d0f30da3.js} +34 -5
- data/entry_types/scrolled/package/frontend/index.css +1 -9
- data/entry_types/scrolled/package/frontend/index.js +1919 -2386
- data/entry_types/scrolled/package/frontend/{useBrowserFeature-91a4c29d.js → usePhonePlatform-2857c22b.js} +9 -8
- data/entry_types/scrolled/package/frontend-server.js +3 -6
- data/entry_types/scrolled/package/package.json +16 -8
- data/entry_types/scrolled/package/testHelpers.js +456 -0
- data/entry_types/scrolled/package/values/breakpoints.module.css +9 -0
- data/entry_types/scrolled/package/values/colors.module.css +5 -0
- data/entry_types/scrolled/package/widgets/defaultNavigation.css +9 -0
- data/entry_types/scrolled/package/widgets/defaultNavigation.js +612 -0
- data/entry_types/scrolled/spec/fixtures/image.svg +1 -0
- data/lib/pageflow/ability_mixin.rb +4 -0
- data/lib/pageflow/built_in_widget_type.rb +4 -0
- data/lib/pageflow/built_in_widget_types_plugin.rb +7 -0
- data/lib/pageflow/configuration.rb +34 -1
- data/lib/pageflow/entry_type.rb +11 -2
- data/lib/pageflow/entry_type_configuration.rb +2 -0
- data/lib/pageflow/file_type.rb +24 -0
- data/lib/pageflow/paperclip_processors/audio_waveform.rb +42 -0
- data/lib/pageflow/paperclip_processors/noop.rb +10 -0
- data/lib/pageflow/theme_customizations.rb +61 -0
- data/lib/pageflow/version.rb +1 -1
- data/lib/pageflow.rb +9 -0
- data/package/config/jest/index.js +2 -1
- data/package/config/postcss/scaleFunctions.js +71 -0
- data/package/editor.js +95 -85
- data/package/frontend.js +521 -161
- data/package/package.json +5 -3
- data/package/testHelpers.js +26 -5
- data/package/ui.js +124 -11
- data/spec/factories/draft_entries.rb +19 -1
- data/spec/factories/entries.rb +4 -0
- data/spec/factories/published_entries.rb +6 -0
- data/spec/fixtures/audio.ogg +0 -0
- metadata +119 -14
- data/app/views/admin/entries/_not_allowed_to_see_entry_types.json.jbuilder +0 -2
- data/app/views/admin/entries/entry_types.json.jbuilder +0 -4
- data/package/config/jest/transformers/upwardBabel.js +0 -5
@@ -1,13 +1,8 @@
|
|
1
1
|
.background_positioning {
|
2
2
|
.box {
|
3
|
-
|
4
|
-
|
3
|
+
min-width: 500px;
|
4
|
+
min-height: 400px;
|
5
5
|
max-width: 1000px;
|
6
|
-
max-height: 745px;
|
7
|
-
padding-bottom: 20px;
|
8
|
-
overflow: hidden;
|
9
|
-
height: 80%;
|
10
|
-
overflow-y: scroll;
|
11
6
|
}
|
12
7
|
|
13
8
|
label {
|
@@ -18,33 +13,6 @@
|
|
18
13
|
font-size: 12px;
|
19
14
|
}
|
20
15
|
|
21
|
-
ul.screens {
|
22
|
-
border-bottom: solid 1px #aaa;
|
23
|
-
padding: 0;
|
24
|
-
|
25
|
-
li {
|
26
|
-
display: inline-block;
|
27
|
-
list-style: none;
|
28
|
-
padding: 5px 10px;
|
29
|
-
margin-bottom: 1px;
|
30
|
-
background-color: #eee;
|
31
|
-
|
32
|
-
a {
|
33
|
-
text-decoration: none;
|
34
|
-
color: #000;
|
35
|
-
}
|
36
|
-
|
37
|
-
&:hover {
|
38
|
-
background-color: #ddd;
|
39
|
-
}
|
40
|
-
|
41
|
-
&.active {
|
42
|
-
background-color: #D2E5FA;
|
43
|
-
font-weight: bold;
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
|
48
16
|
.wrapper {
|
49
17
|
text-align: center;
|
50
18
|
margin: 35px;
|
@@ -52,7 +20,7 @@
|
|
52
20
|
|
53
21
|
.previews {
|
54
22
|
overflow: scroll;
|
55
|
-
overflow-x:
|
23
|
+
overflow-x: auto;
|
56
24
|
overflow-y: hidden;
|
57
25
|
margin-bottom: 20px;
|
58
26
|
|
@@ -68,14 +36,14 @@
|
|
68
36
|
vertical-align: middle;
|
69
37
|
|
70
38
|
.image {
|
71
|
-
|
39
|
+
outline: solid 1px var(--ui-on-surface-color-light);
|
72
40
|
background-size: cover;
|
73
41
|
}
|
74
42
|
|
75
43
|
.label {
|
76
44
|
padding: 3px 0;
|
77
45
|
font-size: 11px;
|
78
|
-
color:
|
46
|
+
color: var(--ui-on-surface-color-light);
|
79
47
|
}
|
80
48
|
}
|
81
49
|
|
@@ -85,7 +53,7 @@
|
|
85
53
|
height: 100%;
|
86
54
|
|
87
55
|
img {
|
88
|
-
|
56
|
+
outline: solid 1px var(--ui-on-surface-color-light);
|
89
57
|
display: block;
|
90
58
|
max-height: 300px;
|
91
59
|
max-width: 600px;
|
@@ -96,22 +64,7 @@
|
|
96
64
|
.slider {
|
97
65
|
position: absolute;
|
98
66
|
border: none;
|
99
|
-
background:
|
100
|
-
|
101
|
-
a {
|
102
|
-
@include background-icon-center($font-size: 20px);
|
103
|
-
@include arrow-combo-icon;
|
104
|
-
position: absolute;
|
105
|
-
display: block;
|
106
|
-
width: 40px;
|
107
|
-
height: 40px;
|
108
|
-
margin: 0;
|
109
|
-
background-color: #fff;
|
110
|
-
border: solid 1px #888;
|
111
|
-
border-radius: 4px;
|
112
|
-
left: auto;
|
113
|
-
top: auto;
|
114
|
-
}
|
67
|
+
background: var(--ui-on-surface-color-lightest);
|
115
68
|
|
116
69
|
&.horizontal {
|
117
70
|
bottom: -10px;
|
@@ -146,29 +99,30 @@
|
|
146
99
|
white-space: nowrap;
|
147
100
|
|
148
101
|
input {
|
149
|
-
|
102
|
+
display: inline;
|
103
|
+
width: 55px;
|
150
104
|
height: 25px;
|
151
105
|
box-sizing: border-box;
|
152
|
-
|
106
|
+
padding-right: space(1);
|
153
107
|
}
|
154
108
|
|
155
109
|
&.horizontal {
|
156
|
-
left: -
|
110
|
+
left: -80px;
|
157
111
|
bottom: -26px;
|
158
112
|
}
|
159
113
|
|
160
114
|
&.vertical {
|
161
|
-
left:
|
162
|
-
top:
|
115
|
+
left: 115%;
|
116
|
+
top: 0;
|
163
117
|
}
|
164
118
|
}
|
165
119
|
|
166
120
|
a.save {
|
167
121
|
@include check-icon;
|
168
|
-
@include icon-button;
|
122
|
+
@include icon-button("primary");
|
169
123
|
}
|
170
124
|
|
171
125
|
a.close {
|
172
|
-
@include icon-button
|
126
|
+
@include icon-button;
|
173
127
|
}
|
174
128
|
}
|
@@ -3,6 +3,7 @@
|
|
3
3
|
@import "pageflow/fonts";
|
4
4
|
|
5
5
|
@import "pageflow/jquery_ui";
|
6
|
+
@import "pageflow/ui/normalize";
|
6
7
|
@import "pageflow/ui";
|
7
8
|
@import "pageflow/animations";
|
8
9
|
|
@@ -24,12 +25,14 @@
|
|
24
25
|
@import "./change_theme";
|
25
26
|
@extend %pageflow-ui;
|
26
27
|
|
27
|
-
font-family:
|
28
|
-
font-size:
|
28
|
+
font-family: var(--ui-font-family);
|
29
|
+
font-size: var(--ui-font-size);
|
29
30
|
|
30
31
|
padding: 0;
|
31
32
|
display: block;
|
32
|
-
background-color:
|
33
|
+
background-color: var(--ui-surface-color);
|
34
|
+
border: 0;
|
35
|
+
color: var(--ui-on-surface-color);
|
33
36
|
overflow: hidden;
|
34
37
|
|
35
38
|
* {
|
@@ -38,10 +41,8 @@
|
|
38
41
|
}
|
39
42
|
|
40
43
|
h2 {
|
41
|
-
font-size:
|
42
|
-
|
43
|
-
font-weight: normal;
|
44
|
-
color: #444;
|
44
|
+
font-size: inherit;
|
45
|
+
font-weight: 500;
|
45
46
|
margin: 15px 0 5px 0;
|
46
47
|
}
|
47
48
|
|
@@ -51,7 +52,7 @@
|
|
51
52
|
}
|
52
53
|
|
53
54
|
a {
|
54
|
-
color:
|
55
|
+
color: var(--ui-on-surface-color);
|
55
56
|
text-decoration: none;
|
56
57
|
}
|
57
58
|
|
@@ -93,18 +94,18 @@
|
|
93
94
|
|
94
95
|
a.publish {
|
95
96
|
@include eye-icon;
|
96
|
-
@include icon-button;
|
97
|
+
@include icon-button("primary");
|
97
98
|
float: right;
|
98
99
|
}
|
99
100
|
|
100
101
|
a.close {
|
101
102
|
@include cancel-icon;
|
102
|
-
@include icon-button
|
103
|
+
@include icon-button;
|
103
104
|
}
|
104
105
|
|
105
106
|
a.back {
|
106
107
|
@include left-open-icon;
|
107
|
-
@include icon-button
|
108
|
+
@include icon-button;
|
108
109
|
}
|
109
110
|
|
110
111
|
a.add_chapter,
|
@@ -114,13 +115,13 @@
|
|
114
115
|
}
|
115
116
|
|
116
117
|
a.destroy {
|
117
|
-
@include icon-button(
|
118
|
+
@include icon-button("destructive");
|
118
119
|
@include trash-icon;
|
119
120
|
float: right;
|
120
121
|
}
|
121
122
|
|
122
123
|
a.upload {
|
123
|
-
@include icon-button;
|
124
|
+
@include icon-button("primary");
|
124
125
|
@include up-icon;
|
125
126
|
float: right;
|
126
127
|
}
|
@@ -144,6 +145,20 @@ main.ui-layout-pane {
|
|
144
145
|
background-color: #000;
|
145
146
|
}
|
146
147
|
|
148
|
+
.ui-layout-resizer {
|
149
|
+
background-color: var(--ui-surface-color);
|
150
|
+
border: 0;
|
151
|
+
border-left: solid 1px var(--ui-on-surface-color-lightest);
|
152
|
+
border-top-left-radius: rounded(sm);
|
153
|
+
border-bottom-left-radius: rounded(sm);
|
154
|
+
}
|
155
|
+
|
156
|
+
.ui-layout-toggler {
|
157
|
+
border: 0;
|
158
|
+
border-top-right-radius: rounded(lg);
|
159
|
+
border-bottom-right-radius: rounded(lg);
|
160
|
+
}
|
161
|
+
|
147
162
|
main > div {
|
148
163
|
height: 100%;
|
149
164
|
|
@@ -6,8 +6,8 @@
|
|
6
6
|
letter-spacing: 0.01em;
|
7
7
|
text-align: center;
|
8
8
|
padding: 5% 25%;
|
9
|
-
background-color:
|
10
|
-
color:
|
9
|
+
background-color: var(--ui-surface-color);
|
10
|
+
color: var(--ui-on-surface-color);
|
11
11
|
height: 100%;
|
12
12
|
|
13
13
|
h2 {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
font-weight: normal;
|
16
16
|
letter-spacing: 0.02em;
|
17
17
|
text-transform: uppercase;
|
18
|
-
color:
|
18
|
+
color: var(--ui-on-surface-color-light);
|
19
19
|
|
20
20
|
&:before {
|
21
21
|
content: "";
|
@@ -26,7 +26,7 @@
|
|
26
26
|
background-size: 33px 45px;
|
27
27
|
background-repeat: no-repeat;
|
28
28
|
background-image: image-url("pageflow/editor/blank_entry/logo.png");
|
29
|
-
opacity: 0.
|
29
|
+
opacity: 0.6;
|
30
30
|
}
|
31
31
|
}
|
32
32
|
|
@@ -39,8 +39,8 @@
|
|
39
39
|
display: inline-block;
|
40
40
|
text-align: left;
|
41
41
|
padding: 20px 50px;
|
42
|
-
border-bottom: solid 1px
|
43
|
-
border-top: solid 1px
|
42
|
+
border-bottom: solid 1px var(--ui-on-surface-color-lighter);
|
43
|
+
border-top: solid 1px var(--ui-on-surface-color-lighter);
|
44
44
|
}
|
45
45
|
|
46
46
|
li {
|
@@ -1,58 +1,29 @@
|
|
1
1
|
&.change_theme {
|
2
2
|
.box {
|
3
|
-
position: absolute;
|
4
|
-
top: 20px;
|
5
|
-
left: 20px;
|
6
|
-
bottom: 20px;
|
7
|
-
right: 20px;
|
8
3
|
max-width: 1100px;
|
9
|
-
max-height:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
.content {
|
14
|
-
position: absolute;
|
15
|
-
top: 20px;
|
16
|
-
right: 20px;
|
17
|
-
bottom: 50px;
|
18
|
-
left: 20px;
|
19
|
-
overflow: auto;
|
20
|
-
overflow-y: scroll;
|
21
|
-
background-color: #fff;
|
22
|
-
|
23
|
-
>div {
|
24
|
-
padding: 10px;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.footer {
|
29
|
-
position: absolute;
|
30
|
-
right: 20px;
|
31
|
-
bottom: 10px;
|
32
|
-
left: 20px;
|
4
|
+
max-height: 670px;
|
5
|
+
min-width: 600px;
|
6
|
+
min-height: 300px;
|
33
7
|
}
|
34
8
|
|
35
9
|
.themes_panel {
|
36
|
-
position: absolute;
|
37
|
-
top: 60px;
|
38
|
-
left: 20px;
|
39
10
|
width: 330px;
|
11
|
+
overflow: auto;
|
40
12
|
}
|
41
13
|
|
42
14
|
.preview_panel {
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
15
|
+
flex: 1;
|
16
|
+
height: 100%;
|
17
|
+
display: flex;
|
18
|
+
flex-direction: column;
|
19
|
+
margin-left: 0.25rem;
|
20
|
+
border-left: solid 1px var(--ui-on-surface-color-lightest);
|
21
|
+
padding-left: 1rem;
|
22
|
+
position: relative;
|
48
23
|
}
|
49
24
|
|
50
25
|
.use_theme {
|
51
|
-
@include button
|
52
|
-
}
|
53
|
-
|
54
|
-
.theme_name {
|
55
|
-
margin: 10px;
|
26
|
+
@include simple-button;
|
56
27
|
}
|
57
28
|
|
58
29
|
.button_or_checkmark {
|
@@ -63,52 +34,38 @@
|
|
63
34
|
|
64
35
|
.theme_in_use {
|
65
36
|
font-size: 35px;
|
37
|
+
line-height: space(4);
|
66
38
|
}
|
67
39
|
|
68
40
|
li {
|
69
41
|
position: relative;
|
70
|
-
|
71
|
-
|
72
|
-
margin: 10px;
|
42
|
+
margin: 0 space(1) space(1) 0;
|
43
|
+
padding: space(4);
|
73
44
|
|
74
|
-
|
75
|
-
background-color:
|
45
|
+
&.active {
|
46
|
+
background-color: var(--ui-selection-color-lighter);
|
76
47
|
}
|
77
48
|
}
|
78
49
|
|
79
|
-
h2.themes_header {
|
80
|
-
display: block;
|
81
|
-
font-size: 1.5em;
|
82
|
-
font-weight: bold;
|
83
|
-
text-transform: none;
|
84
|
-
position: absolute;
|
85
|
-
top: 25px;
|
86
|
-
left: 30px;
|
87
|
-
}
|
88
|
-
|
89
|
-
h2.preview_header {
|
90
|
-
font-size: 14px;
|
91
|
-
text-transform: none;
|
92
|
-
}
|
93
|
-
|
94
50
|
.preview_image_region {
|
95
|
-
margin-bottom: 30px;
|
96
|
-
border: 1px solid #eee;
|
97
|
-
padding-top: 71%;
|
98
51
|
position: relative;
|
52
|
+
min-height: 0;
|
53
|
+
flex: 1;
|
54
|
+
margin-top: 1rem;
|
99
55
|
}
|
100
56
|
|
101
57
|
.preview_image {
|
102
|
-
position:
|
103
|
-
top: 0;
|
104
|
-
max-width: 100%;
|
58
|
+
position: relative;
|
105
59
|
z-index: 2;
|
60
|
+
height: 100%;
|
61
|
+
width: 100%;
|
62
|
+
object-fit: contain;
|
106
63
|
}
|
107
64
|
|
108
65
|
.loading {
|
109
66
|
position: absolute;
|
110
|
-
top:
|
111
|
-
|
112
|
-
|
67
|
+
top: 50%;
|
68
|
+
left: 50%;
|
69
|
+
transform: translate(-50%, -50%);
|
113
70
|
}
|
114
71
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
.confirm_encoding {
|
2
2
|
.blank_slate {
|
3
|
-
background-color: #fff;
|
4
3
|
margin: 10px 0;
|
5
4
|
padding: 20px 0;
|
6
5
|
|
@@ -14,66 +13,49 @@
|
|
14
13
|
}
|
15
14
|
}
|
16
15
|
|
16
|
+
.intro {
|
17
|
+
p {
|
18
|
+
margin-top: space(3);
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
17
22
|
ul.confirmable_files {
|
18
23
|
margin-bottom: 15px;
|
19
24
|
|
20
25
|
li {
|
21
|
-
background-color:
|
22
|
-
margin-bottom:
|
23
|
-
|
24
|
-
padding:
|
25
|
-
|
26
|
-
|
27
|
-
height: 23px;
|
26
|
+
background-color: var(--ui-primary-color-lightest);
|
27
|
+
margin-bottom: space(1);
|
28
|
+
display: flex;
|
29
|
+
padding: space(2);
|
30
|
+
border-radius: rounded();
|
31
|
+
align-items: center;
|
28
32
|
}
|
29
33
|
|
30
34
|
input[type=checkbox] {
|
31
35
|
display: block;
|
32
|
-
position: absolute;
|
33
|
-
top: 10px;
|
34
|
-
left: 10px;
|
35
|
-
width: auto;
|
36
|
-
height: auto;
|
37
36
|
}
|
38
37
|
|
39
38
|
.file_name {
|
40
|
-
position: absolute;
|
41
|
-
left: 30px;
|
42
|
-
top: 9px;
|
43
|
-
right: 100px;
|
44
|
-
overflow: hidden;
|
45
|
-
text-overflow: ellipsis;
|
46
|
-
|
47
39
|
font-weight: normal;
|
48
|
-
|
40
|
+
margin: 0 space(2);
|
49
41
|
}
|
50
42
|
|
51
43
|
.duration {
|
52
|
-
|
53
|
-
right: 50px;
|
54
|
-
top: 9px;
|
44
|
+
color: var(--ui-on-surface-color-light);
|
55
45
|
}
|
56
46
|
|
57
47
|
.actions {
|
58
|
-
|
59
|
-
right: 10px;
|
60
|
-
top: 3px;
|
61
|
-
text-align: right;
|
62
|
-
|
63
|
-
a {
|
64
|
-
float: left;
|
65
|
-
margin-left: 5px;
|
66
|
-
}
|
48
|
+
margin-left: space(2);
|
67
49
|
}
|
68
50
|
|
69
51
|
a.remove {
|
70
|
-
@include icon-only-button(
|
52
|
+
@include icon-only-button("destructive");
|
71
53
|
@include trash-icon;
|
72
54
|
}
|
73
55
|
}
|
74
56
|
|
75
57
|
button.confirm {
|
76
|
-
@include icon-button;
|
58
|
+
@include icon-button("primary");
|
77
59
|
@include check-icon;
|
78
60
|
|
79
61
|
&.checking {
|
@@ -81,4 +63,4 @@
|
|
81
63
|
@include background-icon-animation(blink);
|
82
64
|
}
|
83
65
|
}
|
84
|
-
}
|
66
|
+
}
|
@@ -1,66 +1,39 @@
|
|
1
1
|
&.confirm_upload {
|
2
2
|
.box {
|
3
|
-
|
4
|
-
|
5
|
-
left: 20px;
|
6
|
-
bottom: 20px;
|
7
|
-
right: 20px;
|
3
|
+
min-width: 500px;
|
4
|
+
min-height: 400px;
|
8
5
|
max-width: 1100px;
|
9
|
-
background-color: #eee;
|
10
|
-
}
|
11
|
-
|
12
|
-
.uploadable_files {
|
13
|
-
margin-right: 10px;
|
14
|
-
|
15
|
-
&.is_empty {
|
16
|
-
display: none;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
.files_panel,
|
21
|
-
.selected_file_panel {
|
22
|
-
position: absolute;
|
23
|
-
top: 80px;
|
24
6
|
}
|
25
7
|
|
26
8
|
.files_panel {
|
27
|
-
right: 370px;
|
28
|
-
bottom: 50px;
|
29
|
-
left: 20px;
|
30
9
|
overflow: auto;
|
10
|
+
flex: 1;
|
31
11
|
}
|
32
12
|
|
33
13
|
.selected_file_panel {
|
34
|
-
|
35
|
-
right: 20px;
|
14
|
+
margin-left: space(6);
|
36
15
|
width: 330px;
|
37
16
|
}
|
38
17
|
|
39
|
-
.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
18
|
+
.uploadable_files {
|
19
|
+
margin: 0 space(2) space(4) 0;
|
20
|
+
|
21
|
+
&.is_empty {
|
22
|
+
display: none;
|
23
|
+
}
|
44
24
|
}
|
45
25
|
|
46
26
|
.table_view {
|
47
27
|
width: 100%;
|
48
28
|
}
|
49
29
|
|
50
|
-
.footer {
|
51
|
-
position: absolute;
|
52
|
-
right: 20px;
|
53
|
-
bottom: 10px;
|
54
|
-
left: 20px;
|
55
|
-
}
|
56
|
-
|
57
30
|
.upload {
|
58
|
-
@include icon-button;
|
31
|
+
@include icon-button("primary");
|
59
32
|
@include up-icon;
|
60
33
|
}
|
61
34
|
|
62
35
|
.close {
|
63
|
-
@include icon-button
|
36
|
+
@include icon-button;
|
64
37
|
@include cancel-icon;
|
65
38
|
}
|
66
39
|
}
|
@@ -14,35 +14,62 @@
|
|
14
14
|
left: 0;
|
15
15
|
width: 100%;
|
16
16
|
height: 100%;
|
17
|
-
background-color:
|
18
|
-
opacity: 0.5;
|
17
|
+
background-color: var(--ui-backdrop-color);
|
19
18
|
}
|
20
19
|
|
21
20
|
.box {
|
22
|
-
|
23
|
-
|
21
|
+
display: flex;
|
22
|
+
flex-direction: column;
|
23
|
+
position: absolute;
|
24
|
+
top: space(10);
|
25
|
+
right: space(10);
|
26
|
+
bottom: space(10);
|
27
|
+
left: space(10);
|
24
28
|
margin: auto;
|
25
|
-
padding:
|
26
|
-
background-color:
|
29
|
+
padding: space(4) space(6);
|
30
|
+
background-color: var(--ui-surface-color);
|
31
|
+
border-radius: rounded();
|
32
|
+
box-shadow: var(--ui-box-shadow-md);
|
33
|
+
}
|
34
|
+
|
35
|
+
.content,
|
36
|
+
.panels {
|
37
|
+
flex: 1;
|
38
|
+
min-height: 0;
|
39
|
+
margin-bottom: space(4);
|
40
|
+
}
|
41
|
+
|
42
|
+
.panels {
|
43
|
+
display: flex;
|
27
44
|
}
|
28
45
|
|
29
|
-
|
30
|
-
|
31
|
-
margin:
|
46
|
+
.content {
|
47
|
+
padding: 0 space(2) 0 space(2);
|
48
|
+
margin-left: space(-2);
|
49
|
+
overflow: auto;
|
32
50
|
}
|
33
51
|
|
34
52
|
.dialog-header {
|
35
53
|
font-size: 17px;
|
36
54
|
font-weight: bold;
|
37
|
-
margin: 0 0
|
55
|
+
margin: 0 0 space(4) 0;
|
56
|
+
}
|
57
|
+
|
58
|
+
.dialog-sub_header {
|
59
|
+
border-bottom: solid 1px var(--ui-on-surface-color-lighter);
|
60
|
+
margin: 0;
|
61
|
+
padding: space(1) 0;
|
62
|
+
}
|
63
|
+
|
64
|
+
.dialog-hint {
|
65
|
+
margin-bottom: space(4);
|
38
66
|
}
|
39
67
|
|
40
68
|
.footer {
|
41
|
-
clear: left;
|
42
69
|
text-align: right;
|
43
70
|
}
|
44
71
|
|
45
|
-
|
72
|
+
.close {
|
46
73
|
@include cancel-icon;
|
47
74
|
@include icon-button;
|
48
75
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
.disabled_atmo_indicator {
|
2
|
-
@include background-icon-center($color:
|
2
|
+
@include background-icon-center($color: var(--ui-on-primary-color), $font-size: 30px);
|
3
3
|
@include mute-icon;
|
4
4
|
|
5
|
-
background-color:
|
5
|
+
background-color: var(--ui-on-surface-color-light);
|
6
6
|
border-radius: 5px;
|
7
7
|
width: 50px;
|
8
8
|
height: 50px;
|
@@ -10,4 +10,4 @@
|
|
10
10
|
&:hover {
|
11
11
|
opacity: 0.5;
|
12
12
|
}
|
13
|
-
}
|
13
|
+
}
|