raucao
1613ebf0bf
Upgrade to Ember 7.1
...
Bump ember-source from ~6.12.0 to ~7.1.0 and ember-cli from ^6.12.0
to ^7.1.0. Ember 7 removes APIs deprecated during the 6.x cycle
(import Ember, AMD bundles, inject from @ember/service) — none of
which were used in this codebase, so no source changes were needed.
2026-08-06 16:32:18 -05:00
raucao
4cb8c94c9c
Upgrade to Babel 8, Vite 8, and babel-plugin-ember-template-compilation 4
...
Bump @babel/core, @babel/eslint-parser, @babel/plugin-transform-runtime,
and @babel/runtime to ^8.x. Remove useESModules and regenerator options
from @babel/plugin-transform-runtime config (both removed in Babel 8).
Switch @babel/eslint-parser import from the removed /experimental-worker
entry point to the main entry point.
Bump vite to ^8.0.0 (now using Rolldown/Oxc instead of esbuild/Rollup).
Bump @rollup/plugin-babel to ^7.1.0 and
babel-plugin-ember-template-compilation to ^4.0.0.
Patch ember-concurrency@5.2.0 to remove the api.assertVersion(7) call
that is incompatible with Babel 8 (ember-concurrency has not yet
released a Babel 8-compatible version).
2026-08-06 16:26:23 -05:00
raucao
1f87c802e1
Upgrade to Ember 6.12 stable
...
Move ember-source from ~6.11.0-alpha.6 to ~6.12.0 and ember-cli from
^6.10.0 to ^6.12.0. This is the final stable release of the 6.x
series and an LTS, clearing the way for a clean Ember 7 upgrade.
2026-08-06 16:19:14 -05:00
raucao
a6576fcda8
Migrate to applesauce v6
...
Remove applesauce-factory (deleted in v6) and bump applesauce-core,
applesauce-relay, and applesauce-signers to ^6.2.x. Rewrite all
EventFactory usage from the removed constructor API
(`new EventFactory({ signer }).sign(template)`) to the new chainable
builder (`EventFactory.fromKind(k).content(...).sign(signer)`).
Remove `relay.eoseTimeout` overrides in nostr-auth — the eoseTimeout
property was removed in v6; NostrConnectSigner now uses persistent
subscriptions that don't rely on EOSE-based timeouts.
Update photo-gallery test mock to use 64-char hex pubkeys/ids/sigs
because v6's sign() validates event structure via validateEvent().
Also includes safe semver bumps to all other dependencies.
2026-08-06 16:13:24 -05:00
raucao
1822c4893f
Update pinhead icon paths for 15.25.0
2026-08-06 16:12:37 -05:00
raucao
39dca446ac
1.25.1
CI / Lint (push) Successful in 46s
CI / Test (push) Successful in 1m10s
v1.25.1
2026-06-30 23:12:42 +02:00
raucao
2e6827f0d0
Merge pull request 'Sort collections by createdAt' ( #68 ) from ui/collection_sorting into master
...
CI / Lint (push) Successful in 33s
CI / Test (push) Successful in 56s
Reviewed-on: #68
2026-06-30 21:10:59 +00:00
raucao
8c3a805684
Sort collections by createdAt
CI / Lint (pull_request) Successful in 34s
CI / Test (pull_request) Successful in 57s
Release Drafter / Update release notes draft (pull_request) Successful in 8s
2026-06-30 23:07:53 +02:00
raucao
cf80c1eea7
1.25.0
CI / Lint (push) Successful in 33s
CI / Test (push) Successful in 57s
v1.25.0
2026-06-30 19:35:52 +02:00
raucao
126806fcd4
Merge pull request 'Fix some routing and click/nav UX issues' ( #67 ) from bugfix/search_routing into master
...
CI / Lint (push) Successful in 33s
CI / Test (push) Successful in 56s
Reviewed-on: #67
2026-06-30 17:30:26 +00:00
raucao
f48045c35d
Fix flaky test by adding safe guard
CI / Lint (pull_request) Successful in 33s
CI / Test (pull_request) Successful in 57s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-06-30 19:28:01 +02:00
raucao
989173a2e6
Fix bottom drawer re-animating while open
CI / Lint (pull_request) Successful in 32s
CI / Test (pull_request) Failing after 57s
2026-06-30 19:18:29 +02:00
raucao
62407f5fa4
Sync search form query value
...
* Clear input when clearing search from anywhere
* Pre-fill input when opening search URL with query params
2026-06-30 19:12:38 +02:00
raucao
7f1c4b5f61
When search markers are visible, clear search on map click
2026-06-30 18:32:23 +02:00
raucao
59e334c499
Fix place route being active after closing place details
...
Depending on where a place was opened from, it now goes back to the
index or (active) search route
2026-06-30 18:06:12 +02:00
raucao
981502e293
Merge pull request 'Add Collections (place lists) to app menu' ( #65 ) from feature/list-places-in-lists into master
...
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 57s
Reviewed-on: #65
2026-06-30 15:14:26 +00:00
raucao
9c5fbca72a
Use new RS places module
CI / Lint (pull_request) Successful in 34s
CI / Test (pull_request) Successful in 57s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-06-30 17:11:08 +02:00
raucao
fd8f04f902
Mock all map tile requests
CI / Lint (pull_request) Successful in 33s
CI / Test (pull_request) Successful in 58s
2026-06-30 17:05:04 +02:00
raucao
3e23ec161c
Only hide sidebar for new searches
2026-06-30 16:56:15 +02:00
raucao
f2e531c0f6
Make collection list loading async
2026-06-30 16:26:22 +02:00
raucao
96a5a6ac34
Show "Saved place" type for non-OSM places in lists
2026-06-30 15:11:53 +02:00
raucao
78996b6c61
Refactor sidebar header styles, center icon titles
2026-06-30 14:51:01 +02:00
raucao
bb5b69711c
Use list colors for list header icons
2026-06-30 14:05:25 +02:00
raucao
ad9c489102
Refactor app menu, add place lists
...
Unify sidebar, make everything route-based
2026-06-30 13:28:48 +02:00
raucao
c11882adfb
Merge pull request 'Animate sidebar/bottom drawer sliding into view' ( #64 ) from ui/animations into master
...
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 57s
Reviewed-on: #64
2026-06-29 16:37:16 +00:00
raucao
707f4ac11c
Animate sidebar/bottom drawer sliding into view
CI / Lint (pull_request) Successful in 31s
CI / Test (pull_request) Successful in 57s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
2026-06-29 18:21:17 +02:00
raucao
3bada05b63
Merge pull request 'Various UI improvements' ( #63 ) from ui/various into master
...
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 55s
Reviewed-on: #63
2026-06-29 15:37:25 +00:00
raucao
f01730fef5
Add icon and quick search results for tourist information
CI / Lint (pull_request) Successful in 33s
CI / Test (pull_request) Successful in 58s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-06-29 17:32:26 +02:00
raucao
448c51bab6
Add icons for city gates and historic towers
2026-06-29 17:28:57 +02:00
raucao
0bcbae374b
Use "yes" tag values only as fallbacks if there isn't a more specific
...
OSM key
2026-06-29 17:28:00 +02:00
raucao
c33fe3b268
Add icon for car repair shops
2026-06-29 17:08:55 +02:00
raucao
18bda60310
Add guest houses to hotel quick search
2026-06-29 17:02:43 +02:00
raucao
86d25dc6ba
Add OSM links for custom saved places
...
Link to the OSM search route, so we get a pin when opening OSM from
Marco
2026-06-29 16:45:49 +02:00
raucao
5b8bec6a00
Cut off overlong sidebar link texts with ellipses
2026-06-29 16:06:55 +02:00
raucao
f2c2eb1fdc
Add icon for amenity=townhall
2026-06-29 15:55:28 +02:00
raucao
b42c4881f6
Merge pull request 'Add missing icons, test for missing icons in rules' ( #62 ) from bugfix/icons into master
...
CI / Lint (push) Successful in 34s
CI / Test (push) Successful in 58s
Reviewed-on: #62
2026-06-29 13:38:34 +00:00
raucao
b18e299eca
Add missing icons, test for missing icons in rules
CI / Lint (pull_request) Successful in 34s
CI / Test (pull_request) Successful in 59s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
2026-06-29 15:32:48 +02:00
raucao
401ed41fcd
Merge pull request 'Turn default relays into required relays' ( #61 ) from nostr/required_relays into master
...
CI / Lint (push) Successful in 31s
CI / Test (push) Successful in 56s
Reviewed-on: #61
2026-06-07 12:30:38 +00:00
raucao
504e8fab94
Fix lint errors
CI / Lint (pull_request) Successful in 31s
CI / Test (pull_request) Successful in 56s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-06-07 16:28:09 +04:00
raucao
76897c9e69
Turn default relays into required relays
CI / Lint (pull_request) Failing after 31s
CI / Test (pull_request) Successful in 55s
2026-06-07 16:21:26 +04:00
raucao
59bc5ca046
1.24.0
CI / Lint (push) Successful in 31s
CI / Test (push) Successful in 55s
v1.24.0
2026-06-06 12:12:06 +04:00
raucao
ef4bb8f51a
Merge pull request 'Include saved places in search results' ( #59 ) from feature/search_saved_places into master
...
CI / Lint (push) Successful in 33s
CI / Test (push) Successful in 56s
Reviewed-on: #59
2026-06-06 08:03:32 +00:00
raucao
f82a797720
Include list names in search results for saved places
CI / Lint (pull_request) Successful in 32s
CI / Test (pull_request) Successful in 55s
Release Drafter / Update release notes draft (pull_request) Successful in 16s
2026-06-06 12:00:48 +04:00
raucao
f9cb22ee0e
Include saved places in search results
2026-06-06 11:47:27 +04:00
raucao
a77ea0c97d
1.23.0
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 54s
v1.23.0
2026-06-05 18:57:28 +04:00
raucao
208b77a294
Merge pull request 'Optionally add suggested tags to place photos' ( #58 ) from feature/photo_tags into master
...
CI / Lint (push) Successful in 32s
CI / Test (push) Successful in 54s
Reviewed-on: #58
2026-06-05 14:51:15 +00:00
raucao
ea3e4dd0dc
Fix warning when running tests
CI / Lint (pull_request) Successful in 32s
CI / Test (pull_request) Successful in 52s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-06-05 18:46:10 +04:00
raucao
2c2a3e2a4c
Fix flaky test
...
CI / Lint (pull_request) Successful in 32s
CI / Test (pull_request) Successful in 55s
Wait for specific actions/elements
2026-06-05 18:37:40 +04:00
raucao
d266bb92bd
Use data attribute to determine current gallery photo in test
2026-06-05 18:33:08 +04:00
raucao
200100686d
Optionally add tag to place photo
CI / Test (pull_request) Failing after 56s
CI / Lint (pull_request) Successful in 52s
2026-06-05 18:24:36 +04:00