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

[3.0] Theme #7933

Draft
wants to merge 84 commits into
base: release-3.0
Choose a base branch
from
Draft

[3.0] Theme #7933

wants to merge 84 commits into from

Commits on Sep 12, 2024

  1. Initial theme upload

    Co-authored-by: John Rayes <live627@gmail.com>
    TwitchisMental and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8f8ea6c View commit details
    Browse the repository at this point in the history
  2. Add new form grids

    Co-authored-by: John Rayes <live627@gmail.com>
    jdarwood007 and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6243cd7 View commit details
    Browse the repository at this point in the history
  3. Adding font awesome for real this time

    Co-authored-by: Diego Andrés <diegoandres_cortes@outlook.com>
    
    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a0de62a View commit details
    Browse the repository at this point in the history
  4. fontawesome helptext

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0233955 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    abe8f71 View commit details
    Browse the repository at this point in the history
  6. Improve popup

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2092108 View commit details
    Browse the repository at this point in the history
  7. select login container, not login icon

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fada37d View commit details
    Browse the repository at this point in the history
  8. make unread links have the same as menu buttons

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e18d237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44d0af9 View commit details
    Browse the repository at this point in the history
  10. Update index.css

    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    af2e2b1 View commit details
    Browse the repository at this point in the history
  11. Update Theme.php

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6913959 View commit details
    Browse the repository at this point in the history
  12. scrollabble

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4fe0c8c View commit details
    Browse the repository at this point in the history
  13. no more eval

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1633225 View commit details
    Browse the repository at this point in the history
  14. move variables to a separate file

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3b25110 View commit details
    Browse the repository at this point in the history
  15. code tag changes

    - wrap code in preformatted html tags
    - do the same in the sceditor
    - bonus: fix php tag processing in the sceditor
    - php 8.3 changes highlight_string(), so update our integrations
    - do not add php start and end php tags to the final output of the php bbcode
    - add buttons for selecting and expanding code blocks with js; don't output them from php
    - remove smfSelectText( ) as it is unused now
    
    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6051b96 View commit details
    Browse the repository at this point in the history
  16. extract poll js

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c581f80 View commit details
    Browse the repository at this point in the history
  17. nuke tabindex

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    088e10d View commit details
    Browse the repository at this point in the history
  18. Disable forms on submit using the new inert HTML property

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    61ef052 View commit details
    Browse the repository at this point in the history
  19. Update quick modify to support Ctrl+Enter

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f630b07 View commit details
    Browse the repository at this point in the history
  20. css rev

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    68da857 View commit details
    Browse the repository at this point in the history
  21. move quicksearch

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6d09dc1 View commit details
    Browse the repository at this point in the history
  22. load icons.css and variables.css

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0757591 View commit details
    Browse the repository at this point in the history
  23. responsive css minor changes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d6fd8ae View commit details
    Browse the repository at this point in the history
  24. layout tweaks

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9b0685c View commit details
    Browse the repository at this point in the history
  25. print top_info once

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9fca723 View commit details
    Browse the repository at this point in the history
  26. generic notification popups

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e2962ad View commit details
    Browse the repository at this point in the history
  27. move toggle outside header tags

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    289c324 View commit details
    Browse the repository at this point in the history
  28. tweaks to mobile menu action

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f3400df View commit details
    Browse the repository at this point in the history
  29. more layout changes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    33e2ca6 View commit details
    Browse the repository at this point in the history
  30. buttonlist initial 'rework'

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d2add60 View commit details
    Browse the repository at this point in the history
  31. update slider

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    56b0c18 View commit details
    Browse the repository at this point in the history
  32. pagesection order

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a203b9b View commit details
    Browse the repository at this point in the history
  33. quickbuttons

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5a600bb View commit details
    Browse the repository at this point in the history
  34. remove information class from display_head

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f2ce06c View commit details
    Browse the repository at this point in the history
  35. change report icon

    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    78407db View commit details
    Browse the repository at this point in the history
  36. infocenter indent and cleanup

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    66fb333 View commit details
    Browse the repository at this point in the history
  37. calendar css and small tweaks

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    45e1dc5 View commit details
    Browse the repository at this point in the history
  38. more miscellaneous changes/fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2942bd0 View commit details
    Browse the repository at this point in the history
  39. icons css file rev 1

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    77d47af View commit details
    Browse the repository at this point in the history
  40. admin css rev 1

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f0e6b20 View commit details
    Browse the repository at this point in the history
  41. tidy up variables file

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e17a582 View commit details
    Browse the repository at this point in the history
  42. reset specificity, profilelinks vars and fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6340027 View commit details
    Browse the repository at this point in the history
  43. no overflow in jump_to_select

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6c5f2b9 View commit details
    Browse the repository at this point in the history
  44. Change calendar 'Location' field to input box

    Co-authored-by: John Rayes <live627@gmail.com>
    GL700Wing and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    abc8e66 View commit details
    Browse the repository at this point in the history
  45. fix stats panel

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9e7a805 View commit details
    Browse the repository at this point in the history
  46. fix headings

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4664170 View commit details
    Browse the repository at this point in the history
  47. fix markup/html issues

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    35a19bd View commit details
    Browse the repository at this point in the history
  48. other minor fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b6d5ef9 View commit details
    Browse the repository at this point in the history
  49. use avatar height as baseline for notis

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    682f487 View commit details
    Browse the repository at this point in the history
  50. extract profile css and js

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5869e25 View commit details
    Browse the repository at this point in the history
  51. popup_container and generic menus

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ce2fa2b View commit details
    Browse the repository at this point in the history
  52. Update Recent.template.php

    Co-authored-by: John Rayes <live627@gmail.com>
    dragomano and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    92588cf View commit details
    Browse the repository at this point in the history
  53. Basic light/dark mode selected from system preferences

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4342438 View commit details
    Browse the repository at this point in the history
  54. A big blob of native js to replace jq

    With help from the LLM known as ChatGPT
    
    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aecc993 View commit details
    Browse the repository at this point in the history
  55. Amend

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b571ee6 View commit details
    Browse the repository at this point in the history
  56. Rewrite our editor integration

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    58e0f28 View commit details
    Browse the repository at this point in the history
  57. fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1b0299f View commit details
    Browse the repository at this point in the history
  58. remove padding and margins from variables

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    565e5f5 View commit details
    Browse the repository at this point in the history
  59. decouple postbit css

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d887a74 View commit details
    Browse the repository at this point in the history
  60. expand and select fix

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    baa988a View commit details
    Browse the repository at this point in the history
  61. use same styles/markup for item lists

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    77b8005 View commit details
    Browse the repository at this point in the history
  62. revamp variants and dark mode

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c7ceb70 View commit details
    Browse the repository at this point in the history
  63. additional fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f88c87f View commit details
    Browse the repository at this point in the history
  64. use correct method for time

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c1b3035 View commit details
    Browse the repository at this point in the history
  65. variant and color mode fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    265ab9e View commit details
    Browse the repository at this point in the history
  66. style and color fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2df17e8 View commit details
    Browse the repository at this point in the history
  67. update user option for variant or color mode when switching

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2820acc View commit details
    Browse the repository at this point in the history
  68. fix search layout

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d3a0373 View commit details
    Browse the repository at this point in the history
  69. dark mode colors

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    87b0578 View commit details
    Browse the repository at this point in the history
  70. calendar and date fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7e75879 View commit details
    Browse the repository at this point in the history
  71. sceditor css vars

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0d2b10d View commit details
    Browse the repository at this point in the history
  72. timepicker css

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    995da40 View commit details
    Browse the repository at this point in the history
  73. rtl more cleanup

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4153714 View commit details
    Browse the repository at this point in the history
  74. random news, newsfader fix, slogan and user_panel alignment

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c7cf25e View commit details
    Browse the repository at this point in the history
  75. tweak info_center markup and css

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    de57042 View commit details
    Browse the repository at this point in the history
  76. genericmenu fixes

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4a93a08 View commit details
    Browse the repository at this point in the history
  77. word-break for signatures

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4db5b0b View commit details
    Browse the repository at this point in the history
  78. fix buttonlist dropdown and remove bloat

    Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
    DiegoAndresCortes authored and live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    80b8eed View commit details
    Browse the repository at this point in the history
  79. redesign report selection form

    Signed-off-by: John Rayes <live627@gmail.com>
    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    be32fda View commit details
    Browse the repository at this point in the history
  80. Nothing to see here

    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3062df View commit details
    Browse the repository at this point in the history
  81. simplify menu a tad

    live627 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    65df69e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    810fff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e23bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a7cda1 View commit details
    Browse the repository at this point in the history