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

Support for custom tablist header and footer #513

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jan 7, 2022

  1. Initial commit

    added system for adding or changing tablist headers and footers.
    To make the tablist prettier
    Kecerim24 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c016d23 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Send extra info to new players

    Tablist header and footer now in TablistHeaderFooter type
    Resources now used to store TablistHeaderFooter
    Kecerim24 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    35babb7 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    Kecerim24 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    a8fbd38 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Use libcraft_text instead of String

    Kecerim24 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e4507b1 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    Kecerim24 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ba952b3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/feather-rs/feather into pre…

    …tty_tablist
    Kecerim24 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    db7473a View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    Kecerim24 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    48f8f42 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Use default values for TablistHeaderFooter

    Add configurable values to config.toml
    Kecerim24 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    22f2902 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    486dd86 View commit details
    Browse the repository at this point in the history
  2. Add default values for tablist header

    Rename `default_header` to `tablist_header`
    Rename `default_footer` to `tablist_footer`
    Kecerim24 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7e0535f View commit details
    Browse the repository at this point in the history
  3. Move TablistHeaderFooter to quill/common/tablist.rs

    Rename `update_tablist_header` to `update_tablist_header_footer`
    Rename `send_tablist_header_on_join` to `send_tablist_header_footer_on_join`
    Kecerim24 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    45d01df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a96ed0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'pretty_tablist' of https://github.com/Kecerim24/feather

    …into pretty_tablist
    Kecerim24 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3c3f707 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Remove tablist_header and tablist_footer from Options

    Add config to resources
    Kecerim24 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b0c2320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f8675 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pretty_tablist' of https://github.com/Kecerim24/feather

    …into pretty_tablist
    Kecerim24 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    abe25d8 View commit details
    Browse the repository at this point in the history
  4. Move TablistExtrasUpdateEvent to quill/common/srs/events/change.rs

    Add docs
    Kecerim24 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    342dba2 View commit details
    Browse the repository at this point in the history