Commit graph

31 commits

Author SHA1 Message Date
Henry Jameson
085cbc62e7 Merge remote-tracking branch 'origin/develop' into shigusegubu-vue3
* origin/develop: (79 commits)
  Fix display of theme checkboxes
  Make suggestor ignore users without valid names
  Give tab switcher a role
  Remove @touchstart in post status button
  Update babel monorepo to v7.21.0
  Make it possible to auto-select the first candidate in autocomplete
  Fix poll interaction
  Fix registration error with email language selected
  Add changelog for 2.5.1
  Translated using Weblate (Chinese (Traditional))
  Translated using Weblate (Ukrainian)
  Translated using Weblate (Japanese (ja_EASY))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Use class to style screenreader-only text
  Update Font Awesome
  Update dependency nightwatch to v2.6.11
  Update dependency eslint to v8.33.0
  Update dependency @vue/test-utils to v2.2.8
  ...
2023-03-09 23:18:07 +02:00
Tusooa Zhu
95c15fca22
Use correct html syntax for modal <div> 2023-01-20 23:40:11 -05:00
Tusooa Zhu
76d99c08d6
Move modal out of vue tree 2023-01-20 23:39:45 -05:00
Henry Jameson
3d7f5f7be8 Merge branch 'emoji-popovers' into shigusegubu-vue3
* emoji-popovers:
  use anchor for picker
  move keepOpen to picker
  some shitty initial implementation of emoji picker with popover
  fix blinking popup
  fix css
  cleanup
  moved popovers space outside app because otherwise it causes weird issues A LOT
  suggestor popover
2022-10-10 00:38:16 +03:00
Henry Jameson
3dd9f6f68c moved popovers space outside app because otherwise it causes weird
issues A LOT
2022-10-09 23:01:49 +03:00
Henry Jameson
d8ac75f58a Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop:
  changelong
  Fix pinned statuses and perhaps some other stuff
  update changelog
  Remove title from index.html, title is now from server generated meta
  changelog mention
  fix emoji not working in profile field names
  change method of fix to rounding
  changelog
  prevent call to scroll if the value doesn't change because firefox is stupid
  Update CHANGELOG.md
  wrap react button icon to a span to fix popover overflow
  Update CHANGELOG.md to match master
  change favicon dimensions for high res, add handling when favicon isn't available
  remove the favicon changes
  make badge just a ball, make it use theming
  add favicon badge for unread notifs
2020-11-17 20:44:06 +02:00
Sean King
476154d0ee Remove title from index.html, title is now from server generated meta 2020-11-11 11:57:42 -07:00
Henry Jameson
b6b7bc5852 Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop: (24 commits)
  Remove whitespace hack on empty post content
  Change output directory of fontello
  add html-webpack-plugin to karma config
  use another fork of fontello-webpack-plugin
  add animate-spin class
  remove needless code
  use another approach for versioning font files
  versioning the font resources through webpack
  fix "can't find property of undefined" errors in mrf transparency panel
  move mention button right next to mute button
  restore muted users collapsing logic on other user’s profiles
  [i18n] Improve easy/pedantic Japanese switching
  Normalize profile fields
  backend interactor service: implement startFetchingFollowRequest
  show badge visibility user setting checkbox only if needed
  Use kana+kanji as default for Japanese translation
  Remove outdated changelog file
  Fix translation (https://blob.cat/notice/9oyYO1RzcNbJXxKxeq)
  use yarn, try to restart pipeline
  tests + updates
  ...
2019-12-10 23:08:45 +02:00
taehoon
0082ed837e versioning the font resources through webpack 2019-12-02 10:24:43 -05:00
Henry Jameson
644ac2df56 Merge branch 'emoji-selector-update' into shigusegubu
* emoji-selector-update: (48 commits)
  eslint
  fix emoji inputs in user-settings, styles update
  bump z-index so that picker/suggest doesn't get overlapped by mobile button
  Scroll emoji picker into view if it's obstructed
  very important fix
  comment, cleanup and improve autoresize/autoscroll
  Fix formatting in oc.json
  avoid using global class
  fix logo moving bug when lightbox is open
  Reserve scrollbar gap when body scroll is locked
  setting display: initial makes trouble, instead, toggle display: none using classname
  lock body scroll
  add body-scroll-lock directive
  install body-scroll-lock
  wire up props with PostStatusModal
  rename component
  recover autofocusing behavior
  refactor MobilePostStatusModal using new PostStatusModal
  add new module and modal to post new status
  remove needless condition
  ...
2019-09-25 20:27:46 +03:00
taehoon
ae70439447 setting display: initial makes trouble, instead, toggle display: none using classname 2019-09-20 11:35:47 -04:00
Henry Jameson
1a9ee23ec2 Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop: (83 commits)
  Password reset page
  add a comment
  force img updating immediately
  Fixed "sequimiento" to "seguimiento".
  Replace `/api/externalprofile/show.json` with a MastoAPI equialent
  Use mastodon api in follow requests
  "Optional" in lowercase.
  Update es.json
  fix pin/unpin status logic
  rename a mutation
  update
  fix user avatar fallback logic
  remove dead code
  Corrected "Media Proxy" translation.
  Update es.json
  make bio textarea resizable vertically only
  remove dead code
  Make image orientation consistent on FF, fix videos w/ modal
  remove dead code
  fix crazy watch logic in conversation
  ...
2019-09-08 17:12:11 +03:00
Sergey Suprunenko
6795769b93 Show a message when JS is disabled 2019-08-17 08:26:00 +00:00
Henry Jameson
30a89201ca Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop: (59 commits)
  Fix pipelines and clean up console output
  switch from method to computed property
  formatting
  add tags to data and to status component
  Remove auto-hyphenation
  make staff label visible
  move visibility-tray css in local scope
  refactor css
  make only screen name as link
  refactor css for visibility tray
  moved setting styles into common to avoid bug with shared styles
  hide three dot menu button if has no items
  Eliminate automatic zooming on mobile
  entity normalizer: add tooltip text to emojis
  rename for consistency's sake
  update admin api urls in accordance with new docs
  Line up rich text format picker with the status form
  fix lint
  Cleanup, little documentation, localization
  update api service functions
  ...
2019-05-22 21:02:58 +03:00
Mark Felder
0a6858eab8 Eliminate automatic zooming on mobile 2019-05-18 11:00:50 -05:00
Henry Jameson
398fad40c9 Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop:
  oof
  slightly changed the code to have less mutations, added comments
  more damage control
  fix chrome
  Prevent html-minifier to remove placeholder comment in index.html template
  Add placeholder to insert server generated metatags. Related to #430
  Added support for async following including delayed confirmation if we followed user or not
  search button for user finder
  hide logo when opening search bar on small screens
2018-12-15 03:39:47 +03:00
raeno
107596339c Add placeholder to insert server generated metatags. Related to #430 2018-12-13 22:29:07 +01:00
root
18df7cc6d0 customs 2018-08-18 12:38:36 +02:00
Pleroma
be286aff19 shigusegubu 2018-07-06 19:03:02 +02:00
RX14
099a37483e
Add favicon to pleroma-fe 2018-04-26 19:13:22 +01:00
Shpuld Shpuldson
dd66246913 Add lang="en" to html to potentially fix font fall-back issues on some language/font setups. 2017-04-14 20:08:37 +03:00
Roger Braun
d7c9261dab Prevent FOUC. 2017-02-16 16:07:07 +01:00
Roger Braun
77c51fdadb Set the viewport for mobile devices. 2017-01-17 09:09:12 +01:00
Roger Braun
b65a29aa07 Dynamic style setting. 2017-01-16 17:44:26 +01:00
Roger Braun
65c7ad1269 Use solarized-light by default. 2017-01-15 15:50:34 +01:00
Roger Braun
fc7e13e7bb Add styling with base16.
Solarized-dark for now.
2017-01-15 15:44:56 +01:00
Alexander Gitter
d6cc55ca8c Add animate.css from Fontello to index.html 2016-11-13 18:25:21 +01:00
Roger Braun
b6ac99fdf0 Use history routing. 2016-11-06 20:26:07 +01:00
Roger Braun
ba09e05036 Add image font. 2016-10-30 16:12:08 +01:00
Roger Braun
4c2764c747 . 2016-10-26 19:03:55 +02:00
Roger Braun
191c02af1e Basic skeleton 2016-10-26 16:46:32 +02:00