discourse/app/assets/javascripts
Isaac Janzen 6ccc0227f3
DEV: Upgrade Topic Timeline to Glimmer (#17377)
In an effort to modernize our codebase to the latest Ember version we have selected the Topic Timeline as a candidate to be refactored. The topic timeline component was originally built with `Widgets` and this PR will upgrade it to `Glimmer Components`. 

The refactored timeline is hidden by default behind a group flag, `SiteSetting.enable_experimental_topic_timeline_groups`. Being part of a group included in this site setting will make the new timeline available for testing.

## Other points of interest

This PR introduces a `Draggable Modifier` available to all components, which will take the place of the existing _drag functionality_ exclusive to widgets. 

It can be included like so:
```
{{draggable didStartDrag=@didStartDrag didEndDrag=@didEndDrag dragMove=@dragMove }}
```
2022-12-01 13:50:44 -06:00
..
admin Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
bootstrap-json Build(deps): Bump jsdom from 20.0.2 to 20.0.3 in /app/assets/javascripts (#19115) 2022-11-21 09:47:48 +08:00
confirm-new-email DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
dialog-holder Build(deps): Bump ember-auto-import in /app/assets/javascripts (#19252) 2022-11-30 00:51:11 +01:00
discourse DEV: Upgrade Topic Timeline to Glimmer (#17377) 2022-12-01 13:50:44 -06:00
discourse-common Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
discourse-ensure-deprecation-order DEV: Silence 3.x deprecations 2022-07-19 10:00:59 +01:00
discourse-hbr Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
discourse-plugins Build(deps): Bump @babel/core in /app/assets/javascripts (#19250) 2022-11-30 01:07:28 +01:00
discourse-widget-hbs Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
docs
ember-addons
ember-cli-progress-ci DEV: Add progress output in CI during ember-cli build (#17977) 2022-08-17 22:39:52 +01:00
locales FEATURE: Add Croatian language (#17130) 2022-06-18 00:18:22 +02:00
pretty-text FIX: Do not replace hashtag-cooked text with WatchedWords (#19279) 2022-12-01 16:31:06 +10:00
select-kit Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
truth-helpers Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
wizard Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00
.licensee.json DEV: Have licensee check xmldom license (#18840) 2022-11-02 11:51:11 -04:00
.npmrc
discourse-js-processor.js DEV: Introduce minification and source maps for Theme JS (#18646) 2022-10-18 18:20:10 +01:00
handlebars-shim.js
package.json DEV: Make dialog-holder a monorepo package (#19051) 2022-11-16 16:43:45 +01:00
polyfills.js
service-worker.js.erb FEATURE: Replyable chat push notifications (#18973) 2022-11-11 12:30:21 -03:00
yarn.lock Build(deps-dev): Bump @embroider/test-setup in /app/assets/javascripts (#19272) 2022-11-30 22:56:25 +01:00