This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app
Dan Ungureanu 6ae065f9cd
Improved create invite modal (#14151)
* FEATURE: Always show advanced invite options

The UI is more simple and more efficient than how it was when the
advanced options toggle was introduced. It does not make sense to keep
it anymore.

* UX: Minor copy edits

* UX: Merge expire invite controls

There were two controls in the create invite modal. One was a static
text that displayed how much time is left until the invite expires. The
other one was a datetime selector that set the time the invite expires.

This commit merges the two controls in a single one: staff users will
continue to see the datetime selector without the static text and
regular users will only see the static text because they cannot set
when the invite expires.

* UX: Remove invite link

It should only be visible after the invite was created.
2021-11-18 20:19:02 +02:00
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components Improved create invite modal (#14151) 2021-11-18 20:19:02 +02:00
controllers Improved create invite modal (#14151) 2021-11-18 20:19:02 +02:00
helpers DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
initializers FEATURE: display warning when sharing a topic in a restricted category (#14820) 2021-11-16 11:49:41 -05:00
lib DEV: Avoid unnecessary site-settings:main lookups (#15006) 2021-11-18 17:11:59 +01:00
mixins DEV: Extract shared external upload routes into controller helper (#14984) 2021-11-18 09:17:23 +10:00
models DEV: Make store an actual service (#14996) 2021-11-18 16:51:20 +01:00
pre-initializers DEV: Make search an actual service (#14998) 2021-11-18 16:52:03 +01:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes Improved create invite modal (#14151) 2021-11-18 20:19:02 +02:00
services DEV: Make search an actual service (#14998) 2021-11-18 16:52:03 +01:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates Improved create invite modal (#14151) 2021-11-18 20:19:02 +02:00
widgets DEV: Make search an actual service (#14998) 2021-11-18 16:52:03 +01:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: prevents route nodes to leak on each test run (#14457) 2021-09-28 17:08:05 +02:00