Rajat Talesra
bc2d7702ee
Standalone "admin" page for each comment ( #19644 )
...
* Created separate comments page
* Optimised code for single comment and multiple comments
* Indifual comments poage added
* Minor header change
* Created show method
* Applied review changes
* Removed like button from admin comments page
2023-06-30 00:31:07 +05:30
Rajat Talesra
ff790c147e
Removed jQuery usage from admin ( -- now it exists only in views/videos) ( #18976 )
...
* Remove jQuery
* Added jquery back to videos
* Removed jquery code
* Nit fix
* Revert incorrect code
* Updated jquery code to javascript
* Removed jquery from comments
2023-01-24 21:03:12 +05:30
Ridhwana
83afd9f882
Standardize (but also add consistent) headers on the admin ( #18936 )
...
* feat: update rubocop to fix some erb_lint errors
* standardize and add headers
* feat: update gemfile
* feat: revert change
* feat: rename gdpr delete requests to gdpr actions
* feat: remove the margin for consistency
* feat: add a skeleton for the api/v1/followers/users spec
* feat: add the operation block
* feat: add two global schema parameters
* feat: add a 'sort' parameter
* feat: add a successful response
* feat: add an unauthorized response
* feat: generate the json
* fix: indentation
* fix: oops remove the spec
2023-01-17 17:07:09 +02:00
Rajat Talesra
ad16987d7a
Remove bootstrap from admin/comments, admin/data-update-scripts, admin/response_templates and admin/tools and use Crayons ( #18869 )
...
* Removed bootstrap from admin/response_template
* Nit fix
* Removed bootstrap from admin/tools
* Removed bootstrap from /admin/tools/feed_playground
* Removed bootstrap from admin/data_update_scripts
* Updated d-none and d-inline
* Applied suggested changes
* Removed forem-group from image_upload_controller.js
* Update app/javascript/admin/controllers/image_upload_controller.js
Co-authored-by: Fernando Valverde <fernando@fdo.cr>
Co-authored-by: Fernando Valverde <fernando@fdo.cr>
2022-12-21 22:26:07 +05:30
ludwiczakpawel
baa4ea1ed0
Applying Crayons to Content Manager pages ( #16375 )
...
* .
* comments
* .
* badges new
* edit podcasts
* edit badges
* whoops
* fixes
* like
* like
2022-02-04 09:31:59 +01:00
Nick Taylor
13fc65953b
Removed font-awesome from the admin section ( #16239 )
2022-01-21 08:56:22 -05:00
Jeremy Friesen
a65954107f
Refactoring to add helper method ( #16064 )
...
* Refactoring to add helper method
Prior to this commit, we made view level calls to service modules. This
refactor provides convenience methods on the model.
Furthermore, it addresses a few Rubocop violations that "come along for
the ride."
* Ensuring cached entity squaks like User
* Fixing broken spec
* Fixing typo
2022-01-12 11:21:44 -05:00
Dan Wallis
521bb09394
Add loading=lazy to image tags ( #10888 )
...
* Add loading=lazy to image tags
* Fix test
* Lazy-load some obvious templates
* Lazy-load more verified templates
2021-05-27 19:01:21 +02:00
Mac Siri
9ebd742712
[deploy] Reintroduce sticky_nav changes ( ab81f36 & 7f92855) ( #10263 )
...
* Revert "[deploy] Revert removal of unneeded eager load (if needed) (#10179 )"
This reverts commit 11c7b148da .
* Revert "[deploy] Revert "Migrate ProfileImage to Images::Profile (#10055 )" (#10149 )"
This reverts commit 5657067e55 .
2020-09-09 15:33:13 -04:00
Molly Struve
5657067e55
[deploy] Revert "Migrate ProfileImage to Images::Profile ( #10055 )" ( #10149 )
...
This reverts commit ab81f36a38 .
2020-09-01 18:28:58 -05:00
Mac Siri
ab81f36a38
[deploy] Migrate ProfileImage to Images::Profile ( #10055 )
2020-09-01 17:16:03 -04:00
ludwiczakpawel
8ec4044f3e
[deploy] Adding Crayons to Admin ( #10015 )
...
* layout
* user
* config
* header
* badges, badge_achievements, layout
* broadcasts
* chat channels
* comments.. not much really
* Events
* growth
* listings
* mod actions
* mods
* orgs
* pages
* permissions
* podcasts
* reactions
* profile fields
* reports
* response templates
* tools
* users
* Secrets
* webhooks
* welcome threads
* .
* internal
* css fix
* .
* main element elsewhere
* scope
* bring back some of the old styling
* .
* .
* .
* notice
* Revert schema.db
* add alert
* little fixes
* profile fields
* Update schema.rb
* closing span
* another span
* Fixed broken admin specs.
Co-authored-by: Nick Taylor <nick@dev.to>
2020-08-31 10:29:06 -04:00
Jacob Herrington
c0d86649a4
Fix general accessibility warnings in admin ( #9927 )
...
* Fix general accessibility warnings in admin
* Update app/views/admin/webhook_endpoints/index.html.erb
Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
* Update app/views/admin/organizations/show.html.erb
Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
2020-08-23 16:15:27 +02:00
Josh Puetz
1c566e0ec4
[deploy] Move /internal to `/admin ( #9639 )
...
* First draft - all the big changes
* Changing some more references to 'internal'
* Relocate internal request tests to admin
* Relocate internal system tests to admin
* Fix trailing space
* Test fix
* Move queries from internal to admin
* Docs updates
* Rename internal stimuls controllers to admin (plus docs)
* Rename admin layout
* Fix routing after rebase
* Fixes for latest added admin interfaces
* Serviceworker ignore paths
2020-08-07 10:36:26 -04:00