akira / exq_ui

UI Dashboard for Exq, a job processing library for Elixir. Exq UI provides the UI dashboard to display stats on job processing.
Other
154 stars 73 forks source link

Fix compile issue for missing id attribute. #117

Closed williamweckl closed 2 years ago

williamweckl commented 2 years ago

Fixes #116

ananthakumaran commented 2 years ago

Thanks, could you also update phoenix_live_view mix deps.update phoenix_live_view. Apparently, this check was introduced somewhere between 0.17.5 to 0.17.9.

williamweckl commented 2 years ago

Done! But for some reason it updated a lot more than just phoenix_live_view...

[01:56] william@william-pc:~/dev/exq_ui (patch-1)* $ mix deps.update phoenix_live_view
warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:1

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
  cowboy 2.9.0
  cowlib 2.11.0
  earmark_parser 1.4.18
  elixir_uuid 1.2.1
  ex_doc 0.26.0
  exq 0.16.2
  file_system 0.2.10
  floki 0.31.0
  html_entities 0.5.2
  jason 1.3.0
  makeup 1.0.5
  makeup_elixir 0.15.2
  makeup_erlang 0.1.1
  mime 2.0.2
  nimble_parsec 1.2.0
  phoenix_html 3.2.0
  phoenix_live_reload 1.3.3
  plug_cowboy 2.5.2
  plug_crypto 1.2.2
  ranch 1.8.0
  redix 1.1.5
Upgraded:
  cowboy_telemetry 0.3.1 => 0.4.0 (minor)
  phoenix 1.6.6 => 1.6.7
  phoenix_live_view 0.17.5 => 0.17.9
  phoenix_pubsub 2.0.0 => 2.1.1
  phoenix_view 1.1.0 => 1.1.2
  plug 1.12.1 => 1.13.6
  telemetry 0.4.3 => 1.1.0 (major)
* Updating phoenix_live_view (Hex package)
* Updating telemetry (Hex package)
* Updating cowboy_telemetry (Hex package)
* Updating plug (Hex package)
* Updating phoenix (Hex package)
* Updating phoenix_pubsub (Hex package)
* Updating phoenix_view (Hex package)
williamweckl commented 2 years ago

@ananthakumaran could this be released?

ananthakumaran commented 2 years ago

\cc @akira

akira commented 2 years ago

Hi William,

Thanks for the PR and heads up - I’ve been on vacation and haven’t gotten a chance to release but will do it shortly. Thanks!!

On Wed, May 4, 2022 at 7:23 AM William Weckl @.***> wrote:

@ananthakumaran https://github.com/ananthakumaran could this be released?

— Reply to this email directly, view it on GitHub https://github.com/akira/exq_ui/pull/117#issuecomment-1117376493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAKXKRU5WITPSV22EWXJFDVIKB5BANCNFSM5T2XLMKA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

akira commented 2 years ago

Just released 0.12.2. thanks again @williamweckl!!✨