Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve content editing features, enable preview and SEO #59

Merged
merged 53 commits into from
Oct 22, 2024

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    240b580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64c8c2 View commit details
    Browse the repository at this point in the history
  3. refactor Authors component and AuthorPills

    - created pills for 2 authors and 3+ authors;
    - moved Author pills to a single file located in Authors/AuthorPills;
    - fixed imports
    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    21df3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59fc434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b2887 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    510770a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3277067 View commit details
    Browse the repository at this point in the history
  8. fix styling

    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f6e3b09 View commit details
    Browse the repository at this point in the history
  9. fix broken links

    rccsousa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a4ead44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51cefaa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. file renaming

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a12f616 View commit details
    Browse the repository at this point in the history
  2. update header styling

    - make header correspond to page type, changing background and font
      colors based on the type of page it is inserted instead of being
      generic
    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab706d2 View commit details
    Browse the repository at this point in the history
  3. optimize css

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    14229ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094e043 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49e6049 View commit details
    Browse the repository at this point in the history
  6. fix typescript errors

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aa58976 View commit details
    Browse the repository at this point in the history
  7. update metadata generation

    - changed metadata generation, badges, favicons and open graphs,
      replacing payload boilerplate open graph and use content tailored to
      the content-sub project
    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    112d35c View commit details
    Browse the repository at this point in the history
  8. improve editing optins - meta, SEO and previewing

    - enabled payload SEO plugin to automatically generate metadata for
      sharing;
    - enabled live preview and increased draft saving to facilitate
      previewing;
    - enabled page preview;
    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c9d27f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    145a86c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9194641 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a475d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c800709 View commit details
    Browse the repository at this point in the history
  13. fix content card styling

    rccsousa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8bac8a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f48e8b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    131125e View commit details
    Browse the repository at this point in the history
  2. enable SEO and live preview

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    91f7ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    852df72 View commit details
    Browse the repository at this point in the history
  4. linting

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    977886c View commit details
    Browse the repository at this point in the history
  5. delete unused collections

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    267b00e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bc1ef6 View commit details
    Browse the repository at this point in the history
  7. update payload config

    - remove unused collections,
    - temporarily disable search plugin,
    - add missing collections to SEO plugin and its functions (generate
    title, generate URL),
    - add missing collections to Redirects plugin;
    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7b594c3 View commit details
    Browse the repository at this point in the history
  8. fix SEO plugin

    plugin was throwing errors upon type generation due to having
    collections parameters enabled, which isn't necessary for the current
    version.
    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    821b7cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    331f97d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68bd6f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    963c324 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95bfd5f View commit details
    Browse the repository at this point in the history
  13. add missing categories

    and remove unused ones
    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e59334a View commit details
    Browse the repository at this point in the history
  14. cleaning

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a83f349 View commit details
    Browse the repository at this point in the history
  15. regenerate types

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    75dd8e7 View commit details
    Browse the repository at this point in the history
  16. refactor AuthorPill

    - remake author pill as a standalone component;
    - use conditional rendering to make it fit one, two or more
    contributors;
    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    90ef400 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bb65893 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    180ec2a View commit details
    Browse the repository at this point in the history
  19. linting

    rccsousa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2c7d57b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. enforce category attribution

    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bc5eee3 View commit details
    Browse the repository at this point in the history
  2. remove unused categories

    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6de2a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098c5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08aefd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11bc736 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/subvisual/content-sub into …

    …rs/improve-content-editing
    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d2001d6 View commit details
    Browse the repository at this point in the history
  7. regenerate payload types

    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e62da43 View commit details
    Browse the repository at this point in the history
  8. delete unused blocks

    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f5d9e19 View commit details
    Browse the repository at this point in the history
  9. formating

    rccsousa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e224034 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. remake BeforeDashboard component

    - remove unused seed functionality;
    - add information about important features of the dashboard;
    - link to quick tutorial rundown;
    rccsousa committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    418e365 View commit details
    Browse the repository at this point in the history