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

[NEW] Rewrite admin pages #17388

Merged
merged 27 commits into from
May 5, 2020
Merged

[NEW] Rewrite admin pages #17388

merged 27 commits into from
May 5, 2020

Conversation

ggazzo
Copy link
Member

@ggazzo ggazzo commented Apr 22, 2020

No description provided.

dudizilla and others added 2 commits April 22, 2020 12:08
* Remove Flow type annotations

* Fix some references

* Enable TypeScript in Storybook

* Update Storybook
@engelgabriel engelgabriel requested a deployment to rocket-chat-pr-17388 April 22, 2020 22:07 Abandoned
* Update Fuselage and its peer dependencies

* Move and split existing hooks

* Refactor useEndpointData
@ggazzo ggazzo added this to the 4.0.0 milestone Apr 23, 2020
@ggazzo ggazzo added the ui/ux label Apr 23, 2020
ggazzo and others added 19 commits April 23, 2020 11:33
…oms (#17281)

* init

Initial commit

lint

* Added route, changes in directoryTable

* Users and Rooms working partially

* lint

* Added permissions, tabs now clickable

* Avatar provider

* Page Content

* fix multiple call rest api directory

* VerticalBar

* deep navigation

* rename tab component

* anchor table

* refactor using props

* admin routes

* Removed imports from '.' and created hooks file

* Fixed array type for query parameters

* Made Table generic, Renamed users and rooms routes

* Lint, Stories

* Removed underscore calls

* removed debounde reference

* Changed folders, fixed discussion icon/type

* fix calling multipe times endpoint

* improve labels

* fix margin

* add new button

* edit room first iteration with all fields

* Removed comments, reset

* saveRoomSettings rest api

* Archivation and saving edits

* Avatar fix

* fixed NotAuthorizedPage import

* Removed unused component import

* Added delete button to editRoom

* UserInfo mockup

* fix review admin room

* caguei

* User info showing data

* Adjust Margins

* userinfo: added missing fields

* Added missing translations

* updated import

* Open direct messages

* Init edit users

* Email verified symbol

* backup

* AddUser, open context by ID

* improve

* preparing avatar upload

* Missing translation

* Fixed roles wrap

* user.create and update bio fields

* Avatar init

* New avatar componentes and SetAvatar

* Changed folder structure

* User Invite done.

* Removed imaginary props, removed console.logs

* small fixes

* upload avatar via rest

* Missing field

* lint

* Add useUpload to ServerContext

* Rename component

* Split UserAvatar and RoomAvatar

* Move useFileInput hook

* Refactor VerticalBar

Co-authored-by: Guilherme Gazzo <[email protected]>
Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Guilherme Gazzo <[email protected]>
Co-authored-by: Gabriel Henriques <[email protected]>
Co-authored-by: Guilherme Gazzo <[email protected]>
…n-refactor

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging 48c43c6 into aaf9083 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

ggazzo and others added 2 commits May 5, 2020 17:29
* fix all paddings and mixed content between screens

* useEndpointUpload created

* Fix emoji Pagination, Reposition upload button

* Fixed save avatar from URL

* Fix text input on safari

Co-authored-by: Gabriel Henriques <[email protected]>
@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging e009ec8 into eef240e - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging d8a89cd into 0b1b0c2 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging 255901a into 0b1b0c2 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@ggazzo ggazzo modified the milestones: 4.0.0, 3.3.0 May 5, 2020
@ggazzo ggazzo merged commit ca665fa into develop May 5, 2020
ggazzo added a commit that referenced this pull request May 6, 2020
…/new-threads

* 'develop' of github.com:RocketChat/Rocket.Chat: (42 commits)
  [FIX] Invalid CSS syntax (#17541)
  [NEW] Rewrite admin pages (#17388)
  [FIX] Replace postcss Meteor package (#15929)
  [FIX] Increasing highlight time in 3 seconds (#17540)
  [IMPROVE] Add new webhooks to the Omnichannel integration feature (#17503)
  [BREAK] Remove deprecated Omnichannel Knowledge Base feature (#17387)
  [FIX] Reactions may present empty names of who reacted when using Real Names (#17536)
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
  LingoHub based on develop (#17520)
  RegExp improvements suggested by LGTM (#17500)
  [FIX] Replace obsolete X-FRAME-OPTIONS header on Livechat route (#17419)
  [FIX] LDAP login error on Enterprise version (#17497)
  [IMPROVE] [Apps-Engine] App user as the default notifier (#17050)
  [NEW] [Apps-Engine] New Livechat event handlers (#17033)
  [FIX] Change email verification label (#17450)
  Priority system messages were always created (#17479)
  ...
ggazzo added a commit that referenced this pull request May 7, 2020
* 'develop' of github.com:RocketChat/Rocket.Chat:
  Regression: Fix Avatar Url Provider when CDN_PREFIX_ALL is false (#17542)
  [FIX] Invalid CSS syntax (#17541)
  [NEW] Rewrite admin pages (#17388)
  [FIX] Replace postcss Meteor package (#15929)
  [FIX] Increasing highlight time in 3 seconds (#17540)
  [IMPROVE] Add new webhooks to the Omnichannel integration feature (#17503)
  [BREAK] Remove deprecated Omnichannel Knowledge Base feature (#17387)
  [FIX] Reactions may present empty names of who reacted when using Real Names (#17536)
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
  LingoHub based on develop (#17520)
  RegExp improvements suggested by LGTM (#17500)
  [FIX] Replace obsolete X-FRAME-OPTIONS header on Livechat route (#17419)
  [FIX] LDAP login error on Enterprise version (#17497)
This was referenced May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants