Commit Graph

  • 86326e05f5 Fix server.js with the new versions of npm packages main Niko 2022-03-30 21:00:42 +0200
  • c78b96f54d Update NPM packages to latest current version Niko 2022-03-30 20:52:27 +0200
  • 084b3d308b Changed toast.confirm.html Niko 2022-03-30 20:43:24 +0200
  • 4c6acb0a64 Some UI fixes Niko 2022-03-20 14:46:39 +0100
  • f6e673f795 Added settings.profile method and API to modify account ".name" Niko 2022-03-20 02:58:29 +0100
  • 4a29977bb1 WIP: added overlay for editing settings via an input text (configurable) Niko 2022-03-19 21:50:40 +0100
  • 6013c49d4a Add hover animation on settings.profile item click (for editing later) Niko 2022-03-16 01:16:34 +0100
  • 5fa906270b WIP: added settings/profile page with basic information load Niko 2022-03-14 22:00:21 +0100
  • 9fbfd38311 Allow a custom ts specification of waitUntil base.js Niko 2022-03-14 21:59:47 +0100
  • a3dfbbdde4 Change instance emojis code to retrieve all (even if servers didn't send them as Emoji object) Niko 2022-03-14 21:58:00 +0100
  • 2ad27897fe Implement "href" options in menu config Niko 2022-03-14 19:48:26 +0100
  • 9d2e1ca35d Little UI fixes Niko 2022-03-14 19:37:41 +0100
  • a0050ded4a Little bug fixes and improvements Niko 2022-03-09 00:05:53 +0100
  • 058826feaa Add published field on "Note"s send to other servers Niko 2022-03-06 20:52:14 +0100
  • 1e698ae289 Add default avatar in accounts.getAccount API Niko 2022-03-06 20:37:27 +0100
  • 03356275e4 Change activity IDs for api.accounts methods Niko 2022-03-05 21:32:25 +0100
  • e5abc50884 Change IDs for activity and object in api.me.sendNote Niko 2022-03-05 21:28:16 +0100
  • eec496c253 Make quiz "responses" write only when validated Niko 2022-03-05 21:01:06 +0100
  • 8d2416f3c5 Fix debugging if(false) left Niko 2022-03-05 20:59:17 +0100
  • c6958de973 Added API method to create "Note" with different visibilities Niko 2022-03-05 20:55:12 +0100
  • 5610cde131 Fix crush discard confirmation when Accepted + some UI fixes Niko 2022-03-02 18:57:11 +0100
  • 9529520bcd String refactoring on /app + added discard confirm in pages.meet Niko 2022-03-02 02:11:16 +0100
  • 08bc50fcea Add confirmation on quiz.send and discard actions + Some z-index fixes Niko 2022-03-02 01:17:55 +0100
  • 3519aba243 Add disabled state for Quiz when filled + More locales in /app Niko 2022-03-02 00:54:38 +0100
  • f6b03ee4c8 Move html2text to a function in utils.js + Securing html in outbox texts Niko 2022-03-02 00:25:11 +0100
  • 73bdac849f Added function for replying to a Quiz request from any platform Niko 2022-03-01 23:59:55 +0100
  • f00aa6d9d8 Basic code added for sending quizs. Niko 2022-02-28 22:05:18 +0100
  • 034963b258 Refactor api.account to api.accounts + Added action.discard to quizs Niko 2022-02-27 13:44:32 +0100
  • 8e1f2af662 Create module "api" for various repeated api method calls inside UI Niko 2022-02-27 13:12:26 +0100
  • ccf5954091 Fixed race condition when scroll to 0 intends to happend after page-switch Niko 2022-02-27 12:50:07 +0100
  • b0fefb4690 Support localized menu strings + improved some css for menus Niko 2022-02-26 02:59:04 +0100
  • 258f69cc11 Created framework for showing menus easily on top of a button click Niko 2022-02-26 02:41:11 +0100
  • d9420fffca Fix bug where customCss was filling html + some UX stabilization Niko 2022-02-26 00:45:15 +0100
  • 6d85cb134c Reorganizing code Niko 2022-02-26 00:23:08 +0100
  • 9d02511d35 Change javascript: to onclick= on most html Niko 2022-02-26 00:05:26 +0100
  • 3252ce5d6f Wrap window.history.back() into "exit()" to be able to write a custom exit function in modules Niko 2022-02-25 19:24:03 +0100
  • db0297297f Added css $variable use (like live-sass) + added discard/send buttons in quiz Niko 2022-02-25 18:54:12 +0100
  • 4d4cb14a2a Add cssprops in a css.php module instead of by-JS loaded Niko 2022-02-25 17:32:22 +0100
  • ba0afb813b Make images in pages.meet full size even if they are smaller Niko 2022-02-25 15:45:03 +0100
  • e99f1bd636 Improve pages.home preloading when loading pages.quiz Niko 2022-02-25 15:34:44 +0100
  • 2d501f7575 Support GIFs in pages.meet user profile image Niko 2022-02-25 15:27:33 +0100
  • 6bf5ee7fcd Added a navigation at bottom with "Back" button in fullscreen Niko 2022-02-25 15:25:21 +0100
  • e973da1aa8 Animation framework using JS + Improvements in Quiz UX Niko 2022-02-25 13:27:25 +0100
  • 452837cf55 Improved UX + change form of quiz to be global Niko 2022-02-24 10:01:52 +0100
  • 76b6787c60 Add app.fullscreen module to handle virtual "fullscreen" of app content Niko 2022-02-24 01:11:39 +0100
  • ac4a4ac715 Added options on Quiz + Improved UX in pages.quiz and other App aspects Niko 2022-02-24 00:59:10 +0100
  • 27eefb7da3 Avoid computation of code blocks search in template if no callback Niko 2022-02-23 20:00:14 +0100
  • 36151c128c Support template blocks in app.template, to be used in loops Niko 2022-02-23 19:56:00 +0100
  • c8966e1c8b Basic quiz.index implementation done. TODO: options using {loop} Niko 2022-02-23 19:28:59 +0100
  • b41812592d Disable pages.meet actions.maybe when user is already a crush Niko 2022-02-23 17:40:44 +0100
  • 29620c3bb1 Created module app.button for controlling button disabled states Niko 2022-02-23 17:29:39 +0100
  • caffafa7fc Sort API me.quizs by DESC order Niko 2022-02-23 15:56:06 +0100
  • f273506d9d Added app.preload module to be able to add preload methods for other UI modules Niko 2022-02-23 15:49:54 +0100
  • 4e3501ce37 Show up a button to the Quiz related to pages.meet item Niko 2022-02-23 15:32:20 +0100
  • 8dc1923219 Include active quizs.id in the /feed/meet API Niko 2022-02-23 14:49:03 +0100
  • 791bb1eaf0 Make getQuiz a wrapper for use in other API methods Niko 2022-02-23 14:47:57 +0100
  • 0b49d59ee1 UX improvements on pages.home quizs Niko 2022-02-23 14:09:35 +0100
  • d00803e90f Preload quiz.index template on pages.home quizs loading Niko 2022-02-23 10:49:56 +0100
  • 5cff51596e Change pages.meet.exit() to window.history.back to support browsing history Niko 2022-02-23 10:41:11 +0100
  • 06008f5a8f Preserve last URL hash in /app to make going back easier Niko 2022-02-23 10:34:52 +0100
  • 2ae794a92f Some refactoring + UX improvements + translations Niko 2022-02-23 10:18:47 +0100
  • 7ea551fffb Remove chrome blue highlight and outline + some accessibility improvements Niko 2022-02-23 09:51:05 +0100
  • c33f833a6b Added custom emoji in pages.home quizs + improve UX Niko 2022-02-23 09:20:59 +0100
  • 2e6b06ed57 Implement pages.quiz for loading and filling a Quiz in /app Niko 2022-02-22 22:26:13 +0100
  • ae39f3141d Created new view for pages.home for Quizs Niko 2022-02-22 20:08:30 +0100
  • ffc8f14280 Add "account" object in API /me/quizs Niko 2022-02-22 18:12:58 +0100
  • 3de7d6b29a Create API method for getting quizs for me Niko 2022-02-22 17:46:04 +0100
  • c6dd391bbf Support deletion of quiz when the Note deletion is related Niko 2022-02-22 10:07:39 +0100
  • ab39f741f3 Intercept AP Create.Note and check if contains #fedilovequiz to parse Niko 2022-02-21 23:54:59 +0100
  • 9f587750eb Added a "app.warn" ns in locales for warning messages instead of all error Niko 2022-02-21 22:27:28 +0100
  • b50bd5621a Fix pages.meet post html formatting Niko 2022-02-21 22:06:15 +0100
  • 4bb004f675 Support AP post deletion event Niko 2022-02-21 20:31:44 +0100
  • e5d4c66f77 Added empty screen for pages.meet (when there is no data to show) Niko 2022-02-21 20:04:09 +0100
  • 498110c7c3 Don't show private messages on pages.meet feed Niko 2022-02-21 18:53:13 +0100
  • ecf26c4eb8 String changes on error messages in pages.meet Niko 2022-02-21 18:30:19 +0100
  • fd84cd7e58 Added post collapse fa icon (instead of "view_less/view_more" Niko 2022-02-21 17:53:25 +0100
  • ccda81bb2d A lot of improvements in pages.meet Niko 2022-02-21 17:21:38 +0100
  • d98f41f914 Make pages.meet person image bigger by default Niko 2022-02-21 10:59:18 +0100
  • e0f7189043 Improved app.toast styles + changes templates to show icons Niko 2022-02-20 20:28:36 +0100
  • ef7b774c28 Created app.toast module for showing toast|messages to user Niko 2022-02-20 19:24:14 +0100
  • 13a98f5d35 Remove unnecessary .js Niko 2022-02-20 17:59:55 +0100
  • 779a7db902 Support options in app.overlay.create() Niko 2022-02-20 17:58:23 +0100
  • 0c405137c2 recalc height-mobile on overlay show Niko 2022-02-20 17:50:13 +0100
  • bacf4330bd Improve UX on post collapse + some fixes + code improvements Niko 2022-02-20 17:48:01 +0100
  • d952cab678 Hide pages.meet actions when status is full-screen + css improvements Niko 2022-02-20 17:37:29 +0100
  • b0920c186e Implemented post trail to view current and pending posts Niko 2022-02-20 17:04:25 +0100
  • 95adab3ad4 Code improvements using css properties Niko 2022-02-20 04:07:59 +0100
  • 1bc1ac3a34 Code improvements: added a way to add html var (properties) Niko 2022-02-20 04:02:41 +0100
  • 3619dd6f8d (Really) fix firefox address bar height problem on mobiles Niko 2022-02-20 03:24:17 +0100
  • 81072c6bc9 Fix firefox address bar height issue Niko 2022-02-20 02:01:06 +0100
  • 62f46f9562 Added app.media module and template to view page.meet images Niko 2022-02-19 18:38:30 +0100
  • 63941493a9 Improved UX on pages.meet collapsible posts Niko 2022-02-19 17:16:40 +0100
  • 7ce1522234 Add discard implementation on pages.meet actions Niko 2022-02-18 17:52:34 +0100
  • ddce1560bf Added discard/maybe buttons on pages.meet Niko 2022-02-18 17:31:38 +0100
  • 7ba0468aaa Added authenticated API methods to block/unblock accounts Niko 2022-02-18 17:05:33 +0100
  • 9d443c94d4 Add '...' before collapse view_more link (when collapsed) Niko 2022-02-18 15:13:30 +0100
  • 1ee9009628 Added view-more collapse function on pages.meet posts Niko 2022-02-18 14:42:04 +0100
  • 70f3a148ef enable debug painting Niko 2022-02-18 12:05:45 +0100
  • e85e59d875 Remove focus on Heart icon (Crush action) when clicked Niko 2022-02-18 12:01:45 +0100
  • 48890e5b5e Add the option to permitUserSelect on element drag animations Niko 2022-02-18 11:56:16 +0100