Commit Graph

134 Commits

Author SHA1 Message Date
74ce669fe4 Problem: workflow has error in npm ci
Solution: fix urls
2022-05-01 00:34:13 +02:00
c31e62734c Problem: it's hard to see other photos from an Entry
Solution: switch image when clicked
2022-04-18 19:57:47 +02:00
333c91b4c6 Problem: after deleting channel, only that channel is shown
Solution: show remaining channels
2022-04-18 14:19:37 +02:00
906bcd5493 Problem: event source code show lots of debugging messages
Solution: remove logging in event source
2022-04-18 14:19:01 +02:00
79b88d7a59 Problem: impossible to use global search after selecting channel
Solution: make global search a specific option in searchpopup
2022-04-18 14:18:15 +02:00
f559c237ca Problem: UI uses too much space
Solution: use smaller buttons and simplify language
2022-04-18 14:17:37 +02:00
52bc6febaa Problem: menu does not work on mobile
Solution: fix menu
2022-04-18 14:16:50 +02:00
3e1695e6f3 Problem: hidden content does not always work right
Solution: clean up hidden content
2022-04-18 14:15:56 +02:00
b3f21184c6 Problem: + in query is replace by space
Solution: encode url for search request
2022-04-16 21:22:17 +02:00
8f16487a30 Merge branch 'master' of github.com:pstuifzand/ekstereye 2022-02-27 13:41:26 +01:00
b833988cc9 Update packages 2022-02-27 13:39:47 +01:00
d9cead7199
Merge pull request #23 from pstuifzand/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2022-02-27 13:31:40 +01:00
dependabot[bot]
5e607055ef
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-27 12:29:39 +00:00
5fc06d0101 Update packages 2022-02-27 13:28:54 +01:00
aa9ef09997 Merge branch 'master' of github.com:pstuifzand/ekstereye 2022-02-27 13:22:06 +01:00
f61ddb9408
Merge pull request #22 from pstuifzand/dependabot/npm_and_yarn/url-parse-1.5.10
Bump url-parse from 1.5.1 to 1.5.10
2022-02-27 12:57:42 +01:00
dependabot[bot]
9baf527bfd
Bump url-parse from 1.5.1 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 16:31:32 +00:00
b0c54c69c3 Problem: unread items are not really visible
Solution: use blue outline for unread items
2021-11-20 23:42:26 +01:00
dbcf2e24bf Problem: bookmarks don't show references posts
Solution: bookmarks should be handled as references
2021-11-20 23:41:40 +01:00
c1027e6d48 Problem: item stays open when the item changed
Solution: close the item when the item changes
2021-11-20 23:41:04 +01:00
38c46ec73b Allow global search on the home channel 2021-10-20 22:18:12 +02:00
4230782091 Make "preview" use POST 2021-10-20 22:17:55 +02:00
b58bc6254a Don't sent access token in url 2021-10-20 14:12:19 +02:00
d13ecbc43c Hide first event source message 2021-10-20 14:12:05 +02:00
fd876591ab Show error from searching 2021-08-11 12:38:50 +02:00
c73efe8610 search: add "is-loading" class to button 2021-08-11 12:38:50 +02:00
020e901474
Merge pull request #18 from pstuifzand/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-11 12:36:25 +02:00
dependabot[bot]
cca860792b
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 09:45:25 +00:00
87a60e6cfd
Merge pull request #17 from pstuifzand/dependabot/npm_and_yarn/ws-6.2.2
Bump ws from 6.2.1 to 6.2.2
2021-08-11 11:44:10 +02:00
dependabot[bot]
eb8659efe2
Bump ws from 6.2.1 to 6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 08:58:45 +00:00
af16c2470f Use selected channel in search 2021-06-01 00:05:10 +02:00
d07c2ae942 Focus search query input 2021-05-31 23:58:55 +02:00
8e739e841f Make DebugModal available in search and timeline 2021-05-31 22:51:35 +02:00
d0423c2dab Hide search on open 2021-05-31 22:13:10 +02:00
fa97dd9f46 Show simple global search timeline entries 2021-05-31 22:13:04 +02:00
52f056b968
Merge pull request #11 from pstuifzand/dependabot/npm_and_yarn/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1
2021-05-29 21:45:33 +02:00
dependabot[bot]
9fbb4f57db
Bump url-parse from 1.4.7 to 1.5.1
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 19:35:50 +00:00
6ae1e84dcd
Create codeql-analysis.yml 2021-05-29 21:34:10 +02:00
3cad0f2d3e
Merge pull request #13 from pstuifzand/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.7.1 to 2.8.9
2021-05-29 21:33:14 +02:00
79d8cdaad5
Merge pull request #9 from pstuifzand/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-05-29 21:31:27 +02:00
dependabot[bot]
71d5afdf8a
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 19:28:17 +00:00
9d261de71d
Merge pull request #14 from pstuifzand/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.6.6 to 4.16.6
2021-05-29 21:26:56 +02:00
dependabot[bot]
09226c63e6
Bump browserslist from 4.6.6 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 19:20:40 +00:00
cac82a4c2a
Merge pull request #12 from pstuifzand/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21
2021-05-29 21:19:02 +02:00
dependabot[bot]
62f38674e2
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 19:16:54 +00:00
285f78b7a7
Merge pull request #16 from pstuifzand/dependabot/npm_and_yarn/y18n-4.0.3
Bump y18n from 4.0.0 to 4.0.3
2021-05-29 21:11:48 +02:00
99fde29462 Merge branch 'master' of github.com:pstuifzand/ekstereye 2021-05-29 21:08:03 +02:00
cdc63bd9a2 Try different branch pattern in workflow 2021-05-29 21:07:32 +02:00
33b9d31dd8
Merge pull request #8 from pstuifzand/dependabot/npm_and_yarn/highlight.js-9.18.5
Bump highlight.js from 9.15.9 to 9.18.5
2021-05-29 21:01:45 +02:00
ea0d5a905e Merge branch 'master' of github.com:pstuifzand/ekstereye 2021-05-29 20:57:57 +02:00