pg_eventstore 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8691b2cf8e831e31da17b71fc06078a25d73ae1e7e1a0b9da629a481a4947842
4
- data.tar.gz: 9022a6bdac6ef9aadc7338b54fe5a9fea76cdcb5ea7f2a7dc78fdcd98b2f469b
3
+ metadata.gz: 2d3a11216fa9cddbd742f03508ab289eeb194f39380fb67719b817ddb6839a7e
4
+ data.tar.gz: 6a3f35566a0076d37087064e80cf7c79250fd2a0b1ec25b0096cd2e08121084b
5
5
  SHA512:
6
- metadata.gz: 0efd8f80acbee784665bfc455239ea02b336335e2d6f36341ea65d86f973b126794f306373b66b6383cd74ba12b8566b2544bda9ebf5efc9d7d1d3611c6276e3
7
- data.tar.gz: 31c54e37a0fae15add5af3c03ff8c4a6db41812feb8012bca2f242d245da863c4c99b78465eb39684bdf4259d8eff675493cc690c54a31e49fc15b06e941c42c
6
+ metadata.gz: 1738f6653ff45eec24bbf8803bb36a80ccd2123873e4eba308a75b5be206a73a434c9aa6af7ba6c02cd1ea4c28531ca77dea2114d1a04c1584a1538d2adf603f
7
+ data.tar.gz: 2f40af96cfa32af630a89f96900d86df163f0b75781f8d30f06a304f3002577e7fa9dec831e274bc5f3d138c2fc58512fcdbf5a2713bf3928321ba10b943bc0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.3.1]
4
+ - Swap "Search" button and "Add filter" button on Dashboard page
5
+
3
6
  ## [1.3.0]
4
7
  - Add ability to filter subscriptions by state in admin UI
5
8
  - Reset error-related subscription's attributes on subscription restore
@@ -2,5 +2,5 @@
2
2
 
3
3
  module PgEventstore
4
4
  # @return [String]
5
- VERSION = "1.3.0"
5
+ VERSION = "1.3.1"
6
6
  end
@@ -39,9 +39,6 @@
39
39
  <div class="ln_solid"></div>
40
40
  <div class="item form-group">
41
41
  <div class="col-md-6 col-sm-6 offset-md-5">
42
- <div class="btn-group">
43
- <button type="submit" class="btn btn-success">Search</button>
44
- </div>
45
42
  <div class="btn-group">
46
43
  <div class="dropdown">
47
44
  <button class="btn btn-secondary dropdown-toggle" type="button"
@@ -54,6 +51,9 @@
54
51
  </div>
55
52
  </div>
56
53
  </div>
54
+ <div class="btn-group">
55
+ <button type="submit" class="btn btn-success">Search</button>
56
+ </div>
57
57
  </div>
58
58
  </div>
59
59
  </form>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_eventstore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Dzyzenko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg